2023-12-01T21:48:26.978 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T21:48:26.978 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --name yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474311 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474311/orig.config.yaml 2023-12-01T21:48:27.014 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T21:48:27.095 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474311 branch: wip-yuri8-testing-2023-11-29-0706-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: null first_in_suite: false job_id: '7474311' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.4' overrides: admin_socket: branch: wip-yuri8-testing-2023-11-29-0706-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: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2023-11-29-0706-pacific sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8528 sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2023-11-29-0706-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 targets: smithi092.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvRnDL2G8RcZ1fq3/P9oM6PpMQGJj0oBbZcZ3G0uYGSH5rZw0KoHdwcBWhwj87zTK0Ua7ATVsGQTSiq98qxGCU= smithi196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDdpVnPq8ug0Nb4iwx1D1gKnQ3guZgx5lZStyxX36CJRyOVQGnrqdylwf/Mc/4o+AX5WBqd6iyu7jnBRKMbnYsY= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foobucket - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-01_16:53:58 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T21:48:27.095 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa; will attempt to use it 2023-12-01T21:48:27.096 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks 2023-12-01T21:48:27.096 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T21:48:27.098 INFO:teuthology.task.internal:Checking packages... 2023-12-01T21:48:27.121 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9' 2023-12-01T21:48:27.122 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T21:48:27.122 INFO:teuthology.packaging:ref: None 2023-12-01T21:48:27.122 INFO:teuthology.packaging:tag: None 2023-12-01T21:48:27.122 INFO:teuthology.packaging:branch: wip-yuri8-testing-2023-11-29-0706-pacific 2023-12-01T21:48:27.122 INFO:teuthology.packaging:sha1: 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 2023-12-01T21:48:27.122 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2023-11-29-0706-pacific 2023-12-01T21:48:27.351 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-328.g0dc074ce 2023-12-01T21:48:27.352 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T21:48:27.358 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T21:48:27.358 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T21:48:27.380 INFO:teuthology.task.internal:Saving configuration 2023-12-01T21:48:27.394 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T21:48:27.402 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T21:48:27.429 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474311', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 21:43:25.585913', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvRnDL2G8RcZ1fq3/P9oM6PpMQGJj0oBbZcZ3G0uYGSH5rZw0KoHdwcBWhwj87zTK0Ua7ATVsGQTSiq98qxGCU='} 2023-12-01T21:48:27.450 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474311', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 21:43:25.587479', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDdpVnPq8ug0Nb4iwx1D1gKnQ3guZgx5lZStyxX36CJRyOVQGnrqdylwf/Mc/4o+AX5WBqd6iyu7jnBRKMbnYsY='} 2023-12-01T21:48:27.450 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T21:48:27.458 INFO:teuthology.task.internal:roles: ubuntu@smithi092.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-01T21:48:27.458 INFO:teuthology.task.internal:roles: ubuntu@smithi196.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-01T21:48:27.458 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T21:48:27.520 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f6c617d3f70>, signals=[15]) 2023-12-01T21:48:27.521 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T21:48:27.529 INFO:teuthology.task.internal:Opening connections... 2023-12-01T21:48:27.529 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi092.front.sepia.ceph.com 2023-12-01T21:48:27.531 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:48:27.601 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi196.front.sepia.ceph.com 2023-12-01T21:48:27.601 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:48:27.667 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T21:48:27.676 DEBUG:teuthology.orchestra.run.smithi092:> uname -m 2023-12-01T21:48:27.693 INFO:teuthology.orchestra.run.smithi092.stdout:x86_64 2023-12-01T21:48:27.693 DEBUG:teuthology.orchestra.run.smithi092:> cat /etc/os-release 2023-12-01T21:48:27.747 INFO:teuthology.orchestra.run.smithi092.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION="8.4 (Ootpa)" 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout:ID="rhel" 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout:ID_LIKE="fedora" 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION_ID="8.4" 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout:PLATFORM_ID="platform:el8" 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout:ANSI_COLOR="0;31" 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T21:48:27.748 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-01T21:48:27.749 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T21:48:27.749 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-01T21:48:27.749 INFO:teuthology.lock.ops:Updating smithi092.front.sepia.ceph.com on lock server 2023-12-01T21:48:27.772 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 2023-12-01T21:48:27.789 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 2023-12-01T21:48:27.790 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 2023-12-01T21:48:27.846 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T21:48:27.846 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION="8.4 (Ootpa)" 2023-12-01T21:48:27.846 INFO:teuthology.orchestra.run.smithi196.stdout:ID="rhel" 2023-12-01T21:48:27.846 INFO:teuthology.orchestra.run.smithi196.stdout:ID_LIKE="fedora" 2023-12-01T21:48:27.846 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_ID="8.4" 2023-12-01T21:48:27.846 INFO:teuthology.orchestra.run.smithi196.stdout:PLATFORM_ID="platform:el8" 2023-12-01T21:48:27.846 INFO:teuthology.orchestra.run.smithi196.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-01T21:48:27.847 INFO:teuthology.orchestra.run.smithi196.stdout:ANSI_COLOR="0;31" 2023-12-01T21:48:27.847 INFO:teuthology.orchestra.run.smithi196.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-01T21:48:27.847 INFO:teuthology.orchestra.run.smithi196.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T21:48:27.847 INFO:teuthology.orchestra.run.smithi196.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T21:48:27.847 INFO:teuthology.orchestra.run.smithi196.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T21:48:27.847 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T21:48:27.847 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T21:48:27.847 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-01T21:48:27.847 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T21:48:27.847 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-01T21:48:27.847 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2023-12-01T21:48:27.863 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T21:48:27.873 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T21:48:27.880 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T21:48:27.881 DEBUG:teuthology.orchestra.run.smithi092:> test '!' -e /home/ubuntu/cephtest 2023-12-01T21:48:27.883 DEBUG:teuthology.orchestra.run.smithi196:> test '!' -e /home/ubuntu/cephtest 2023-12-01T21:48:27.901 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T21:48:27.909 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T21:48:27.909 DEBUG:teuthology.orchestra.run.smithi092:> test -z $(ls -A /var/lib/ceph) 2023-12-01T21:48:27.938 DEBUG:teuthology.orchestra.run.smithi196:> test -z $(ls -A /var/lib/ceph) 2023-12-01T21:48:27.952 INFO:teuthology.orchestra.run.smithi092.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-01T21:48:27.956 INFO:teuthology.orchestra.run.smithi196.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-01T21:48:27.957 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T21:48:28.010 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T21:48:28.026 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T21:48:28.026 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T21:48:28.027 DEBUG:teuthology.orchestra.run.smithi092:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T21:48:28.027 DEBUG:teuthology.orchestra.run.smithi196:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T21:48:28.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:48:28.042 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2023-12-01T21:48:28.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:48:28.043 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2023-12-01T21:48:28.097 INFO:teuthology.orchestra.run.smithi196.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-01T21:48:28.097 INFO:teuthology.task.kernel:Running kernel on smithi196: 4.18.0-305.25.1.el8_4.x86_64 2023-12-01T21:48:28.097 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum install -y kernel 2023-12-01T21:48:28.099 INFO:teuthology.orchestra.run.smithi092.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-01T21:48:28.099 INFO:teuthology.task.kernel:Running kernel on smithi092: 4.18.0-305.25.1.el8_4.x86_64 2023-12-01T21:48:28.099 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum install -y kernel 2023-12-01T21:48:29.556 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-01T21:48:29.556 INFO:teuthology.orchestra.run.smithi196.stdout:Unable to read consumer identity 2023-12-01T21:48:29.597 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-01T21:48:29.597 INFO:teuthology.orchestra.run.smithi092.stdout:Unable to read consumer identity 2023-12-01T21:48:31.153 INFO:teuthology.orchestra.run.smithi092.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2023-12-01T21:48:31.154 INFO:teuthology.orchestra.run.smithi196.stdout:Copr repo for python3-asyncssh owned by ceph 10 kB/s | 3.5 kB 00:00 2023-12-01T21:48:32.998 INFO:teuthology.orchestra.run.smithi092.stdout:Extra Packages for Enterprise Linux 8.8 MB/s | 16 MB 00:01 2023-12-01T21:48:33.335 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 7.4 MB/s | 16 MB 00:02 2023-12-01T21:48:36.373 INFO:teuthology.orchestra.run.smithi092.stdout:lab-extras 4.4 MB/s | 24 kB 00:00 2023-12-01T21:48:36.660 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 4.5 MB/s | 24 kB 00:00 2023-12-01T21:48:37.066 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-01T21:48:37.067 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-01T21:48:37.067 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-01T21:48:37.218 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-12-01T21:48:37.219 INFO:teuthology.orchestra.run.smithi092.stdout:Nothing to do. 2023-12-01T21:48:37.219 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-12-01T21:48:37.323 DEBUG:teuthology.orchestra.run.smithi092:> echo no | sudo yum reinstall kernel || true 2023-12-01T21:48:37.396 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-01T21:48:37.396 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-01T21:48:37.396 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-01T21:48:37.565 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-12-01T21:48:37.566 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2023-12-01T21:48:37.566 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-12-01T21:48:37.694 DEBUG:teuthology.orchestra.run.smithi196:> echo no | sudo yum reinstall kernel || true 2023-12-01T21:48:37.707 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-01T21:48:37.708 INFO:teuthology.orchestra.run.smithi092.stdout:Unable to read consumer identity 2023-12-01T21:48:37.998 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 09:48:36 PM UTC. 2023-12-01T21:48:38.076 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-01T21:48:38.076 INFO:teuthology.orchestra.run.smithi196.stdout:Unable to read consumer identity 2023-12-01T21:48:38.130 INFO:teuthology.orchestra.run.smithi092.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-01T21:48:38.130 INFO:teuthology.orchestra.run.smithi092.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:48:38.130 INFO:teuthology.orchestra.run.smithi092.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:48:38.157 INFO:teuthology.orchestra.run.smithi092.stderr:Error: No packages marked for reinstall. 2023-12-01T21:48:38.206 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum reinstall -y kernel || true 2023-12-01T21:48:38.371 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 09:48:36 PM UTC. 2023-12-01T21:48:38.499 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-01T21:48:38.499 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:48:38.499 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:48:38.517 INFO:teuthology.orchestra.run.smithi196.stderr:Error: No packages marked for reinstall. 2023-12-01T21:48:38.550 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-01T21:48:38.550 INFO:teuthology.orchestra.run.smithi092.stdout:Unable to read consumer identity 2023-12-01T21:48:38.567 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum reinstall -y kernel || true 2023-12-01T21:48:38.841 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 09:48:36 PM UTC. 2023-12-01T21:48:38.911 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-01T21:48:38.911 INFO:teuthology.orchestra.run.smithi196.stdout:Unable to read consumer identity 2023-12-01T21:48:39.004 INFO:teuthology.orchestra.run.smithi092.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-01T21:48:39.004 INFO:teuthology.orchestra.run.smithi092.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:48:39.004 INFO:teuthology.orchestra.run.smithi092.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:48:39.019 INFO:teuthology.orchestra.run.smithi092.stderr:Error: No packages marked for reinstall. 2023-12-01T21:48:39.068 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T21:48:39.191 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:39.192 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:39.192 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:39.192 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T21:48:39.192 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T21:48:39.192 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-01T21:48:39.192 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi092.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T21:48:39.192 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T21:48:39.204 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:03 ago on Fri 01 Dec 2023 09:48:36 PM UTC. 2023-12-01T21:48:39.319 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:39.319 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:39.319 DEBUG:teuthology.orchestra.run.smithi092:> sudo rpm -qi grub2-tools 2023-12-01T21:48:39.346 INFO:teuthology.orchestra.run.smithi092.stdout:Name : grub2-tools 2023-12-01T21:48:39.346 INFO:teuthology.orchestra.run.smithi092.stdout:Epoch : 1 2023-12-01T21:48:39.346 INFO:teuthology.orchestra.run.smithi092.stdout:Version : 2.02 2023-12-01T21:48:39.346 INFO:teuthology.orchestra.run.smithi092.stdout:Release : 99.el8_4.1 2023-12-01T21:48:39.346 INFO:teuthology.orchestra.run.smithi092.stdout:Architecture: x86_64 2023-12-01T21:48:39.346 INFO:teuthology.orchestra.run.smithi092.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-01T21:48:39.346 INFO:teuthology.orchestra.run.smithi092.stdout:Group : System Environment/Base 2023-12-01T21:48:39.346 INFO:teuthology.orchestra.run.smithi092.stdout:Size : 9264631 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:License : GPLv3+ 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:Relocations : (not relocatable) 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:Packager : Red Hat, Inc. 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:Vendor : Red Hat, Inc. 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:Summary : Support tools for GRUB. 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:Description : 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T21:48:39.347 INFO:teuthology.orchestra.run.smithi092.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T21:48:39.348 INFO:teuthology.orchestra.run.smithi092.stdout:hardware devices. 2023-12-01T21:48:39.348 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T21:48:39.348 INFO:teuthology.orchestra.run.smithi092.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T21:48:39.349 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-01T21:48:39.349 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:48:39.349 INFO:teuthology.orchestra.run.smithi196.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-01T21:48:39.349 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T21:48:39.349 INFO:teuthology.task.kernel:Updating grub on smithi092 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:39.350 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T21:48:39.359 INFO:teuthology.orchestra.run.smithi196.stderr:Error: No packages marked for reinstall. 2023-12-01T21:48:39.409 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T21:48:39.534 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:39.534 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:39.534 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:39.534 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T21:48:39.534 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T21:48:39.535 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-01T21:48:39.535 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi196.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T21:48:39.535 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T21:48:39.659 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:39.659 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:39.659 DEBUG:teuthology.orchestra.run.smithi196:> sudo rpm -qi grub2-tools 2023-12-01T21:48:39.686 INFO:teuthology.orchestra.run.smithi196.stdout:Name : grub2-tools 2023-12-01T21:48:39.686 INFO:teuthology.orchestra.run.smithi196.stdout:Epoch : 1 2023-12-01T21:48:39.686 INFO:teuthology.orchestra.run.smithi196.stdout:Version : 2.02 2023-12-01T21:48:39.686 INFO:teuthology.orchestra.run.smithi196.stdout:Release : 99.el8_4.1 2023-12-01T21:48:39.686 INFO:teuthology.orchestra.run.smithi196.stdout:Architecture: x86_64 2023-12-01T21:48:39.686 INFO:teuthology.orchestra.run.smithi196.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-01T21:48:39.687 INFO:teuthology.orchestra.run.smithi196.stdout:Group : System Environment/Base 2023-12-01T21:48:39.687 INFO:teuthology.orchestra.run.smithi196.stdout:Size : 9264631 2023-12-01T21:48:39.687 INFO:teuthology.orchestra.run.smithi196.stdout:License : GPLv3+ 2023-12-01T21:48:39.687 INFO:teuthology.orchestra.run.smithi196.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-01T21:48:39.687 INFO:teuthology.orchestra.run.smithi196.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-01T21:48:39.687 INFO:teuthology.orchestra.run.smithi196.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-01T21:48:39.687 INFO:teuthology.orchestra.run.smithi196.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-01T21:48:39.687 INFO:teuthology.orchestra.run.smithi196.stdout:Relocations : (not relocatable) 2023-12-01T21:48:39.687 INFO:teuthology.orchestra.run.smithi196.stdout:Packager : Red Hat, Inc. 2023-12-01T21:48:39.687 INFO:teuthology.orchestra.run.smithi196.stdout:Vendor : Red Hat, Inc. 2023-12-01T21:48:39.687 INFO:teuthology.orchestra.run.smithi196.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T21:48:39.687 INFO:teuthology.orchestra.run.smithi196.stdout:Summary : Support tools for GRUB. 2023-12-01T21:48:39.688 INFO:teuthology.orchestra.run.smithi196.stdout:Description : 2023-12-01T21:48:39.688 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T21:48:39.688 INFO:teuthology.orchestra.run.smithi196.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T21:48:39.688 INFO:teuthology.orchestra.run.smithi196.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T21:48:39.688 INFO:teuthology.orchestra.run.smithi196.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T21:48:39.688 INFO:teuthology.orchestra.run.smithi196.stdout:hardware devices. 2023-12-01T21:48:39.688 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T21:48:39.688 INFO:teuthology.orchestra.run.smithi196.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T21:48:39.689 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T21:48:39.689 INFO:teuthology.task.kernel:Updating grub on smithi196 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:39.689 DEBUG:teuthology.orchestra.run.smithi196:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T21:48:40.739 INFO:teuthology.orchestra.run.smithi092.stderr:Generating grub configuration file ... 2023-12-01T21:48:41.110 INFO:teuthology.orchestra.run.smithi196.stderr:Generating grub configuration file ... 2023-12-01T21:48:42.714 INFO:teuthology.orchestra.run.smithi092.stderr:done 2023-12-01T21:48:42.715 DEBUG:teuthology.orchestra.run.smithi092:> mktemp 2023-12-01T21:48:42.729 INFO:teuthology.orchestra.run.smithi092.stdout:/tmp/tmp.rjmQ93whHN 2023-12-01T21:48:42.729 DEBUG:teuthology.orchestra.run.smithi092:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.rjmQ93whHN 2023-12-01T21:48:42.798 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 0666 /tmp/tmp.rjmQ93whHN 2023-12-01T21:48:42.968 DEBUG:teuthology.orchestra.remote:smithi092:/tmp/tmp.rjmQ93whHN is 6KB 2023-12-01T21:48:43.017 DEBUG:teuthology.orchestra.run.smithi092:> rm -fr /tmp/tmp.rjmQ93whHN 2023-12-01T21:48:43.030 DEBUG:teuthology.orchestra.run.smithi092:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T21:48:43.101 INFO:teuthology.orchestra.run.smithi092.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-01T21:48:43.101 INFO:teuthology.orchestra.run.smithi092.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-01T21:48:43.101 INFO:teuthology.orchestra.run.smithi092.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-01T21:48:43.101 INFO:teuthology.orchestra.run.smithi092.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-01T21:48:43.102 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:43.254 DEBUG:teuthology.orchestra.run.smithi092:> sudo shutdown -r now 2023-12-01T21:48:43.458 INFO:teuthology.orchestra.run.smithi196.stderr:done 2023-12-01T21:48:43.460 DEBUG:teuthology.orchestra.run.smithi196:> mktemp 2023-12-01T21:48:43.474 INFO:teuthology.orchestra.run.smithi196.stdout:/tmp/tmp.uEu9F0ytO5 2023-12-01T21:48:43.475 DEBUG:teuthology.orchestra.run.smithi196:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.uEu9F0ytO5 2023-12-01T21:48:43.549 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 0666 /tmp/tmp.uEu9F0ytO5 2023-12-01T21:48:43.713 DEBUG:teuthology.orchestra.remote:smithi196:/tmp/tmp.uEu9F0ytO5 is 6KB 2023-12-01T21:48:43.732 DEBUG:teuthology.orchestra.run.smithi196:> rm -fr /tmp/tmp.uEu9F0ytO5 2023-12-01T21:48:43.745 DEBUG:teuthology.orchestra.run.smithi196:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T21:48:43.808 INFO:teuthology.orchestra.run.smithi196.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-01T21:48:43.808 INFO:teuthology.orchestra.run.smithi196.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-01T21:48:43.808 INFO:teuthology.orchestra.run.smithi196.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-01T21:48:43.808 INFO:teuthology.orchestra.run.smithi196.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-01T21:48:43.809 DEBUG:teuthology.orchestra.run.smithi196:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-01T21:48:43.967 DEBUG:teuthology.orchestra.run.smithi196:> sudo shutdown -r now 2023-12-01T21:49:13.285 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-01T21:49:13.286 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-12-01T21:49:13.287 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:49:13.973 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-01T21:49:13.973 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-12-01T21:49:13.974 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:49:31.622 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2023-12-01T21:49:32.386 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2023-12-01T21:49:40.631 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-12-01T21:49:40.631 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:49:41.388 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-12-01T21:49:41.388 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:49:43.682 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.92 2023-12-01T21:49:44.450 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.196 2023-12-01T21:49:55.716 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-12-01T21:49:55.716 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:49:56.452 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-12-01T21:49:56.452 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:50:27.555 DEBUG:teuthology.orchestra.run.smithi092:> true 2023-12-01T21:50:27.854 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-12-01T21:50:27.855 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-01T21:50:27.855 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2023-12-01T21:50:27.868 INFO:teuthology.orchestra.run.smithi092.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-01T21:50:27.869 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:50:27.869 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T21:50:27.869 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-01T21:50:28.870 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T21:50:28.870 DEBUG:teuthology.orchestra.run.smithi092:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T21:50:29.039 DEBUG:teuthology.orchestra.run.smithi196:> true 2023-12-01T21:50:29.544 INFO:teuthology.orchestra.run.smithi092.stdout:ttyS1 2023-12-01T21:50:29.584 DEBUG:teuthology.parallel:result is None 2023-12-01T21:50:29.954 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-12-01T21:50:29.954 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-01T21:50:29.954 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2023-12-01T21:50:29.975 INFO:teuthology.orchestra.run.smithi196.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-01T21:50:29.975 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-01T21:50:29.975 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T21:50:29.975 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-01T21:50:30.976 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T21:50:30.977 DEBUG:teuthology.orchestra.run.smithi196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T21:50:31.070 INFO:teuthology.orchestra.run.smithi196.stdout:ttyS1 2023-12-01T21:50:31.087 DEBUG:teuthology.parallel:result is None 2023-12-01T21:50:31.087 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T21:50:31.094 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T21:50:31.095 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T21:50:31.119 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T21:50:31.147 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T21:50:31.153 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T21:50:31.165 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T21:50:31.165 DEBUG:teuthology.orchestra.run.smithi092:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T21:50:31.189 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T21:50:31.218 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T21:50:31.225 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T21:50:31.225 DEBUG:teuthology.orchestra.run.smithi092:> 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 2023-12-01T21:50:31.258 DEBUG:teuthology.orchestra.run.smithi196:> 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 2023-12-01T21:50:31.286 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T21:50:31.297 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T21:50:31.299 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T21:50:31.309 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T21:50:31.310 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T21:50:31.317 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T21:50:31.317 DEBUG:teuthology.orchestra.run.smithi092:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T21:50:31.341 DEBUG:teuthology.orchestra.run.smithi196:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T21:50:31.375 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T21:50:31.384 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T21:50:31.385 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T21:50:31.407 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T21:50:31.429 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T21:50:31.503 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T21:50:31.548 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T21:50:31.630 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T21:50:31.669 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T21:50:31.670 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T21:50:31.734 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T21:50:31.775 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T21:50:31.816 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T21:50:31.900 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T21:50:31.937 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-01T21:50:31.937 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T21:50:32.001 DEBUG:teuthology.orchestra.run.smithi092:> sudo service rsyslog restart 2023-12-01T21:50:32.003 DEBUG:teuthology.orchestra.run.smithi196:> sudo service rsyslog restart 2023-12-01T21:50:32.048 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T21:50:32.087 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T21:50:32.436 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T21:50:32.443 INFO:teuthology.task.internal:Starting timer... 2023-12-01T21:50:32.444 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T21:50:32.454 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T21:50:32.463 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T21:50:32.464 DEBUG:teuthology.orchestra.run.smithi092:> sudo service auditd rotate 2023-12-01T21:50:32.529 INFO:teuthology.orchestra.run.smithi092.stdout:Rotating logs: [ OK ] 2023-12-01T21:50:32.531 DEBUG:teuthology.orchestra.run.smithi196:> sudo service auditd rotate 2023-12-01T21:50:32.590 INFO:teuthology.orchestra.run.smithi196.stdout:Rotating logs: [ OK ] 2023-12-01T21:50:32.592 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T21:50:32.592 DEBUG:teuthology.orchestra.run.smithi092:> /usr/sbin/getenforce 2023-12-01T21:50:32.611 INFO:teuthology.orchestra.run.smithi092.stdout:Permissive 2023-12-01T21:50:32.611 DEBUG:teuthology.orchestra.run.smithi196:> /usr/sbin/getenforce 2023-12-01T21:50:32.631 INFO:teuthology.orchestra.run.smithi196.stdout:Permissive 2023-12-01T21:50:32.631 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi092.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi196.front.sepia.ceph.com': 'permissive'} 2023-12-01T21:50:32.632 DEBUG:teuthology.orchestra.run.smithi092:> 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 2023-12-01T21:50:32.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:50:32.676 DEBUG:teuthology.orchestra.run.smithi196:> 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 2023-12-01T21:50:32.700 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T21:50:32.700 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T21:50:32.701 DEBUG:teuthology.orchestra.run.smithi092:> sudo /usr/sbin/setenforce permissive 2023-12-01T21:50:32.749 DEBUG:teuthology.orchestra.run.smithi196:> sudo /usr/sbin/setenforce permissive 2023-12-01T21:50:32.773 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T21:50:32.784 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-01T21:50:32.784 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T21:50:32.802 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'}]}] 2023-12-01T21:50:32.803 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi092.front.sepia.ceph.com,smithi196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T21:58:46.689 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi092.front.sepia.ceph.com'), Remote(name='ubuntu@smithi196.front.sepia.ceph.com')] 2023-12-01T21:58:46.690 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-12-01T21:58:46.691 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:58:46.762 DEBUG:teuthology.orchestra.run.smithi092:> true 2023-12-01T21:58:46.824 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-12-01T21:58:46.825 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-12-01T21:58:46.825 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T21:58:46.893 DEBUG:teuthology.orchestra.run.smithi196:> true 2023-12-01T21:58:46.956 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2023-12-01T21:58:46.957 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T21:58:46.968 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T21:58:46.968 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T21:58:46.969 DEBUG:teuthology.orchestra.run.smithi092:> 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 2023-12-01T21:58:46.971 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T21:58:46.971 DEBUG:teuthology.orchestra.run.smithi196:> 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 2023-12-01T21:58:46.997 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T21:58:47.011 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T21:58:47.025 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T21:58:47.039 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T21:58:47.047 INFO:teuthology.orchestra.run.smithi092.stderr:sudo: ntpd: command not found 2023-12-01T21:58:47.057 INFO:teuthology.orchestra.run.smithi092.stdout:506 Cannot talk to daemon 2023-12-01T21:58:47.070 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T21:58:47.073 INFO:teuthology.orchestra.run.smithi196.stderr:sudo: ntpd: command not found 2023-12-01T21:58:47.084 INFO:teuthology.orchestra.run.smithi196.stdout:506 Cannot talk to daemon 2023-12-01T21:58:47.084 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T21:58:47.097 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T21:58:47.111 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T21:58:47.152 INFO:teuthology.orchestra.run.smithi092.stderr:bash: ntpq: command not found 2023-12-01T21:58:47.155 INFO:teuthology.orchestra.run.smithi092.stdout:210 Number of sources = 4 2023-12-01T21:58:47.155 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T21:58:47.155 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2023-12-01T21:58:47.155 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:58:47.155 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:58:47.155 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:58:47.156 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:58:47.181 INFO:teuthology.orchestra.run.smithi196.stderr:bash: ntpq: command not found 2023-12-01T21:58:47.184 INFO:teuthology.orchestra.run.smithi196.stdout:210 Number of sources = 4 2023-12-01T21:58:47.184 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T21:58:47.184 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2023-12-01T21:58:47.184 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:58:47.184 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:58:47.184 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:58:47.184 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T21:58:47.185 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T21:58:47.196 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T21:58:47.196 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi092.front.sepia.ceph.com 2023-12-01T21:58:47.196 DEBUG:teuthology.orchestra.run.smithi092:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T21:58:47.197 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi196.front.sepia.ceph.com 2023-12-01T21:58:47.197 DEBUG:teuthology.orchestra.run.smithi196:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T21:58:47.593 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-01T21:58:47.621 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-01T21:58:48.417 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:28 ago on Fri 01 Dec 2023 09:57:20 PM UTC. 2023-12-01T21:58:48.494 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:29 ago on Fri 01 Dec 2023 09:57:19 PM UTC. 2023-12-01T21:58:50.404 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-12-01T21:58:50.405 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2023-12-01T21:58:50.405 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2023-12-01T21:58:50.405 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2023-12-01T21:58:50.405 INFO:teuthology.orchestra.run.smithi196.stdout:Resetting modules: 2023-12-01T21:58:50.405 INFO:teuthology.orchestra.run.smithi196.stdout: container-tools 2023-12-01T21:58:50.405 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T21:58:50.405 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2023-12-01T21:58:50.405 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2023-12-01T21:58:50.405 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T21:58:50.511 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-12-01T21:58:50.512 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-12-01T21:58:50.512 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2023-12-01T21:58:50.512 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-12-01T21:58:50.512 INFO:teuthology.orchestra.run.smithi092.stdout:Resetting modules: 2023-12-01T21:58:50.512 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools 2023-12-01T21:58:50.513 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T21:58:50.513 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2023-12-01T21:58:50.513 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-12-01T21:58:50.513 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T21:58:51.267 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:30 ago on Fri 01 Dec 2023 09:57:20 PM UTC. 2023-12-01T21:58:51.454 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:32 ago on Fri 01 Dec 2023 09:57:19 PM UTC. 2023-12-01T21:58:53.260 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-12-01T21:58:53.360 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-12-01T21:58:53.706 INFO:teuthology.orchestra.run.smithi196.stdout:Updating Subscription Management repositories. 2023-12-01T21:58:53.812 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-01T21:58:54.505 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:34 ago on Fri 01 Dec 2023 09:57:20 PM UTC. 2023-12-01T21:58:54.701 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:35 ago on Fri 01 Dec 2023 09:57:19 PM UTC. 2023-12-01T21:58:56.498 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2023-12-01T21:58:56.547 INFO:teuthology.orchestra.run.smithi196.stdout:========================================================================================================= 2023-12-01T21:58:56.547 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2023-12-01T21:58:56.547 INFO:teuthology.orchestra.run.smithi196.stdout:========================================================================================================= 2023-12-01T21:58:56.547 INFO:teuthology.orchestra.run.smithi196.stdout:Installing group/module packages: 2023-12-01T21:58:56.547 INFO:teuthology.orchestra.run.smithi196.stdout: buildah x86_64 1.21.4-2.module+el8.4.0+12050+ef972f71 rhel-8-for-x86_64-appstream-rpms 8.2 M 2023-12-01T21:58:56.547 INFO:teuthology.orchestra.run.smithi196.stdout: cockpit-podman noarch 32-2.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 410 k 2023-12-01T21:58:56.547 INFO:teuthology.orchestra.run.smithi196.stdout: crun x86_64 0.20.1-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 192 k 2023-12-01T21:58:56.547 INFO:teuthology.orchestra.run.smithi196.stdout: skopeo x86_64 1:1.3.1-5.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-01T21:58:56.547 INFO:teuthology.orchestra.run.smithi196.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 16 k 2023-12-01T21:58:56.547 INFO:teuthology.orchestra.run.smithi196.stdout: udica noarch 0.2.4-2.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T21:58:56.547 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2023-12-01T21:58:56.547 INFO:teuthology.orchestra.run.smithi196.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T21:58:56.548 INFO:teuthology.orchestra.run.smithi196.stdout:Installing module profiles: 2023-12-01T21:58:56.548 INFO:teuthology.orchestra.run.smithi196.stdout: container-tools/common 2023-12-01T21:58:56.548 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T21:58:56.548 INFO:teuthology.orchestra.run.smithi196.stdout:Enabling module streams: 2023-12-01T21:58:56.548 INFO:teuthology.orchestra.run.smithi196.stdout: container-tools rhel8 2023-12-01T21:58:56.548 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T21:58:56.548 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2023-12-01T21:58:56.548 INFO:teuthology.orchestra.run.smithi196.stdout:========================================================================================================= 2023-12-01T21:58:56.548 INFO:teuthology.orchestra.run.smithi196.stdout:Install 7 Packages 2023-12-01T21:58:56.548 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T21:58:56.549 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 16 M 2023-12-01T21:58:56.549 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 57 M 2023-12-01T21:58:56.549 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2023-12-01T21:58:56.594 INFO:teuthology.orchestra.run.smithi196.stdout:(1/7): crun-0.20.1-1.module+el8.4.0+11822+6cc1e 4.2 MB/s | 192 kB 00:00 2023-12-01T21:58:56.601 INFO:teuthology.orchestra.run.smithi196.stdout:(2/7): yajl-2.1.0-10.el8.x86_64.rpm 781 kB/s | 41 kB 00:00 2023-12-01T21:58:56.611 INFO:teuthology.orchestra.run.smithi196.stdout:(3/7): cockpit-podman-32-2.module+el8.4.0+11990 6.5 MB/s | 410 kB 00:00 2023-12-01T21:58:56.625 INFO:teuthology.orchestra.run.smithi196.stdout:(4/7): toolbox-0.0.8-1.module+el8.4.0+11822+6cc 502 kB/s | 16 kB 00:00 2023-12-01T21:58:56.659 INFO:teuthology.orchestra.run.smithi196.stdout:(5/7): udica-0.2.4-2.module+el8.4.0+11822+6cc1e 1.5 MB/s | 51 kB 00:00 2023-12-01T21:58:56.719 INFO:teuthology.orchestra.run.smithi196.stdout:(6/7): skopeo-1.3.1-5.module+el8.4.0+11990+2293 60 MB/s | 7.0 MB 00:00 2023-12-01T21:58:56.752 INFO:teuthology.orchestra.run.smithi196.stdout:(7/7): buildah-1.21.4-2.module+el8.4.0+12050+ef 58 MB/s | 8.2 MB 00:00 2023-12-01T21:58:56.753 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2023-12-01T21:58:56.753 INFO:teuthology.orchestra.run.smithi196.stdout:Total 77 MB/s | 16 MB 00:00 2023-12-01T21:58:56.759 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2023-12-01T21:58:56.776 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2023-12-01T21:58:56.776 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2023-12-01T21:58:56.843 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-12-01T21:58:56.893 INFO:teuthology.orchestra.run.smithi092.stdout:========================================================================================================= 2023-12-01T21:58:56.894 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2023-12-01T21:58:56.894 INFO:teuthology.orchestra.run.smithi092.stdout:========================================================================================================= 2023-12-01T21:58:56.894 INFO:teuthology.orchestra.run.smithi092.stdout:Installing group/module packages: 2023-12-01T21:58:56.894 INFO:teuthology.orchestra.run.smithi092.stdout: buildah x86_64 1.21.4-2.module+el8.4.0+12050+ef972f71 rhel-8-for-x86_64-appstream-rpms 8.2 M 2023-12-01T21:58:56.894 INFO:teuthology.orchestra.run.smithi092.stdout: cockpit-podman noarch 32-2.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 410 k 2023-12-01T21:58:56.894 INFO:teuthology.orchestra.run.smithi092.stdout: crun x86_64 0.20.1-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 192 k 2023-12-01T21:58:56.894 INFO:teuthology.orchestra.run.smithi092.stdout: skopeo x86_64 1:1.3.1-5.module+el8.4.0+11990+22932769 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-01T21:58:56.894 INFO:teuthology.orchestra.run.smithi092.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 16 k 2023-12-01T21:58:56.894 INFO:teuthology.orchestra.run.smithi092.stdout: udica noarch 0.2.4-2.module+el8.4.0+11822+6cc1e7d7 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T21:58:56.894 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2023-12-01T21:58:56.894 INFO:teuthology.orchestra.run.smithi092.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T21:58:56.894 INFO:teuthology.orchestra.run.smithi092.stdout:Installing module profiles: 2023-12-01T21:58:56.894 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools/common 2023-12-01T21:58:56.895 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T21:58:56.895 INFO:teuthology.orchestra.run.smithi092.stdout:Enabling module streams: 2023-12-01T21:58:56.895 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools rhel8 2023-12-01T21:58:56.895 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T21:58:56.895 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2023-12-01T21:58:56.895 INFO:teuthology.orchestra.run.smithi092.stdout:========================================================================================================= 2023-12-01T21:58:56.895 INFO:teuthology.orchestra.run.smithi092.stdout:Install 7 Packages 2023-12-01T21:58:56.895 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T21:58:56.895 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 16 M 2023-12-01T21:58:56.896 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 57 M 2023-12-01T21:58:56.896 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2023-12-01T21:58:56.933 INFO:teuthology.orchestra.run.smithi092.stdout:(1/7): yajl-2.1.0-10.el8.x86_64.rpm 1.1 MB/s | 41 kB 00:00 2023-12-01T21:58:56.939 INFO:teuthology.orchestra.run.smithi092.stdout:(2/7): crun-0.20.1-1.module+el8.4.0+11822+6cc1e 4.3 MB/s | 192 kB 00:00 2023-12-01T21:58:56.946 INFO:teuthology.orchestra.run.smithi092.stdout:(3/7): cockpit-podman-32-2.module+el8.4.0+11990 8.0 MB/s | 410 kB 00:00 2023-12-01T21:58:56.949 INFO:teuthology.orchestra.run.smithi092.stdout:(4/7): toolbox-0.0.8-1.module+el8.4.0+11822+6cc 974 kB/s | 16 kB 00:00 2023-12-01T21:58:56.966 INFO:teuthology.orchestra.run.smithi092.stdout:(5/7): udica-0.2.4-2.module+el8.4.0+11822+6cc1e 2.9 MB/s | 51 kB 00:00 2023-12-01T21:58:57.045 INFO:teuthology.orchestra.run.smithi092.stdout:(6/7): skopeo-1.3.1-5.module+el8.4.0+11990+2293 67 MB/s | 7.0 MB 00:00 2023-12-01T21:58:57.074 INFO:teuthology.orchestra.run.smithi092.stdout:(7/7): buildah-1.21.4-2.module+el8.4.0+12050+ef 64 MB/s | 8.2 MB 00:00 2023-12-01T21:58:57.075 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2023-12-01T21:58:57.075 INFO:teuthology.orchestra.run.smithi092.stdout:Total 88 MB/s | 16 MB 00:00 2023-12-01T21:58:57.081 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2023-12-01T21:58:57.097 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2023-12-01T21:58:57.098 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2023-12-01T21:58:57.315 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2023-12-01T21:58:57.319 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2023-12-01T21:58:57.637 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2023-12-01T21:58:57.641 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2023-12-01T21:58:57.723 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2023-12-01T21:58:57.900 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : yajl-2.1.0-10.el8.x86_64 1/7 2023-12-01T21:58:58.046 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2023-12-01T21:58:58.067 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-12-01T21:58:58.232 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : yajl-2.1.0-10.el8.x86_64 1/7 2023-12-01T21:58:58.433 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-12-01T21:58:58.953 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 3/7 2023-12-01T21:58:59.332 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 3/7 2023-12-01T21:58:59.760 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 4/7 2023-12-01T21:58:59.943 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-12-01T21:59:00.099 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 6/7 2023-12-01T21:59:00.132 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 4/7 2023-12-01T21:59:00.247 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-12-01T21:59:00.300 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-12-01T21:59:00.472 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 6/7 2023-12-01T21:59:00.517 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-12-01T21:59:00.518 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 1/7 2023-12-01T21:59:00.518 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-12-01T21:59:00.518 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 3/7 2023-12-01T21:59:00.518 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 4/7 2023-12-01T21:59:00.518 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-12-01T21:59:00.518 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 6/7 2023-12-01T21:59:00.646 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-12-01T21:59:00.913 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 7/7 2023-12-01T21:59:00.914 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 1/7 2023-12-01T21:59:00.914 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2/7 2023-12-01T21:59:00.914 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : cockpit-podman-32-2.module+el8.4.0+11990+22932769.no 3/7 2023-12-01T21:59:00.914 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 4/7 2023-12-01T21:59:00.914 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_6 5/7 2023-12-01T21:59:00.914 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_6 6/7 2023-12-01T21:59:01.537 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 7/7 2023-12-01T21:59:01.537 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:41 ago on Fri 01 Dec 2023 09:57:20 PM UTC. 2023-12-01T21:59:02.062 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 7/7 2023-12-01T21:59:02.062 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:01:42 ago on Fri 01 Dec 2023 09:57:19 PM UTC. 2023-12-01T21:59:03.755 INFO:teuthology.orchestra.run.smithi196.stdout:Installed products updated. 2023-12-01T21:59:03.865 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T21:59:03.865 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2023-12-01T21:59:03.865 INFO:teuthology.orchestra.run.smithi196.stdout: buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_64 2023-12-01T21:59:03.865 INFO:teuthology.orchestra.run.smithi196.stdout: cockpit-podman-32-2.module+el8.4.0+11990+22932769.noarch 2023-12-01T21:59:03.865 INFO:teuthology.orchestra.run.smithi196.stdout: crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2023-12-01T21:59:03.865 INFO:teuthology.orchestra.run.smithi196.stdout: skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_64 2023-12-01T21:59:03.865 INFO:teuthology.orchestra.run.smithi196.stdout: toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 2023-12-01T21:59:03.865 INFO:teuthology.orchestra.run.smithi196.stdout: udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 2023-12-01T21:59:03.865 INFO:teuthology.orchestra.run.smithi196.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T21:59:03.865 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T21:59:03.865 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2023-12-01T21:59:03.982 DEBUG:teuthology.parallel:result is None 2023-12-01T21:59:04.150 INFO:teuthology.orchestra.run.smithi092.stdout:Installed products updated. 2023-12-01T21:59:04.255 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T21:59:04.255 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2023-12-01T21:59:04.255 INFO:teuthology.orchestra.run.smithi092.stdout: buildah-1.21.4-2.module+el8.4.0+12050+ef972f71.x86_64 2023-12-01T21:59:04.255 INFO:teuthology.orchestra.run.smithi092.stdout: cockpit-podman-32-2.module+el8.4.0+11990+22932769.noarch 2023-12-01T21:59:04.255 INFO:teuthology.orchestra.run.smithi092.stdout: crun-0.20.1-1.module+el8.4.0+11822+6cc1e7d7.x86_64 2023-12-01T21:59:04.255 INFO:teuthology.orchestra.run.smithi092.stdout: skopeo-1:1.3.1-5.module+el8.4.0+11990+22932769.x86_64 2023-12-01T21:59:04.255 INFO:teuthology.orchestra.run.smithi092.stdout: toolbox-0.0.8-1.module+el8.4.0+11822+6cc1e7d7.noarch 2023-12-01T21:59:04.255 INFO:teuthology.orchestra.run.smithi092.stdout: udica-0.2.4-2.module+el8.4.0+11822+6cc1e7d7.noarch 2023-12-01T21:59:04.255 INFO:teuthology.orchestra.run.smithi092.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T21:59:04.255 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T21:59:04.255 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-12-01T21:59:04.375 DEBUG:teuthology.parallel:result is None 2023-12-01T21:59:04.375 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-01T21:59:04.386 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-01T21:59:04.386 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T21:59:04.386 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T21:59:04.401 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T21:59:04.401 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_1 2023-12-01T21:59:04.457 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T21:59:04.457 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:59:04.458 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 222371 Links: 1 2023-12-01T21:59:04.458 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:59:04.458 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:59:04.458 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-12-01 21:58:45.662723813 +0000 2023-12-01T21:59:04.458 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-12-01 21:58:17.078541581 +0000 2023-12-01T21:59:04.458 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-12-01 21:58:17.078541581 +0000 2023-12-01T21:59:04.458 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-12-01T21:59:04.458 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T21:59:04.521 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-12-01T21:59:04.521 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-12-01T21:59:04.521 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000235483 s, 2.2 MB/s 2023-12-01T21:59:04.522 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T21:59:04.578 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_2 2023-12-01T21:59:04.633 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T21:59:04.633 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:59:04.633 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 218663 Links: 1 2023-12-01T21:59:04.633 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:59:04.633 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:59:04.633 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-12-01 21:58:45.662723813 +0000 2023-12-01T21:59:04.633 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-12-01 21:58:17.578527276 +0000 2023-12-01T21:59:04.633 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-12-01 21:58:17.578527276 +0000 2023-12-01T21:59:04.633 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-12-01T21:59:04.634 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T21:59:04.696 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-12-01T21:59:04.696 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-12-01T21:59:04.696 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000211274 s, 2.4 MB/s 2023-12-01T21:59:04.697 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T21:59:04.752 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_3 2023-12-01T21:59:04.807 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T21:59:04.807 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:59:04.807 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 223340 Links: 1 2023-12-01T21:59:04.807 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:59:04.807 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:59:04.807 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-12-01 21:58:45.662723813 +0000 2023-12-01T21:59:04.807 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-12-01 21:58:18.077513000 +0000 2023-12-01T21:59:04.807 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-12-01 21:58:18.077513000 +0000 2023-12-01T21:59:04.807 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-12-01T21:59:04.808 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T21:59:04.869 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-12-01T21:59:04.870 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-12-01T21:59:04.870 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.00024187 s, 2.1 MB/s 2023-12-01T21:59:04.871 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T21:59:04.927 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_4 2023-12-01T21:59:04.981 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T21:59:04.982 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:59:04.982 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 219594 Links: 1 2023-12-01T21:59:04.982 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:59:04.982 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:59:04.982 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-12-01 21:58:45.662723813 +0000 2023-12-01T21:59:04.982 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-12-01 21:58:18.595498180 +0000 2023-12-01T21:59:04.982 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-12-01 21:58:18.595498180 +0000 2023-12-01T21:59:04.982 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-12-01T21:59:04.982 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T21:59:05.044 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-12-01T21:59:05.044 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-12-01T21:59:05.045 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000194561 s, 2.6 MB/s 2023-12-01T21:59:05.046 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T21:59:05.102 DEBUG:teuthology.orchestra.run.smithi092:> 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 2023-12-01T21:59:05.221 INFO:teuthology.orchestra.run.smithi092.stdout:loop 2023-12-01T21:59:05.222 INFO:tasks.nvme_loop:Connecting nvme_loop smithi092:/dev/vg_nvme/lv_1... 2023-12-01T21:59:05.222 DEBUG:teuthology.orchestra.run.smithi092:> 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 2023-12-01T21:59:05.254 INFO:teuthology.orchestra.run.smithi092.stdout:1 2023-12-01T21:59:05.288 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/vg_nvme/lv_11 2023-12-01T21:59:05.328 INFO:tasks.nvme_loop:Connecting nvme_loop smithi092:/dev/vg_nvme/lv_2... 2023-12-01T21:59:05.328 DEBUG:teuthology.orchestra.run.smithi092:> 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 2023-12-01T21:59:05.401 INFO:teuthology.orchestra.run.smithi092.stdout:1 2023-12-01T21:59:05.435 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/vg_nvme/lv_21 2023-12-01T21:59:05.474 INFO:tasks.nvme_loop:Connecting nvme_loop smithi092:/dev/vg_nvme/lv_3... 2023-12-01T21:59:05.474 DEBUG:teuthology.orchestra.run.smithi092:> 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 2023-12-01T21:59:05.547 INFO:teuthology.orchestra.run.smithi092.stdout:1 2023-12-01T21:59:05.582 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/vg_nvme/lv_31 2023-12-01T21:59:05.620 INFO:tasks.nvme_loop:Connecting nvme_loop smithi092:/dev/vg_nvme/lv_4... 2023-12-01T21:59:05.621 DEBUG:teuthology.orchestra.run.smithi092:> 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 2023-12-01T21:59:05.694 INFO:teuthology.orchestra.run.smithi092.stdout:1 2023-12-01T21:59:05.728 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/vg_nvme/lv_41 2023-12-01T21:59:05.766 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T21:59:05.766 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T21:59:05.826 DEBUG:teuthology.orchestra.run.smithi092:> sudo nvme list 2023-12-01T21:59:05.889 INFO:teuthology.orchestra.run.smithi092.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T21:59:05.889 INFO:teuthology.orchestra.run.smithi092.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T21:59:05.889 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/nvme0n1 PHFT620400QM400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T21:59:05.890 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/nvme1n1 8b86029afd757b617f20 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:59:05.890 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/nvme2n1 7ae5c6735f1c451f1ee1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:59:05.890 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/nvme3n1 091167e21df1fa068337 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:59:05.890 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/nvme4n1 c1cc45ec7dde05cb9288 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:59:05.891 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T21:59:05.891 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T21:59:05.891 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/scratch_devs 2023-12-01T21:59:05.955 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-01T21:59:05.955 DEBUG:teuthology.orchestra.run.smithi196:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T21:59:05.974 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-01T21:59:05.974 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_1 2023-12-01T21:59:06.032 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-01T21:59:06.032 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:59:06.032 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 218663 Links: 1 2023-12-01T21:59:06.032 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:59:06.032 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:59:06.032 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2023-12-01 21:58:45.713166259 +0000 2023-12-01T21:59:06.032 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2023-12-01 21:58:17.077789387 +0000 2023-12-01T21:59:06.032 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2023-12-01 21:58:17.077789387 +0000 2023-12-01T21:59:06.032 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2023-12-01T21:59:06.033 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-01T21:59:06.100 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2023-12-01T21:59:06.100 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2023-12-01T21:59:06.100 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000252427 s, 2.0 MB/s 2023-12-01T21:59:06.101 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-01T21:59:06.160 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_2 2023-12-01T21:59:06.217 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-01T21:59:06.217 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:59:06.217 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 219845 Links: 1 2023-12-01T21:59:06.217 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:59:06.217 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:59:06.217 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2023-12-01 21:58:45.713166259 +0000 2023-12-01T21:59:06.217 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2023-12-01 21:58:17.577778506 +0000 2023-12-01T21:59:06.217 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2023-12-01 21:58:17.577778506 +0000 2023-12-01T21:59:06.217 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2023-12-01T21:59:06.217 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-01T21:59:06.283 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2023-12-01T21:59:06.283 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2023-12-01T21:59:06.283 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000202789 s, 2.5 MB/s 2023-12-01T21:59:06.284 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-01T21:59:06.342 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_3 2023-12-01T21:59:06.398 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-01T21:59:06.398 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:59:06.398 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 218714 Links: 1 2023-12-01T21:59:06.398 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:59:06.398 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:59:06.399 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2023-12-01 21:58:45.713166259 +0000 2023-12-01T21:59:06.399 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2023-12-01 21:58:18.077767626 +0000 2023-12-01T21:59:06.399 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2023-12-01 21:58:18.077767626 +0000 2023-12-01T21:59:06.399 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2023-12-01T21:59:06.399 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-01T21:59:06.464 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2023-12-01T21:59:06.464 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2023-12-01T21:59:06.464 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000234666 s, 2.2 MB/s 2023-12-01T21:59:06.465 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-01T21:59:06.521 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/vg_nvme/lv_4 2023-12-01T21:59:06.576 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-01T21:59:06.577 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-01T21:59:06.577 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 222555 Links: 1 2023-12-01T21:59:06.577 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-01T21:59:06.577 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:device_t:s0 2023-12-01T21:59:06.577 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2023-12-01 21:58:45.713166259 +0000 2023-12-01T21:59:06.577 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2023-12-01 21:58:18.578756725 +0000 2023-12-01T21:59:06.577 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2023-12-01 21:58:18.578756725 +0000 2023-12-01T21:59:06.577 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2023-12-01T21:59:06.577 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-01T21:59:06.641 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2023-12-01T21:59:06.641 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2023-12-01T21:59:06.641 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000224752 s, 2.3 MB/s 2023-12-01T21:59:06.642 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-01T21:59:06.698 DEBUG:teuthology.orchestra.run.smithi196:> 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 2023-12-01T21:59:06.818 INFO:teuthology.orchestra.run.smithi196.stdout:loop 2023-12-01T21:59:06.820 INFO:tasks.nvme_loop:Connecting nvme_loop smithi196:/dev/vg_nvme/lv_1... 2023-12-01T21:59:06.820 DEBUG:teuthology.orchestra.run.smithi196:> 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 2023-12-01T21:59:06.852 INFO:teuthology.orchestra.run.smithi196.stdout:1 2023-12-01T21:59:06.886 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/vg_nvme/lv_11 2023-12-01T21:59:06.925 INFO:tasks.nvme_loop:Connecting nvme_loop smithi196:/dev/vg_nvme/lv_2... 2023-12-01T21:59:06.925 DEBUG:teuthology.orchestra.run.smithi196:> 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 2023-12-01T21:59:07.001 INFO:teuthology.orchestra.run.smithi196.stdout:1 2023-12-01T21:59:07.035 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/vg_nvme/lv_21 2023-12-01T21:59:07.073 INFO:tasks.nvme_loop:Connecting nvme_loop smithi196:/dev/vg_nvme/lv_3... 2023-12-01T21:59:07.074 DEBUG:teuthology.orchestra.run.smithi196:> 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 2023-12-01T21:59:07.150 INFO:teuthology.orchestra.run.smithi196.stdout:1 2023-12-01T21:59:07.184 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/vg_nvme/lv_31 2023-12-01T21:59:07.222 INFO:tasks.nvme_loop:Connecting nvme_loop smithi196:/dev/vg_nvme/lv_4... 2023-12-01T21:59:07.222 DEBUG:teuthology.orchestra.run.smithi196:> 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 2023-12-01T21:59:07.294 INFO:teuthology.orchestra.run.smithi196.stdout:1 2023-12-01T21:59:07.328 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/vg_nvme/lv_41 2023-12-01T21:59:07.367 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-01T21:59:07.367 DEBUG:teuthology.orchestra.run.smithi196:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T21:59:07.422 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme list 2023-12-01T21:59:07.485 INFO:teuthology.orchestra.run.smithi196.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-01T21:59:07.485 INFO:teuthology.orchestra.run.smithi196.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-01T21:59:07.485 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme0n1 CVFT6246000Z400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-01T21:59:07.485 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme1n1 97aab28f5a6e425e2be1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:59:07.485 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme2n1 3b8fe3857309c2c29d26 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:59:07.485 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme3n1 ab411b07957084e9a38b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:59:07.485 INFO:teuthology.orchestra.run.smithi196.stdout:/dev/nvme4n1 3067077bc26601698d38 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-01T21:59:07.486 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T21:59:07.486 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-01T21:59:07.486 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/scratch_devs 2023-12-01T21:59:07.552 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T21:59:07.623 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': '0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9'} 2023-12-01T21:59:07.623 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 2023-12-01T21:59:07.624 INFO:tasks.cephadm:Cluster fsid is d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T21:59:07.624 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T21:59:07.624 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-01T21:59:07.624 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi092': '172.21.15.92', 'mon.smithi196': '172.21.15.196'} 2023-12-01T21:59:07.624 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T21:59:07.624 DEBUG:teuthology.orchestra.run.smithi092:> sudo hostname $(hostname -s) 2023-12-01T21:59:07.651 DEBUG:teuthology.orchestra.run.smithi196:> sudo hostname $(hostname -s) 2023-12-01T21:59:07.675 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9)... 2023-12-01T21:59:07.676 DEBUG:teuthology.orchestra.run.smithi092:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T21:59:07.933 INFO:teuthology.orchestra.run.smithi092.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 1 21:59 /home/ubuntu/cephtest/cephadm 2023-12-01T21:59:07.933 DEBUG:teuthology.orchestra.run.smithi196:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-01T21:59:08.120 INFO:teuthology.orchestra.run.smithi196.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 1 21:59 /home/ubuntu/cephtest/cephadm 2023-12-01T21:59:08.121 DEBUG:teuthology.orchestra.run.smithi092:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T21:59:08.138 DEBUG:teuthology.orchestra.run.smithi196:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-01T21:59:08.162 DEBUG:teuthology.orchestra.run.smithi092:> sudo mkdir -p /etc/ceph 2023-12-01T21:59:08.205 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /etc/ceph 2023-12-01T21:59:08.229 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 777 /etc/ceph 2023-12-01T21:59:08.271 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 777 /etc/ceph 2023-12-01T21:59:08.295 INFO:tasks.cephadm:Writing seed config... 2023-12-01T21:59:08.296 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-01T21:59:08.296 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-01T21:59:08.296 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-01T21:59:08.296 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-01T21:59:08.296 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-01T21:59:08.297 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-01T21:59:08.297 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-01T21:59:08.297 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-01T21:59:08.297 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T21:59:08.297 DEBUG:teuthology.orchestra.run.smithi092:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-01T21:59:08.327 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 = d9a73af2-9094-11ee-95a2-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 2023-12-01T21:59:08.327 DEBUG:teuthology.orchestra.run.smithi092:mon.smithi092> sudo journalctl -f -n 0 -u ceph-d9a73af2-9094-11ee-95a2-87774f69a715@mon.smithi092.service 2023-12-01T21:59:08.369 INFO:tasks.cephadm:Bootstrapping... 2023-12-01T21:59:08.370 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 -v bootstrap --fsid d9a73af2-9094-11ee-95a2-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.92 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-01T21:59:08.395 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:-- Logs begin at Fri 2023-12-01 21:50:06 UTC. -- 2023-12-01T21:59:08.702 INFO:teuthology.orchestra.run.smithi092.stderr:-------------------------------------------------------------------------------- 2023-12-01T21:59:08.702 INFO:teuthology.orchestra.run.smithi092.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9', '-v', 'bootstrap', '--fsid', 'd9a73af2-9094-11ee-95a2-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.92', '--skip-admin-label'] 2023-12-01T21:59:10.409 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: 3.2.3 2023-12-01T21:59:10.472 INFO:teuthology.orchestra.run.smithi092.stderr:Verifying podman|docker is present... 2023-12-01T21:59:10.517 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: 3.2.3 2023-12-01T21:59:10.619 INFO:teuthology.orchestra.run.smithi092.stderr:Verifying lvm2 is present... 2023-12-01T21:59:10.620 INFO:teuthology.orchestra.run.smithi092.stderr:Verifying time synchronization is in place... 2023-12-01T21:59:10.626 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-01T21:59:10.632 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: inactive 2023-12-01T21:59:10.638 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: enabled 2023-12-01T21:59:10.644 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: active 2023-12-01T21:59:10.645 INFO:teuthology.orchestra.run.smithi092.stderr:Unit chronyd.service is enabled and running 2023-12-01T21:59:10.645 INFO:teuthology.orchestra.run.smithi092.stderr:Repeating the final host check... 2023-12-01T21:59:10.685 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: 3.2.3 2023-12-01T21:59:10.792 INFO:teuthology.orchestra.run.smithi092.stderr:podman (/bin/podman) version 3.2.3 is present 2023-12-01T21:59:10.793 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl is present 2023-12-01T21:59:10.793 INFO:teuthology.orchestra.run.smithi092.stderr:lvcreate is present 2023-12-01T21:59:10.798 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-01T21:59:10.803 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: inactive 2023-12-01T21:59:10.809 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: enabled 2023-12-01T21:59:10.815 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: active 2023-12-01T21:59:10.816 INFO:teuthology.orchestra.run.smithi092.stderr:Unit chronyd.service is enabled and running 2023-12-01T21:59:10.816 INFO:teuthology.orchestra.run.smithi092.stderr:Host looks OK 2023-12-01T21:59:10.816 INFO:teuthology.orchestra.run.smithi092.stderr:Cluster fsid: d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T21:59:10.816 INFO:teuthology.orchestra.run.smithi092.stderr:Acquiring lock 140629454680192 on /run/cephadm/d9a73af2-9094-11ee-95a2-87774f69a715.lock 2023-12-01T21:59:10.816 INFO:teuthology.orchestra.run.smithi092.stderr:Lock 140629454680192 acquired on /run/cephadm/d9a73af2-9094-11ee-95a2-87774f69a715.lock 2023-12-01T21:59:10.816 INFO:teuthology.orchestra.run.smithi092.stderr:Verifying IP 172.21.15.92 port 3300 ... 2023-12-01T21:59:10.817 INFO:teuthology.orchestra.run.smithi092.stderr:Verifying IP 172.21.15.92 port 6789 ... 2023-12-01T21:59:10.817 INFO:teuthology.orchestra.run.smithi092.stderr:Base mon IP(s) is [172.21.15.92:3300, 172.21.15.92:6789], mon addrv is [v2:172.21.15.92:3300,v1:172.21.15.92:6789] 2023-12-01T21:59:10.820 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-01T21:59:10.820 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.92 metric 100 2023-12-01T21:59:10.822 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-01T21:59:10.822 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-01T21:59:10.822 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2023-12-01T21:59:10.825 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-01T21:59:10.825 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-01T21:59:10.825 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-01T21:59:10.825 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-01T21:59:10.825 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:cd45/64 scope link noprefixroute 2023-12-01T21:59:10.825 INFO:teuthology.orchestra.run.smithi092.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-01T21:59:10.826 INFO:teuthology.orchestra.run.smithi092.stderr:Mon IP `172.21.15.92` is in CIDR network `172.21.0.0/20` 2023-12-01T21:59:10.826 INFO:teuthology.orchestra.run.smithi092.stderr:Mon IP `172.21.15.92` is in CIDR network `172.21.0.0/20` 2023-12-01T21:59:10.826 INFO:teuthology.orchestra.run.smithi092.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-01T21:59:10.826 INFO:teuthology.orchestra.run.smithi092.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-01T21:59:10.827 INFO:teuthology.orchestra.run.smithi092.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9... 2023-12-01T21:59:10.915 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9... 2023-12-01T21:59:11.017 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: Getting image source signatures 2023-12-01T21:59:11.147 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-12-01T21:59:11.225 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: Copying blob sha256:96ba01455e65bc03491e2f2316657b68180ac5005b1d5caba9f26ab597b9194e 2023-12-01T21:59:26.503 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: Copying config sha256:d30c4dc4d760f2fdb463af249ff72204aa7b305461ccb4ab64a229b59c3e2dc6 2023-12-01T21:59:26.552 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: Writing manifest to image destination 2023-12-01T21:59:26.552 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: Storing signatures 2023-12-01T21:59:37.154 INFO:teuthology.orchestra.run.smithi092.stderr:/bin/podman: d30c4dc4d760f2fdb463af249ff72204aa7b305461ccb4ab64a229b59c3e2dc6 2023-12-01T21:59:37.878 INFO:teuthology.orchestra.run.smithi092.stderr:ceph: ceph version 16.2.14-328-g0dc074ce (0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9) pacific (stable) 2023-12-01T21:59:38.239 INFO:teuthology.orchestra.run.smithi092.stderr:Ceph version: ceph version 16.2.14-328-g0dc074ce (0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9) pacific (stable) 2023-12-01T21:59:38.239 INFO:teuthology.orchestra.run.smithi092.stderr:Extracting ceph user uid/gid from container image... 2023-12-01T21:59:38.602 INFO:teuthology.orchestra.run.smithi092.stderr:stat: 167 167 2023-12-01T21:59:38.878 INFO:teuthology.orchestra.run.smithi092.stderr:Creating initial keys... 2023-12-01T21:59:39.243 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-authtool: AQBLV2plYN21DRAAYHnSZXEJ2p0jme0lirFduQ== 2023-12-01T21:59:39.951 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-authtool: AQBLV2pl4O0yOBAAQoXbVEZhZ28/24F2Hsa8Tw== 2023-12-01T21:59:40.693 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-authtool: AQBMV2plFkTQKBAAqSauDdlGgbIiLy1vVytYHA== 2023-12-01T21:59:41.000 INFO:teuthology.orchestra.run.smithi092.stderr:Creating initial monmap... 2023-12-01T21:59:41.368 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-01T21:59:41.368 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T21:59:41.368 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-01T21:59:41.740 INFO:teuthology.orchestra.run.smithi092.stderr:monmaptool for smithi092 [v2:172.21.15.92:3300,v1:172.21.15.92:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-01T21:59:41.740 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/monmaptool: set fsid to d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T21:59:41.740 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-01T21:59:41.740 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-12-01T21:59:41.740 INFO:teuthology.orchestra.run.smithi092.stderr:Creating mon... 2023-12-01T21:59:42.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.074+0000 7faba2bc6880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-01T21:59:42.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.074+0000 7faba2bc6880 1 imported monmap: 2023-12-01T21:59:42.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-01T21:59:42.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: fsid d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T21:59:42.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: last_changed 2023-12-01T21:59:41.364697+0000 2023-12-01T21:59:42.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: created 2023-12-01T21:59:41.364697+0000 2023-12-01T21:59:42.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-01T21:59:42.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-01T21:59:42.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon.smithi092 2023-12-01T21:59:42.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.074+0000 7faba2bc6880 0 /usr/bin/ceph-mon: set fsid to d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T21:59:42.104 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: RocksDB version: 6.8.1 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Compile date Nov 29 2023 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: DB SUMMARY 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi092/store.db dir, Total Num: 0, files: 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi092/store.db: 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.error_if_exists: 0 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.create_if_missing: 1 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.paranoid_checks: 1 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.env: 0x564016bdb080 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.fs: Posix File System 2023-12-01T21:59:42.105 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.info_log: 0x564018109380 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.statistics: (nil) 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.use_fsync: 0 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.max_log_file_size: 0 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.allow_fallocate: 1 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.use_direct_reads: 0 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-01T21:59:42.106 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.db_log_dir: 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi092/store.db 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.max_subcompactions: 1 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.max_background_flushes: -1 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.write_buffer_manager: 0x56401810f980 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-01T21:59:42.107 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.unordered_write: 0 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.row_cache: None 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.wal_filter: None 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-01T21:59:42.108 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.preserve_deletes: 0 2023-12-01T21:59:42.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.two_write_queues: 0 2023-12-01T21:59:42.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-01T21:59:42.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.atomic_flush: 0 2023-12-01T21:59:42.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-01T21:59:42.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-01T21:59:42.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-01T21:59:42.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.log_readahead_size: 0 2023-12-01T21:59:42.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-01T21:59:42.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.max_background_jobs: 2 2023-12-01T21:59:42.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.max_background_compactions: -1 2023-12-01T21:59:42.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-01T21:59:42.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-01T21:59:42.109 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.max_open_files: -1 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Compression algorithms supported: 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: kZSTD supported: 0 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: kXpressCompression supported: 0 2023-12-01T21:59:42.110 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: kLZ4Compression supported: 1 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: kBZip2Compression supported: 0 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: kZlibCompression supported: 1 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: kSnappyCompression supported: 1 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.075+0000 7faba2bc6880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.076+0000 7faba2bc6880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi092/store.db/MANIFEST-000001 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.merge_operator: 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compaction_filter: None 2023-12-01T21:59:42.111 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56401801fd30) 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: block_cache: 0x564018054d10 2023-12-01T21:59:42.112 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-01T21:59:42.113 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compression: NoCompression 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-01T21:59:42.114 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.num_levels: 7 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-01T21:59:42.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-01T21:59:42.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-01T21:59:42.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.table_properties_collectors: 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.inplace_update_support: 0 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.bloom_locality: 0 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.max_successive_merges: 0 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.ttl: 2592000 2023-12-01T21:59:42.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi092/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 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.078+0000 7faba2bc6880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.079+0000 7faba2bc6880 4 rocksdb: DB pointer 0x56401811d800 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.079+0000 7fab8ba4d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.079+0000 7fab8ba4d700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T21:59:42.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.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 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: 2023-12-01T21:59:42.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.080+0000 7faba2bc6880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-01T21:59:42.123 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.081+0000 7faba2bc6880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-01T21:59:42.123 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph-mon: debug 2023-12-01T21:59:42.081+0000 7faba2bc6880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi092 for mon.smithi092 2023-12-01T21:59:42.483 INFO:teuthology.orchestra.run.smithi092.stderr:create mon.smithi092 on 2023-12-01T21:59:42.598 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-01T21:59:42.696 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d9a73af2-9094-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-d9a73af2-9094-11ee-95a2-87774f69a715.target. 2023-12-01T21:59:42.696 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-d9a73af2-9094-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-d9a73af2-9094-11ee-95a2-87774f69a715.target. 2023-12-01T21:59:42.908 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: Failed to reset failed state of unit ceph-d9a73af2-9094-11ee-95a2-87774f69a715@mon.smithi092.service: Unit ceph-d9a73af2-9094-11ee-95a2-87774f69a715@mon.smithi092.service not loaded. 2023-12-01T21:59:42.915 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d9a73af2-9094-11ee-95a2-87774f69a715.target.wants/ceph-d9a73af2-9094-11ee-95a2-87774f69a715@mon.smithi092.service → /etc/systemd/system/ceph-d9a73af2-9094-11ee-95a2-87774f69a715@.service. 2023-12-01T21:59:43.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:43 smithi092 systemd[1]: Starting Ceph mon.smithi092 for d9a73af2-9094-11ee-95a2-87774f69a715... 2023-12-01T21:59:43.631 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: disabled 2023-12-01T21:59:43.639 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: inactive 2023-12-01T21:59:43.639 INFO:teuthology.orchestra.run.smithi092.stderr:firewalld.service is not enabled 2023-12-01T21:59:43.639 INFO:teuthology.orchestra.run.smithi092.stderr:Not possible to enable service . firewalld.service is not available 2023-12-01T21:59:43.639 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for mon to start... 2023-12-01T21:59:43.639 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for mon... 2023-12-01T21:59:43.828 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:43 smithi092 bash[80900]: e9042f20ea77f71cab92fd6acbe1fa972f68b6507e4b2ced7c709e01234fc903 2023-12-01T21:59:43.828 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:43 smithi092 conmon[80941]: cluster 2023-12-01T21:59:43.574858+0000 mon.smithi092 (mon.0) 0 : [INF] mkfs d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T21:59:43.828 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:43 smithi092 conmon[80941]: cluster 2023-12-01T21:59:43.562153+0000 mon.smithi092 (mon.0) 1 : cluster [INF] mon.smithi092 is new leader, mons smithi092 in quorum (ranks 0) 2023-12-01T21:59:43.828 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:43 smithi092 systemd[1]: Started Ceph mon.smithi092 for d9a73af2-9094-11ee-95a2-87774f69a715. 2023-12-01T21:59:44.160 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: cluster: 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: id: d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: services: 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi092 (age 0.588393s) 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: data: 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: pgs: 2023-12-01T21:59:44.161 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 2023-12-01T21:59:44.479 INFO:teuthology.orchestra.run.smithi092.stderr:mon is available 2023-12-01T21:59:44.480 INFO:teuthology.orchestra.run.smithi092.stderr:Assimilating anything we can from ceph.conf... 2023-12-01T21:59:44.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:44 smithi092 conmon[80941]: cluster 2023-12-01T21:59:43.569272+0000 mon.smithi092 (mon.0) 2 : cluster [INF] mon.smithi092 is new leader, mons smithi092 in quorum (ranks 0) 2023-12-01T21:59:44.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:44 smithi092 conmon[80941]: cluster 2023-12-01T21:59:43.571730+0000 mon.smithi092 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0]} removed_ranks: {} 2023-12-01T21:59:44.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:44 smithi092 conmon[80941]: cluster 2023-12-01T21:59:43.578570+0000 mon.smithi092 (mon.0) 4 : cluster [DBG] fsmap 2023-12-01T21:59:44.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:44 smithi092 conmon[80941]: cluster 2023-12-01T21:59:43.584826+0000 mon.smithi092 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-01T21:59:44.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:44 smithi092 conmon[80941]: cluster 2023-12-01T21:59:43.585247+0000 mon.smithi092 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-01T21:59:44.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:44 smithi092 conmon[80941]: audit 2023-12-01T21:59:44.157617+0000 mon.smithi092 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.92:0/1214967647' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-01T21:59:44.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 2023-12-01T21:59:44.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: [global] 2023-12-01T21:59:44.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: fsid = d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T21:59:44.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.92:3300,v1:172.21.15.92:6789] 2023-12-01T21:59:44.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-01T21:59:44.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-01T21:59:44.982 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-01T21:59:44.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-01T21:59:44.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 2023-12-01T21:59:44.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: [mgr] 2023-12-01T21:59:44.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-01T21:59:44.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 2023-12-01T21:59:44.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: [osd] 2023-12-01T21:59:44.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-01T21:59:44.983 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-01T21:59:45.315 INFO:teuthology.orchestra.run.smithi092.stderr:Generating new minimal ceph.conf... 2023-12-01T21:59:45.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:45 smithi092 conmon[80941]: audit 2023-12-01T21:59:44.977133+0000 mon.smithi092 (mon. 2023-12-01T21:59:45.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:45 smithi092 conmon[80941]: 0) 8 : audit [INF] from='client.? 172.21.15.92:0/529828475' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-01T21:59:45.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:45 smithi092 conmon[80941]: audit 2023-12-01T21:59:44.979797+0000 mon.smithi092 (mon.0) 9 : audit [INF] from='client.? 172.21.15.92:0/529828475' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-01T21:59:45.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:45 smithi092 conmon[80941]: 2023-12-01T21:59:46.452 INFO:teuthology.orchestra.run.smithi092.stderr:Restarting the monitor... 2023-12-01T21:59:46.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:46 smithi092 systemd[1]: Stopping Ceph mon.smithi092 for d9a73af2-9094-11ee-95a2-87774f69a715... 2023-12-01T21:59:46.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:46 smithi092 bash[81424]: Error: no container with name or ID "ceph-d9a73af2-9094-11ee-95a2-87774f69a715-mon.smithi092" found: no such container 2023-12-01T21:59:46.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:46 smithi092 conmon[80941]: audit 2023-12-01T21:59:45.828829+0000 mon.smithi092 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.92:0/756110643' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T21:59:47.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:46 smithi092 conmon[80941]: debug 2023-12-01T21:59:46.806+0000 7f17ab3ab700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi092 -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 2023-12-01T21:59:47.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:46 smithi092 conmon[80941]: debug 2023-12-01T21:59:46.806+0000 7f17ab3ab700 -1 mon.smithi092@0(leader) e1 *** Got Signal Terminated *** 2023-12-01T21:59:47.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 bash[81537]: ceph-d9a73af2-9094-11ee-95a2-87774f69a715-mon-smithi092 2023-12-01T21:59:47.719 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 systemd[1]: ceph-d9a73af2-9094-11ee-95a2-87774f69a715@mon.smithi092.service: Succeeded. 2023-12-01T21:59:47.719 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 systemd[1]: Stopped Ceph mon.smithi092 for d9a73af2-9094-11ee-95a2-87774f69a715. 2023-12-01T21:59:47.719 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 systemd[1]: Starting Ceph mon.smithi092 for d9a73af2-9094-11ee-95a2-87774f69a715... 2023-12-01T21:59:47.811 INFO:teuthology.orchestra.run.smithi092.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-01T21:59:48.043 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.785+0000 7f1ad7d88880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-01T21:59:48.043 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.785+0000 7f1ad7d88880 0 ceph version 16.2.14-328-g0dc074ce (0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9) pacific (stable), process ceph-mon, pid 7 2023-12-01T21:59:48.043 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.786+0000 7f1ad7d88880 0 pidfile_write: ignore empty --pid-file 2023-12-01T21:59:48.043 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 bash[81850]: e400b6d455d23b9a958844795ab8dc3f3f7b78bf05ea72b6f01d7171b475fd53 2023-12-01T21:59:48.043 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 0 load: jerasure load: lrc load: isa 2023-12-01T21:59:48.043 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: RocksDB version: 6.8.1 2023-12-01T21:59:48.043 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Compile date Nov 29 2023 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: DB SUMMARY 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: CURRENT file: CURRENT 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi092/store.db dir, Total Num: 1, files: 000004.sst 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi092/store.db: 000006.log size: 86493 ; 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.044 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.error_if_exists: 0 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.create_if_missing: 0 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.paranoid_checks: 1 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.env: 0x55baf359a080 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.fs: Posix File System 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.info_log: 0x55baf5787d20 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.statistics: (nil) 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.use_fsync: 0 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.max_log_file_size: 0 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.allow_fallocate: 1 2023-12-01T21:59:48.045 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.use_direct_reads: 0 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.db_log_dir: 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi092/store.db 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.max_subcompactions: 1 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.max_background_flushes: -1 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-01T21:59:48.046 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-01T21:59:48.047 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-01T21:59:48.047 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.write_buffer_manager: 0x55baf63de480 2023-12-01T21:59:48.047 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-01T21:59:48.047 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-01T21:59:48.047 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-01T21:59:48.047 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-01T21:59:48.048 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-01T21:59:48.048 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.790+0000 7f1ad7d88880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.unordered_write: 0 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.row_cache: None 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.wal_filter: None 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.preserve_deletes: 0 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.two_write_queues: 0 2023-12-01T21:59:48.049 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.atomic_flush: 0 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.log_readahead_size: 0 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_background_jobs: 2 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_background_compactions: -1 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-01T21:59:48.050 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_open_files: -1 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Compression algorithms supported: 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: kZSTD supported: 0 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: kXpressCompression supported: 0 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: kLZ4Compression supported: 1 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: kBZip2Compression supported: 0 2023-12-01T21:59:48.051 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: kZlibCompression supported: 1 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: kSnappyCompression supported: 1 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi092/store.db/MANIFEST-000005 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.merge_operator: 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compaction_filter: None 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55baf5737d28) 2023-12-01T21:59:48.052 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: cache_index_and_filter_blocks: 1 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: pin_top_level_index_and_filter: 1 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: index_type: 0 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: data_block_index_type: 0 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: index_shortening: 1 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: data_block_hash_table_util_ratio: 0.750000 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: hash_index_allow_collision: 1 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: checksum: 1 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: no_block_cache: 0 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: block_cache: 0x55baf576cf10 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: block_cache_name: BinnedLRUCache 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: block_cache_options: 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: capacity : 536870912 2023-12-01T21:59:48.053 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: num_shard_bits : 4 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: strict_capacity_limit : 0 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: high_pri_pool_ratio: 0.000 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: block_cache_compressed: (nil) 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: persistent_cache: (nil) 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: block_size: 4096 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: block_size_deviation: 10 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: block_restart_interval: 16 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: index_block_restart_interval: 1 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: metadata_block_size: 4096 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: partition_filters: 0 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: use_delta_encoding: 1 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: whole_key_filtering: 1 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: verify_compression: 0 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: read_amp_bytes_per_bit: 0 2023-12-01T21:59:48.054 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: format_version: 2 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: enable_index_compression: 1 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: block_align: 0 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compression: NoCompression 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.num_levels: 7 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-01T21:59:48.055 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-01T21:59:48.056 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-01T21:59:48.057 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21: 2023-12-01T21:59:48.058 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.table_properties_collectors: 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.inplace_update_support: 0 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.bloom_locality: 0 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.max_successive_merges: 0 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.ttl: 2592000 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi092/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 2023-12-01T21:59:48.059 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.791+0000 7f1ad7d88880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.792+0000 7f1ad7d88880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701467987792559, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.792+0000 7f1ad7d88880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.792+0000 7f1ad7d88880 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. 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.792+0000 7f1ad7d88880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701467987793395, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83366, "table_properties": {"data_size": 81633, "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": 76145, "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": 1701467987, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.792+0000 7f1ad7d88880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.793+0000 7f1ad7d88880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701467987793828, "job": 1, "event": "recovery_finished"} 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.794+0000 7f1ad7d88880 4 rocksdb: DB pointer 0x55baf5835800 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.794+0000 7f1abeb8e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.794+0000 7f1abeb8e700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: ** DB Stats ** 2023-12-01T21:59:48.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: ** Compaction Stats [default] ** 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 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 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: L0 2/0 83.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.7 0.00 0.00 1 0.001 0 0 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Sum 2/0 83.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.7 0.00 0.00 1 0.001 0 0 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.7 0.00 0.00 1 0.001 0 0 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.061 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: ** Compaction Stats [default] ** 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 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 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 139.7 0.00 0.00 1 0.001 0 0 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: AddFile(Keys): cumulative 0, interval 0 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Cumulative compaction: 0.00 GB write, 27.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Interval compaction: 0.00 GB write, 27.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 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 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: ** File Read Latency Histogram By Level [default] ** 2023-12-01T21:59:48.062 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: ** Compaction Stats [default] ** 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 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 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: L0 2/0 83.10 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.7 0.00 0.00 1 0.001 0 0 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Sum 2/0 83.10 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 139.7 0.00 0.00 1 0.001 0 0 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 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 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: ** Compaction Stats [default] ** 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 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 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: ------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: ------------------------------- 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 139.7 0.00 0.00 1 0.001 0 0 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T21:59:48.063 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: AddFile(Keys): cumulative 0, interval 0 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Cumulative compaction: 0.00 GB write, 27.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 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 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: ** File Read Latency Histogram By Level [default] ** 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.794+0000 7f1ad7d88880 0 starting mon.smithi092 rank 0 at public addrs [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] at bind addrs [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi092 fsid d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.795+0000 7f1ad7d88880 1 mon.smithi092@-1(???) e1 preinit fsid d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.795+0000 7f1ad7d88880 0 mon.smithi092@-1(???).mds e1 new map 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.795+0000 7f1ad7d88880 0 mon.smithi092@-1(???).mds e1 print_map 2023-12-01T21:59:48.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: e1 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 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} 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: legacy client fscid: -1 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: No filesystems configured 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.796+0000 7f1ad7d88880 0 mon.smithi092@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.796+0000 7f1ad7d88880 0 mon.smithi092@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.796+0000 7f1ad7d88880 0 mon.smithi092@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.796+0000 7f1ad7d88880 0 mon.smithi092@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: audit 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 2023-12-01T21:59:45.828829+0000 mon.smithi092 (mon. 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: 0) 10 : audit [DBG] from='client.? 172.21.15.92:0/756110643' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: debug 2023-12-01T21:59:47.796+0000 7f1ad7d88880 1 mon.smithi092@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-01T21:59:48.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 systemd[1]: Started Ceph mon.smithi092 for d9a73af2-9094-11ee-95a2-87774f69a715. 2023-12-01T21:59:48.066 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: cluster 2023-12-01T21:59:47.811104+0000 mon.smithi092 (mon 2023-12-01T21:59:48.066 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: .0) 1 : cluster [INF] mon.smithi092 is new leader, mons smithi092 in quorum (ranks 0) 2023-12-01T21:59:48.066 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: cluster 2023-12-01T21:59:47.811188+0000 mon.smithi092 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0]} removed_ranks: {} 2023-12-01T21:59:48.066 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: cluster 2023-12-01T21:59:47.811587+0000 mon.smithi092 (mon.0) 3 : cluster [DBG] fsmap 2023-12-01T21:59:48.066 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: cluster 2023-12-01T21:59:47.811616+0000 mon.smithi092 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-01T21:59:48.066 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:47 smithi092 conmon[81890]: cluster 2023-12-01T21:59:47.812002+0000 mon.smithi092 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-01T21:59:48.750 INFO:teuthology.orchestra.run.smithi092.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-01T21:59:48.750 INFO:teuthology.orchestra.run.smithi092.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-01T21:59:48.750 INFO:teuthology.orchestra.run.smithi092.stderr:Creating mgr... 2023-12-01T21:59:48.750 INFO:teuthology.orchestra.run.smithi092.stderr:Verifying port 9283 ... 2023-12-01T21:59:48.886 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: Failed to reset failed state of unit ceph-d9a73af2-9094-11ee-95a2-87774f69a715@mgr.smithi092.dlnhnq.service: Unit ceph-d9a73af2-9094-11ee-95a2-87774f69a715@mgr.smithi092.dlnhnq.service not loaded. 2023-12-01T21:59:48.892 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d9a73af2-9094-11ee-95a2-87774f69a715.target.wants/ceph-d9a73af2-9094-11ee-95a2-87774f69a715@mgr.smithi092.dlnhnq.service → /etc/systemd/system/ceph-d9a73af2-9094-11ee-95a2-87774f69a715@.service. 2023-12-01T21:59:49.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:49 smithi092 conmon[81890]: audit 2023-12-01T21:59:48.311583+0000 mon.smithi092 ( 2023-12-01T21:59:49.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:49 smithi092 conmon[81890]: mon.0) 6 : audit [INF] from='client.? 172.21.15.92:0/1178456423' entity='client.admin' 2023-12-01T21:59:49.606 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: disabled 2023-12-01T21:59:49.613 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: inactive 2023-12-01T21:59:49.614 INFO:teuthology.orchestra.run.smithi092.stderr:firewalld.service is not enabled 2023-12-01T21:59:49.614 INFO:teuthology.orchestra.run.smithi092.stderr:Not possible to enable service . firewalld.service is not available 2023-12-01T21:59:49.622 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: disabled 2023-12-01T21:59:49.629 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: inactive 2023-12-01T21:59:49.630 INFO:teuthology.orchestra.run.smithi092.stderr:firewalld.service is not enabled 2023-12-01T21:59:49.630 INFO:teuthology.orchestra.run.smithi092.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-01T21:59:49.630 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for mgr to start... 2023-12-01T21:59:49.630 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for mgr... 2023-12-01T21:59:50.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 2023-12-01T21:59:50.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: { 2023-12-01T21:59:50.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "fsid": "d9a73af2-9094-11ee-95a2-87774f69a715", 2023-12-01T21:59:50.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "health": { 2023-12-01T21:59:50.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T21:59:50.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T21:59:50.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T21:59:50.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:50.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T21:59:50.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T21:59:50.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 0 2023-12-01T21:59:50.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: ], 2023-12-01T21:59:50.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "smithi092" 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: ], 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T21:59:50.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:59:50.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "available": false, 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "iostat", 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "nfs", 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "restful" 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: ], 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "services": {} 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:59:50.197 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "modified": "2023-12-01T21:59:43.575194+0000", 2023-12-01T21:59:50.198 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "services": {} 2023-12-01T21:59:50.198 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:50.198 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T21:59:50.198 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: } 2023-12-01T21:59:50.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:50 smithi092 conmon[81890]: audit 2023-12-01T21:59:50. 2023-12-01T21:59:50.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:50 smithi092 conmon[81890]: 187110+0000 mon.smithi092 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.92:0/763323291' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T21:59:50.571 INFO:teuthology.orchestra.run.smithi092.stderr:mgr not available, waiting (1/15)... 2023-12-01T21:59:53.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 2023-12-01T21:59:53.115 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: { 2023-12-01T21:59:53.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "fsid": "d9a73af2-9094-11ee-95a2-87774f69a715", 2023-12-01T21:59:53.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "health": { 2023-12-01T21:59:53.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T21:59:53.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T21:59:53.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T21:59:53.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:53.116 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T21:59:53.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T21:59:53.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 0 2023-12-01T21:59:53.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: ], 2023-12-01T21:59:53.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T21:59:53.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "smithi092" 2023-12-01T21:59:53.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: ], 2023-12-01T21:59:53.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-12-01T21:59:53.117 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T21:59:53.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:59:53.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-01T21:59:53.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T21:59:53.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:53.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T21:59:53.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:59:53.118 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T21:59:53.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T21:59:53.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T21:59:53.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T21:59:53.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T21:59:53.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T21:59:53.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:53.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T21:59:53.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T21:59:53.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T21:59:53.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T21:59:53.119 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T21:59:53.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T21:59:53.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T21:59:53.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T21:59:53.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T21:59:53.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:53.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T21:59:53.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:59:53.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T21:59:53.120 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "available": false, 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "iostat", 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "nfs", 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "restful" 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: ], 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "services": {} 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:59:53.121 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "modified": "2023-12-01T21:59:43.575194+0000", 2023-12-01T21:59:53.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "services": {} 2023-12-01T21:59:53.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:53.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T21:59:53.122 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: } 2023-12-01T21:59:53.510 INFO:teuthology.orchestra.run.smithi092.stderr:mgr not available, waiting (2/15)... 2023-12-01T21:59:54.122 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:53 smithi092 conmon[81890]: audit 2023-12-01T21:59:53.107162+0000 mon.smithi092 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.92:0/334561274' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T21:59:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: cluster 2023-12-01T21:59:54.909367+0000 mon.smithi092 (mon.0) 9 : cluster 2023-12-01T21:59:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: [INF] Activating manager daemon smithi092.dlnhnq 2023-12-01T21:59:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: cluster 2023-12-01T21:59:54.912021+0000 mon.smithi092 (mon.0) 10 : cluster [DBG] 2023-12-01T21:59:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: mgrmap e2: smithi092.dlnhnq(active, starting, since 0.00274479s) 2023-12-01T21:59:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: audit 2023-12-01T21 2023-12-01T21:59:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: :59:54.912912+0000 mon.smithi092 (mon.0) 11 : audit [DBG] 2023-12-01T21:59:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: from='mgr.14100 172.21.15.92:0/3375406157' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T21:59:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: audit 2023-12-01T21:59:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: 2023-12-01T21:59:54.913063+0000 mon.smithi092 (mon.0 2023-12-01T21:59:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: ) 12 : audit [DBG] from='mgr.14100 172.21.15.92:0/3375406157' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T21:59:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: audit 2023-12-01T21 2023-12-01T21:59:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: :59:54.913260+0000 mon.smithi092 (mon.0) 2023-12-01T21:59:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: 13 : audit [DBG] from='mgr.14100 172.21.15.92:0/3375406157' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: audit 2023-12-01T21 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: :59:54.913463+0000 mon.smithi092 (mon.0 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: ) 14 : audit [DBG] from='mgr.14100 172.21.15.92:0/3375406157' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: audit 2023-12-01T21:59:54.913751 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: +0000 mon.smithi092 (mon.0) 15 : audit [DBG] 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: from='mgr.14100 172.21.15.92:0/3375406157' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mgr metadata", "who": "smithi092.dlnhnq", "id": "smithi092.dlnhnq"}]: dispatch 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: cluster 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: 2023-12-01T21:59:54.927288+0000 mon.smithi092 (mon 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: .0) 16 : cluster [INF] Manager daemon smithi092.dlnhnq is now available 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: audit 2023-12-01 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: T21:59:54.938722+0000 mon.smithi092 (mon. 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: 0) 17 : audit [INF] from='mgr.14100 172.21.15.92:0/3375406157' entity='mgr.smithi092.dlnhnq' 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: 21:59:54.941785+0000 mon.smithi092 (mon. 2023-12-01T21:59:55.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: 0) 18 : audit [INF] from='mgr.14100 172.21.15.92:0/3375406157' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.dlnhnq/mirror_snapshot_schedule"}]: dispatch 2023-12-01T21:59:55.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T21:59:55.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: 21:59:54.944639+0000 mon.smithi092 (mon. 2023-12-01T21:59:55.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: 0) 19 : audit [INF] from='mgr.14100 172.21.15.92:0/3375406157' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.dlnhnq/trash_purge_schedule"}]: dispatch 2023-12-01T21:59:55.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T21:59:55.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: 21:59:54.949862+0000 mon.smithi092 (mon. 2023-12-01T21:59:55.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: 0) 20 : audit [INF] from='mgr.14100 172.21.15.92:0/3375406157' entity='mgr.smithi092.dlnhnq' 2023-12-01T21:59:55.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: audit 2023-12-01T21: 2023-12-01T21:59:55.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: 59:54.955040+0000 mon.smithi092 (mon.0) 21 2023-12-01T21:59:55.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:54 smithi092 conmon[81890]: : audit [INF] from='mgr.14100 172.21.15.92:0/3375406157' entity='mgr.smithi092.dlnhnq' 2023-12-01T21:59:56.194 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 2023-12-01T21:59:56.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: { 2023-12-01T21:59:56.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "fsid": "d9a73af2-9094-11ee-95a2-87774f69a715", 2023-12-01T21:59:56.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "health": { 2023-12-01T21:59:56.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-01T21:59:56.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "checks": {}, 2023-12-01T21:59:56.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "mutes": [] 2023-12-01T21:59:56.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:56.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-01T21:59:56.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "quorum": [ 2023-12-01T21:59:56.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 0 2023-12-01T21:59:56.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: ], 2023-12-01T21:59:56.195 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "smithi092" 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: ], 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "monmap": { 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "osdmap": { 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-01T21:59:56.196 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-01T21:59:56.199 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "pgmap": { 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "fsmap": { 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:59:56.200 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "available": true, 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "modules": [ 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "iostat", 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "nfs", 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "restful" 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: ], 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "services": {} 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "servicemap": { 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-01T21:59:56.201 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "modified": "2023-12-01T21:59:43.575194+0000", 2023-12-01T21:59:56.202 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "services": {} 2023-12-01T21:59:56.202 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: }, 2023-12-01T21:59:56.202 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-01T21:59:56.202 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: } 2023-12-01T21:59:56.551 INFO:teuthology.orchestra.run.smithi092.stderr:mgr is available 2023-12-01T21:59:57.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:56 smithi092 conmon[81890]: cluster 2023-12-01T21:59:55.914250+0000 mon.smithi092 (mon 2023-12-01T21:59:57.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:56 smithi092 conmon[81890]: .0) 22 : cluster [DBG] mgrmap e3: smithi092.dlnhnq(active, since 1.00498s) 2023-12-01T21:59:57.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:56 smithi092 conmon[81890]: audit 2023-12-01T21:59:56.190759+0000 mon.smithi092 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.92:0/1278983385' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-01T21:59:57.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 2023-12-01T21:59:57.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: [global] 2023-12-01T21:59:57.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: fsid = d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T21:59:57.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-01T21:59:57.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-01T21:59:57.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-01T21:59:57.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-01T21:59:57.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 2023-12-01T21:59:57.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: [mgr] 2023-12-01T21:59:57.385 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-01T21:59:57.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 2023-12-01T21:59:57.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: [osd] 2023-12-01T21:59:57.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-01T21:59:57.386 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-01T21:59:58.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:57 smithi092 conmon[81890]: audit 2023-12-01T21:59:57.382318+0000 mon.smithi092 (mon.0) 2023-12-01T21:59:58.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:57 smithi092 conmon[81890]: 24 : audit [INF] from='client.? 172.21.15.92:0/2278954725' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-01T21:59:59.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:58 smithi092 conmon[81890]: cluster 2023-12-01T21:59:57.915814+0000 mon.smithi092 (mon.0) 2023-12-01T21:59:59.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 21:59:58 smithi092 conmon[81890]: 25 : cluster [DBG] mgrmap e4: smithi092.dlnhnq(active, since 3s) 2023-12-01T21:59:59.489 INFO:teuthology.orchestra.run.smithi092.stderr:Enabling cephadm module... 2023-12-01T22:00:02.253 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:01 smithi092 conmon[81890]: audit 2023-12-01T22:00:01.891452 2023-12-01T22:00:02.253 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:01 smithi092 conmon[81890]: +0000 mon.smithi092 (mon.0) 26 : audit [INF] from='client.? 172.21.15.92:0/433689924' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-01T22:00:03.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:02 smithi092 conmon[81890]: audit 2023-12-01T22:00:01.944642+0000 mon.smithi092 (mon.0) 27 : audit [INF] from='client.? 172.21.15.92:0/433689924' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-01T22:00:03.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:02 smithi092 conmon[81890]: cluster 2023-12-01T22:00:01.944711+0000 mon.smithi092 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi092.dlnhnq(active, since 7s) 2023-12-01T22:00:06.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: { 2023-12-01T22:00:06.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-01T22:00:06.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "available": true, 2023-12-01T22:00:06.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "active_name": "smithi092.dlnhnq", 2023-12-01T22:00:06.311 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-01T22:00:06.312 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: } 2023-12-01T22:00:06.513 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:06 smithi092 conmon[81890]: audit 2023-12-01T22:00:06.309256+0000 mon.smithi092 (mon.0 2023-12-01T22:00:06.513 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:06 smithi092 conmon[81890]: ) 29 : audit [DBG] from='client.? 172.21.15.92:0/1607601401' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-01T22:00:06.679 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for the mgr to restart... 2023-12-01T22:00:06.679 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for mgr epoch 5... 2023-12-01T22:00:07.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: cluster 2023-12-01T22:00:07.399673+0000 mon.smithi092 (mon.0) 30 : cluster [INF] Active manager daemon smithi092.dlnhnq restarted 2023-12-01T22:00:07.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: cluster 2023-12-01T22:00:07.399941+0000 mon.smithi092 (mon.0) 31 : cluster [INF] Activating manager daemon smithi092.dlnhnq 2023-12-01T22:00:07.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: cluster 2023-12-01T 2023-12-01T22:00:07.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: 22:00:07.402635+0000 mon.smithi092 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-01T22:00:07.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: cluster 2023 2023-12-01T22:00:07.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: -12-01T22:00:07 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: .402736+0000 mon.smithi092 (mon.0) 33 : cluster 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: [DBG] mgrmap e6: smithi092.dlnhnq(active, starting, since 0.0028798s) 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: audit 2023-12-01T22 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: :00:07.403526+0000 mon.smithi092 (mon.0 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: ) 34 : audit [DBG] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: audit 2023-12-01T22: 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: 00:07.404038+0000 mon.smithi092 (mon.0 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: ) 35 : audit [DBG] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mgr metadata", "who": "smithi092.dlnhnq", "id": "smithi092.dlnhnq"}]: dispatch 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: audit 2023-12 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: -01T22:00:07.404744 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: +0000 mon.smithi092 (mon.0) 36 : audit [DBG] 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: audit 2023-12-01T22 2023-12-01T22:00:07.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: :00:07.404946+0000 mon.smithi092 (mon. 2023-12-01T22:00:07.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: 0) 37 : audit [DBG] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T22:00:07.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: audit 2023- 2023-12-01T22:00:07.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: 12-01T22:00:07 2023-12-01T22:00:07.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: .405137+0000 mon.smithi092 (mon.0) 38 : 2023-12-01T22:00:07.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: audit [DBG] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T22:00:07.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: cluster 2023-12-01 2023-12-01T22:00:07.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: T22:00:07.407144+0000 2023-12-01T22:00:07.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: mon.smithi092 (mon.0) 39 : cluster [INF] Manager daemon smithi092.dlnhnq is now available 2023-12-01T22:00:07.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: 2023-12-01T22:00:07.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: audit 2023-12-01T22 2023-12-01T22:00:07.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: :00:07.419384+0000 mon.smithi092 (mon. 2023-12-01T22:00:07.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:07 smithi092 conmon[81890]: 0) 40 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:08.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: { 2023-12-01T22:00:08.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-01T22:00:08.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "initialized": true 2023-12-01T22:00:08.412 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: } 2023-12-01T22:00:08.721 INFO:teuthology.orchestra.run.smithi092.stderr:mgr epoch 5 is available 2023-12-01T22:00:08.721 INFO:teuthology.orchestra.run.smithi092.stderr:Setting orchestrator backend to cephadm... 2023-12-01T22:00:08.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: cephadm 2023-12-01T22:00:07.416822+0000 mgr.smithi092.dlnhnq (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-01T22:00:08.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: audit 2023-12-01T22:00:07.505830+0000 mon.smithi092 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:08.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: audit 2023-12-01T22:00:07.506796+0000 mon.smithi092 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:00:08.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: audit 2023-12-01T22:00:07.508038+0000 mon.smithi092 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:00:08.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: audit 2023-12-01T22:00:07.510161+0000 mon.smithi092 (mon 2023-12-01T22:00:08.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: .0) 44 : audit [DBG] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:00:08.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: audit 2023-12-01T22:00:07.523689+0000 2023-12-01T22:00:08.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: mon.smithi092 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.dlnhnq/mirror_snapshot_schedule"}]: dispatch 2023-12-01T22:00:08.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: audit 2023-12-01T22:00 2023-12-01T22:00:08.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: :07.526046+0000 mon.smithi092 (mon.0) 46 : 2023-12-01T22:00:08.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.dlnhnq/trash_purge_schedule"}]: dispatch 2023-12-01T22:00:08.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: cluster 2023-12-01T22: 2023-12-01T22:00:08.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: 00:08.404644+0000 mon.smithi092 (mon.0) 47 2023-12-01T22:00:08.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:08 smithi092 conmon[81890]: : cluster [DBG] mgrmap e7: smithi092.dlnhnq(active, since 1.00478s) 2023-12-01T22:00:09.730 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:09 smithi092 conmon[81890]: audit 2023-12-01T22:00:08.404173+0000 mgr.smithi092.dlnhnq (mgr.14116) 2 2023-12-01T22:00:09.731 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:09 smithi092 conmon[81890]: : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-01T22:00:09.731 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:09 smithi092 conmon[81890]: audit 2023-12-01T22:00:08.410757+0000 mgr.smithi092.dlnhnq (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-01T22:00:09.731 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:09 smithi092 conmon[81890]: audit 2023-12 2023-12-01T22:00:09.731 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:09 smithi092 conmon[81890]: -01T22:00:09.352267+0000 mon.smithi092 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:09.731 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:09 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T22:00:09.731 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:09 smithi092 conmon[81890]: 22:00:09.383754+0000 mon.smithi092 (mon.0 2023-12-01T22:00:09.731 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:09 smithi092 conmon[81890]: ) 49 : audit [DBG] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:00:10.347 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: value unchanged 2023-12-01T22:00:10.692 INFO:teuthology.orchestra.run.smithi092.stderr:Generating ssh key... 2023-12-01T22:00:10.728 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:10 smithi092 conmon[81890]: audit 2023-12-01T22:00 2023-12-01T22:00:10.728 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:10 smithi092 conmon[81890]: :09.348385+0000 mgr.smithi092.dlnhnq (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:10.728 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:10 smithi092 conmon[81890]: cluster 2023-12-01T22:00:10.353014+0000 mon.smithi092 (mon 2023-12-01T22:00:10.728 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:10 smithi092 conmon[81890]: .0) 50 : cluster [DBG] mgrmap e8: smithi092.dlnhnq(active, since 2s) 2023-12-01T22:00:11.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:11 smithi092 conmon[81890]: audit 2023-12-01T22:00:10.345952+0000 mgr.smithi092.dlnhnq (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:11.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:11 smithi092 conmon[81890]: audit 2023-12-01T22:00:11.401074+0000 mon.smithi092 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:11.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:11 smithi092 conmon[81890]: audit 2023-12-01T22:00:11.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:11 smithi092 conmon[81890]: 2023-12-01T22:00:11.403604+0000 2023-12-01T22:00:11.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:11 smithi092 conmon[81890]: mon.smithi092 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:12.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:12 smithi092 conmon[81890]: audit 2023-12-01T22:00:11.309544+0000 mgr.smithi092.dlnhnq (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:12.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:12 smithi092 conmon[81890]: cephadm 2023-12-01T22:00:11.309753+0000 2023-12-01T22:00:12.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:12 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-01T22:00:13.958 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtKiGCzlLZPI6h7VLHRfPSduz0jAipCHVDLyAhWRFFwpKu2Z+Zo81SphFu58KD7jWsTSBrhHHLhrwsqiS8BJCPemAcjcCibfNu4nX8ES8nkNGB3M58coeGl3B9d90XC3Mk5ibEtrWliMrCC7WoGeqovjtSxmRrennEZHY4Fqi0rqbpkEhpar+DUPO/bMZwMy8f9a/JUOnVllniTkUHDQKpkTASxGv/EYHtCrG2qE5RWDQXw36yxZsGSoY4DbfAgHW5srzn0AnMHDnL5C/GBZfeC5QgCfLL2BvNdFLbjfvBfPFRGNC2nXZc/1nro+itaxve9ut95l2lftq5JXRmNk4HwjZXzTIi5U886LH59GLsBrtRQC0tV5xMnMOplX1BymX+WeSuShmoeJNXAsOxybjaGM6w22h2mRKDfuWQD8OLZZThgRrozvAHGFEosw2WwLGgCoHtCTpIRLfJdjGLD/mnvILOmvwulNIS1gwigr8Vphw4/BzH9sJUEvy2o8Qrkfk= ceph-d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T22:00:14.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:14 smithi092 conmon[81890]: audit 2023-12-01T22:00:13.956449+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:00:14.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:14 smithi092 conmon[81890]: 14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:14.370 INFO:teuthology.orchestra.run.smithi092.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-01T22:00:14.370 INFO:teuthology.orchestra.run.smithi092.stderr:Adding key to root@localhost authorized_keys... 2023-12-01T22:00:14.371 INFO:teuthology.orchestra.run.smithi092.stderr:Adding host smithi092... 2023-12-01T22:00:15.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:15 smithi092 conmon[81890]: audit 2023-12-01T22:00 2023-12-01T22:00:15.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:15 smithi092 conmon[81890]: :14.996124+0000 mgr.smithi092.dlnhnq (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi092", "addr": "172.21.15.92", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:15.716 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: Added host 'smithi092' with addr '172.21.15.92' 2023-12-01T22:00:16.008 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying mon service with default placement... 2023-12-01T22:00:16.674 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-01T22:00:17.016 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:16 smithi092 conmon[81890]: audit 2023-12-01T22:00:15.713108+0000 mon.smithi092 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:17.017 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:16 smithi092 conmon[81890]: cephadm 2023-12-01T22:00:15.713417+0000 mgr.smithi092.dlnhnq (mgr.14116) 10 : cephadm [INF] Added host smithi092 2023-12-01T22:00:17.017 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:16 smithi092 conmon[81890]: audit 2023-12-01T22:00:15.715952+0000 mon.smithi092 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:00:17.017 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:16 smithi092 conmon[81890]: audit 2023-12-01T22:00:16.672739+0000 mon.smithi092 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:17.042 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying mgr service with default placement... 2023-12-01T22:00:17.705 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-01T22:00:18.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:17 smithi092 conmon[81890]: audit 2023-12-01T22:00:16.669428+0000 mgr.smithi092.dlnhnq (mgr.14116) 11 : audit [DBG] 2023-12-01T22:00:18.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:17 smithi092 conmon[81890]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:18.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:17 smithi092 conmon[81890]: cephadm 2023-12-01T22:00:16.670560+0000 mgr.smithi092.dlnhnq (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-01T22:00:18.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:17 smithi092 conmon[81890]: audit 2023-12-01T22:00:17.703934+0000 mon.smithi092 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:18.079 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying crash service with default placement... 2023-12-01T22:00:18.965 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-01T22:00:19.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:18 smithi092 conmon[81890]: audit 2023-12-01T22:00:17.700846+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:00:19.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:18 smithi092 conmon[81890]: 14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:19.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:18 smithi092 conmon[81890]: cephadm 2023-12-01T22:00:17.701672+0000 mgr.smithi092.dlnhnq (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-01T22:00:19.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:18 smithi092 conmon[81890]: audit 2023-12-01T22:00:17.760303+0000 mon.smithi092 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:19.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:18 smithi092 conmon[81890]: audit 2023-12-01T22:00:18.133481+0000 mon.smithi092 (mon.0) 58 : audit [INF] 2023-12-01T22:00:19.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:18 smithi092 conmon[81890]: from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:19.314 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying prometheus service with default placement... 2023-12-01T22:00:20.093 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-01T22:00:20.252 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:19 smithi092 conmon[81890]: audit 2023-12-01T22:00:18.960560+0000 mgr.smithi092.dlnhnq (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:20.252 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:19 smithi092 conmon[81890]: cephadm 2023-12-01T22 2023-12-01T22:00:20.252 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:19 smithi092 conmon[81890]: :00:18.961521+0000 mgr.smithi092.dlnhnq (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-01T22:00:20.252 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:19 smithi092 conmon[81890]: audit 2023-12-01T22:00:18.963851+0000 mon.smithi092 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:20.450 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying grafana service with default placement... 2023-12-01T22:00:21.151 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-01T22:00:21.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:20 smithi092 conmon[81890]: audit 2023-12-01T22:00:19.998563+0000 mon.smithi092 (mon.0) 60 : audit [INF] 2023-12-01T22:00:21.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:20 smithi092 conmon[81890]: from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:20 smithi092 conmon[81890]: audit 2023-12-01T22:00:20.091788+0000 mon.smithi092 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:21.887 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying node-exporter service with default placement... 2023-12-01T22:00:22.084 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:21 smithi092 conmon[81890]: audit 2023-12-01T22:00:20.088663+0000 mgr.smithi092.dlnhnq (mgr.14116) 17 : audit 2023-12-01T22:00:22.085 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:21 smithi092 conmon[81890]: [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:22.085 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:21 smithi092 conmon[81890]: cephadm 2023-12-01T22:00:20.089525+0000 mgr.smithi092.dlnhnq (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-01T22:00:22.085 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:21 smithi092 conmon[81890]: audit 2023-12-01T22:00:22.085 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:21 smithi092 conmon[81890]: 2023-12-01T22:00:21.149425+0000 mon.smithi092 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:22.511 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-01T22:00:22.821 INFO:teuthology.orchestra.run.smithi092.stderr:Deploying alertmanager service with default placement... 2023-12-01T22:00:23.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:22 smithi092 conmon[81890]: audit 2023-12-01T22:00:21.146262 2023-12-01T22:00:23.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:22 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:23.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:22 smithi092 conmon[81890]: cephadm 2023-12-01T22:00: 2023-12-01T22:00:23.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:22 smithi092 conmon[81890]: 21.147114+0000 mgr.smithi092.dlnhnq (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-01T22:00:23.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:22 smithi092 conmon[81890]: audit 2023-12 2023-12-01T22:00:23.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:22 smithi092 conmon[81890]: -01T22:00:22.509974+0000 2023-12-01T22:00:23.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:22 smithi092 conmon[81890]: mon.smithi092 (mon.0) 63 : audit 2023-12-01T22:00:23.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:22 smithi092 conmon[81890]: [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:23.419 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-01T22:00:24.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:23 smithi092 conmon[81890]: audit 2023-12-01T22:00:22.506876+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:00:24.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:23 smithi092 conmon[81890]: 14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:24.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:23 smithi092 conmon[81890]: cephadm 2023-12-01T22:00:22.507718+0000 mgr.smithi092.dlnhnq (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-01T22:00:24.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:23 smithi092 conmon[81890]: audit 2023-12-01T22:00:23.417561+0000 mon.smithi092 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.92:0/2478205779' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:25.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:25 smithi092 conmon[81890]: audit 2023-12-01T22:00:23.414596+0000 mgr.smithi092.dlnhnq 2023-12-01T22:00:25.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:25 smithi092 conmon[81890]: (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:25.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:25 smithi092 conmon[81890]: cephadm 2023-12-01T22:00:23.415417+0000 mgr.smithi092.dlnhnq (mgr.14116 2023-12-01T22:00:25.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:25 smithi092 conmon[81890]: ) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-01T22:00:25.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:25 smithi092 conmon[81890]: audit 2023-12-01T22 2023-12-01T22:00:25.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:25 smithi092 conmon[81890]: :00:24.338511+0000 mon.smithi092 ( 2023-12-01T22:00:25.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:25 smithi092 conmon[81890]: mon.0) 65 : audit [INF] 2023-12-01T22:00:25.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:25 smithi092 conmon[81890]: from='client.? 172.21.15.92:0/3934497094' entity='client.admin' 2023-12-01T22:00:25.630 INFO:teuthology.orchestra.run.smithi092.stderr:Enabling the dashboard module... 2023-12-01T22:00:26.626 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:26 smithi092 conmon[81890]: audit 2023-12-01T22:00:25.296376+0000 mon.smithi092 (mon.0) 66 : audit [INF] from='client.? 172.21.15.92:0/1827064207' entity='client.admin' 2023-12-01T22:00:26.626 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:26 smithi092 conmon[81890]: audit 2023-12-01T22:00:26.275197+0000 mon.smithi092 (mon.0) 67 : audit [INF] from='client.? 172.21.15.92:0/3823322517' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-01T22:00:27.330 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: { 2023-12-01T22:00:27.330 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-01T22:00:27.330 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "available": true, 2023-12-01T22:00:27.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "active_name": "smithi092.dlnhnq", 2023-12-01T22:00:27.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-01T22:00:27.331 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: } 2023-12-01T22:00:27.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:27 smithi092 conmon[81890]: audit 2023-12-01T22:00:26.297674+0000 mon.smithi092 (mon.0) 68 : audit [INF] from='client.? 172.21.15.92:0/3823322517' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-01T22:00:27.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:27 smithi092 conmon[81890]: cluster 2023-12-01T22:00:26.297718+0000 mon.smithi092 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi092.dlnhnq(active, since 18s) 2023-12-01T22:00:27.704 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for the mgr to restart... 2023-12-01T22:00:27.705 INFO:teuthology.orchestra.run.smithi092.stderr:Waiting for mgr epoch 9... 2023-12-01T22:00:28.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:28 smithi092 conmon[81890]: audit 2023-12-01T22:00:27.328734+0000 mon.smithi092 (mon.0) 70 : audit 2023-12-01T22:00:28.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:28 smithi092 conmon[81890]: [DBG] from='client.? 172.21.15.92:0/270059563' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-01T22:00:32.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: cluster 2023-12-01T22:00:31.716222+0000 mon.smithi092 (mon 2023-12-01T22:00:32.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: .0) 71 : cluster [INF] Active manager daemon smithi092.dlnhnq restarted 2023-12-01T22:00:32.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: cluster 2023-12-01T22:00:31.716444+0000 mon.smithi092 (mon.0) 72 : cluster [INF] Activating manager daemon smithi092.dlnhnq 2023-12-01T22:00:32.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: cluster 2023-12-01T22:00:31.719269 2023-12-01T22:00:32.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: +0000 mon.smithi092 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-01T22:00:32.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: 2023-12-01T22:00:32.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: cluster 2023-12-01T22:00:31.719375+0000 2023-12-01T22:00:32.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: mon.smithi092 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi092.dlnhnq(active, starting, since 0.00302095s) 2023-12-01T22:00:32.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: 2023-12-01T22:00:32.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: audit 2023-12-01T22:00:31.720327 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: +0000 mon.smithi092 (mon.0) 75 : audit [DBG] 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: audit 2023-12-01T22:00:31.720927+0000 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: mon.smithi092 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mgr metadata", "who": "smithi092.dlnhnq", "id": "smithi092.dlnhnq"}]: dispatch 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: audit 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: 2023-12-01T22:00:31.721532+0000 mon.smithi092 (mon. 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: 0) 77 : audit [DBG] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: audit 2023-12- 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: 01T22:00:31.721702+0000 mon.smithi092 (mon 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: .0) 78 : audit [DBG] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: audit 2023-12 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: -01T22:00:31.721856+0000 mon.smithi092 (mon 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: .0) 79 : audit [DBG] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T22:00:32.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: cluster 2023- 2023-12-01T22:00:32.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: 12-01T22:00:31.735859+0000 mon.smithi092 2023-12-01T22:00:32.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:31 smithi092 conmon[81890]: (mon.0) 80 : cluster [INF] Manager daemon smithi092.dlnhnq is now available 2023-12-01T22:00:32.729 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: { 2023-12-01T22:00:32.729 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-01T22:00:32.729 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: "initialized": true 2023-12-01T22:00:32.729 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: } 2023-12-01T22:00:33.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:32 smithi092 conmon[81890]: audit 2023-12-01T22:00:31.830339+0000 mon.smithi092 ( 2023-12-01T22:00:33.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:32 smithi092 conmon[81890]: mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:00:33.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:32 smithi092 conmon[81890]: audit 2023-12-01T22:00:31.831679+0000 mon.smithi092 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:00:33.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:32 smithi092 conmon[81890]: audit 2023-12-01T22:00:31.856427+0000 mon.smithi092 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.dlnhnq/mirror_snapshot_schedule"}]: dispatch 2023-12-01T22:00:33.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:32 smithi092 conmon[81890]: audit 2023-12-01T22:00:31.859008+0000 mon.smithi092 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.dlnhnq/trash_purge_schedule"}]: dispatch 2023-12-01T22:00:33.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:32 smithi092 conmon[81890]: cluster 2023-12-01T22:00:32.721124+0000 mon.smithi092 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi092.dlnhnq(active, since 1.00477s) 2023-12-01T22:00:33.052 INFO:teuthology.orchestra.run.smithi092.stderr:mgr epoch 9 is available 2023-12-01T22:00:33.052 INFO:teuthology.orchestra.run.smithi092.stderr:Generating a dashboard self-signed certificate... 2023-12-01T22:00:33.966 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-01T22:00:34.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:33 smithi092 conmon[81890]: audit 2023-12-01T22:00:32.720378+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:00:34.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:33 smithi092 conmon[81890]: .14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-01T22:00:34.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:33 smithi092 conmon[81890]: audit 2023-12-01T22:00:32.726664+0000 mgr.smithi092.dlnhnq (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-01T22:00:34.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:33 smithi092 conmon[81890]: audit 2023-12-01T22:00:33.580056+0000 mon.smithi092 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:34.338 INFO:teuthology.orchestra.run.smithi092.stderr:Creating initial admin user... 2023-12-01T22:00:35.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:34 smithi092 conmon[81890]: audit 2023-12-01T22 2023-12-01T22:00:35.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:34 smithi092 conmon[81890]: :00:33.862807+0000 mgr.smithi092.dlnhnq (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:35.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:34 smithi092 conmon[81890]: audit 2023-12-01T22:00:33.959996+0000 mon.smithi092 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:35.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:34 smithi092 conmon[81890]: audit 2023-12-01T22:00:33.965064+0000 mon.smithi092 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:35.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:34 smithi092 conmon[81890]: cluster 2023-12-01T 2023-12-01T22:00:35.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:34 smithi092 conmon[81890]: 22:00:34.581351+0000 2023-12-01T22:00:35.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:34 smithi092 conmon[81890]: mon.smithi092 (mon.0) 89 : cluster 2023-12-01T22:00:35.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:34 smithi092 conmon[81890]: [DBG] mgrmap e12: smithi092.dlnhnq(active, since 2s) 2023-12-01T22:00:35.233 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$mGm/0f08O6Tg25cstehWcujAIdD9hbjKempJLagOSS1XA25ztgAc2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701468035, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-01T22:00:35.779 INFO:teuthology.orchestra.run.smithi092.stderr:Fetching dashboard port number... 2023-12-01T22:00:36.371 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: 8443 2023-12-01T22:00:36.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:36 smithi092 conmon[81890]: audit 2023-12-01T22:00:35.009050+0000 mgr.smithi092.dlnhnq (mgr.14156) 4 : 2023-12-01T22:00:36.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:36 smithi092 conmon[81890]: audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:36.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:36 smithi092 conmon[81890]: audit 2023-12-01T22:00:35.231632+0000 mon.smithi092 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:36.726 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: disabled 2023-12-01T22:00:36.730 INFO:teuthology.orchestra.run.smithi092.stderr:systemctl: inactive 2023-12-01T22:00:36.731 INFO:teuthology.orchestra.run.smithi092.stderr:firewalld.service is not enabled 2023-12-01T22:00:36.731 INFO:teuthology.orchestra.run.smithi092.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-01T22:00:36.733 INFO:teuthology.orchestra.run.smithi092.stderr:Ceph Dashboard is now available at: 2023-12-01T22:00:36.733 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-12-01T22:00:36.733 INFO:teuthology.orchestra.run.smithi092.stderr: URL: https://smithi092.front.sepia.ceph.com:8443/ 2023-12-01T22:00:36.733 INFO:teuthology.orchestra.run.smithi092.stderr: User: admin 2023-12-01T22:00:36.733 INFO:teuthology.orchestra.run.smithi092.stderr: Password: vxjst7d67t 2023-12-01T22:00:36.733 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-12-01T22:00:36.733 INFO:teuthology.orchestra.run.smithi092.stderr:Enabling autotune for osd_memory_target 2023-12-01T22:00:37.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:37 smithi092 conmon[81890]: audit 2023-12-01T22:00:36.370254+0000 mon.smithi092 (mon.0) 91 : audit [DBG] 2023-12-01T22:00:37.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:37 smithi092 conmon[81890]: from='client.? 172.21.15.92:0/2017097861' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-01T22:00:38.363 INFO:teuthology.orchestra.run.smithi092.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-01T22:00:38.703 INFO:teuthology.orchestra.run.smithi092.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-01T22:00:38.703 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-12-01T22:00:38.703 INFO:teuthology.orchestra.run.smithi092.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-01T22:00:38.703 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-12-01T22:00:38.703 INFO:teuthology.orchestra.run.smithi092.stderr:Or, if you are only running a single cluster on this host: 2023-12-01T22:00:38.703 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-12-01T22:00:38.703 INFO:teuthology.orchestra.run.smithi092.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-01T22:00:38.703 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-12-01T22:00:38.703 INFO:teuthology.orchestra.run.smithi092.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-01T22:00:38.703 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-12-01T22:00:38.704 INFO:teuthology.orchestra.run.smithi092.stderr: ceph telemetry on 2023-12-01T22:00:38.704 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-12-01T22:00:38.704 INFO:teuthology.orchestra.run.smithi092.stderr:For more information see: 2023-12-01T22:00:38.704 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-12-01T22:00:38.704 INFO:teuthology.orchestra.run.smithi092.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-01T22:00:38.704 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-12-01T22:00:38.704 INFO:teuthology.orchestra.run.smithi092.stderr:Bootstrap complete. 2023-12-01T22:00:38.740 INFO:tasks.cephadm:Fetching config... 2023-12-01T22:00:38.740 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T22:00:38.740 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-01T22:00:38.755 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-01T22:00:38.756 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T22:00:38.756 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-01T22:00:38.811 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-01T22:00:38.811 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T22:00:38.811 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/keyring of=/dev/stdout 2023-12-01T22:00:38.875 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-01T22:00:38.875 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T22:00:38.875 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-01T22:00:38.930 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-01T22:00:38.930 DEBUG:teuthology.orchestra.run.smithi092:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtKiGCzlLZPI6h7VLHRfPSduz0jAipCHVDLyAhWRFFwpKu2Z+Zo81SphFu58KD7jWsTSBrhHHLhrwsqiS8BJCPemAcjcCibfNu4nX8ES8nkNGB3M58coeGl3B9d90XC3Mk5ibEtrWliMrCC7WoGeqovjtSxmRrennEZHY4Fqi0rqbpkEhpar+DUPO/bMZwMy8f9a/JUOnVllniTkUHDQKpkTASxGv/EYHtCrG2qE5RWDQXw36yxZsGSoY4DbfAgHW5srzn0AnMHDnL5C/GBZfeC5QgCfLL2BvNdFLbjfvBfPFRGNC2nXZc/1nro+itaxve9ut95l2lftq5JXRmNk4HwjZXzTIi5U886LH59GLsBrtRQC0tV5xMnMOplX1BymX+WeSuShmoeJNXAsOxybjaGM6w22h2mRKDfuWQD8OLZZThgRrozvAHGFEosw2WwLGgCoHtCTpIRLfJdjGLD/mnvILOmvwulNIS1gwigr8Vphw4/BzH9sJUEvy2o8Qrkfk= ceph-d9a73af2-9094-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-01T22:00:39.003 INFO:teuthology.orchestra.run.smithi092.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtKiGCzlLZPI6h7VLHRfPSduz0jAipCHVDLyAhWRFFwpKu2Z+Zo81SphFu58KD7jWsTSBrhHHLhrwsqiS8BJCPemAcjcCibfNu4nX8ES8nkNGB3M58coeGl3B9d90XC3Mk5ibEtrWliMrCC7WoGeqovjtSxmRrennEZHY4Fqi0rqbpkEhpar+DUPO/bMZwMy8f9a/JUOnVllniTkUHDQKpkTASxGv/EYHtCrG2qE5RWDQXw36yxZsGSoY4DbfAgHW5srzn0AnMHDnL5C/GBZfeC5QgCfLL2BvNdFLbjfvBfPFRGNC2nXZc/1nro+itaxve9ut95l2lftq5JXRmNk4HwjZXzTIi5U886LH59GLsBrtRQC0tV5xMnMOplX1BymX+WeSuShmoeJNXAsOxybjaGM6w22h2mRKDfuWQD8OLZZThgRrozvAHGFEosw2WwLGgCoHtCTpIRLfJdjGLD/mnvILOmvwulNIS1gwigr8Vphw4/BzH9sJUEvy2o8Qrkfk= ceph-d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T22:00:39.015 DEBUG:teuthology.orchestra.run.smithi196:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtKiGCzlLZPI6h7VLHRfPSduz0jAipCHVDLyAhWRFFwpKu2Z+Zo81SphFu58KD7jWsTSBrhHHLhrwsqiS8BJCPemAcjcCibfNu4nX8ES8nkNGB3M58coeGl3B9d90XC3Mk5ibEtrWliMrCC7WoGeqovjtSxmRrennEZHY4Fqi0rqbpkEhpar+DUPO/bMZwMy8f9a/JUOnVllniTkUHDQKpkTASxGv/EYHtCrG2qE5RWDQXw36yxZsGSoY4DbfAgHW5srzn0AnMHDnL5C/GBZfeC5QgCfLL2BvNdFLbjfvBfPFRGNC2nXZc/1nro+itaxve9ut95l2lftq5JXRmNk4HwjZXzTIi5U886LH59GLsBrtRQC0tV5xMnMOplX1BymX+WeSuShmoeJNXAsOxybjaGM6w22h2mRKDfuWQD8OLZZThgRrozvAHGFEosw2WwLGgCoHtCTpIRLfJdjGLD/mnvILOmvwulNIS1gwigr8Vphw4/BzH9sJUEvy2o8Qrkfk= ceph-d9a73af2-9094-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-01T22:00:39.059 INFO:teuthology.orchestra.run.smithi196.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtKiGCzlLZPI6h7VLHRfPSduz0jAipCHVDLyAhWRFFwpKu2Z+Zo81SphFu58KD7jWsTSBrhHHLhrwsqiS8BJCPemAcjcCibfNu4nX8ES8nkNGB3M58coeGl3B9d90XC3Mk5ibEtrWliMrCC7WoGeqovjtSxmRrennEZHY4Fqi0rqbpkEhpar+DUPO/bMZwMy8f9a/JUOnVllniTkUHDQKpkTASxGv/EYHtCrG2qE5RWDQXw36yxZsGSoY4DbfAgHW5srzn0AnMHDnL5C/GBZfeC5QgCfLL2BvNdFLbjfvBfPFRGNC2nXZc/1nro+itaxve9ut95l2lftq5JXRmNk4HwjZXzTIi5U886LH59GLsBrtRQC0tV5xMnMOplX1BymX+WeSuShmoeJNXAsOxybjaGM6w22h2mRKDfuWQD8OLZZThgRrozvAHGFEosw2WwLGgCoHtCTpIRLfJdjGLD/mnvILOmvwulNIS1gwigr8Vphw4/BzH9sJUEvy2o8Qrkfk= ceph-d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T22:00:39.071 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-01T22:00:39.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:39 smithi092 conmon[81890]: cluster 2023-12-01T22:00:38.237207+0000 mon.smithi092 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi092.dlnhnq(active, since 6s) 2023-12-01T22:00:39.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:39 smithi092 conmon[81890]: audit 2023-12-01T22:00:38.359755+0000 mon.smithi092 (mon.0) 93 : audit [INF] from='client.? 172.21.15.92:0/2262815783' entity='client.admin' 2023-12-01T22:00:41.372 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-01T22:00:41.373 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-01T22:00:42.239 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:41 smithi092 conmon[81890]: audit 2023-12-01T22:00:40.947378+0000 mon.smithi092 (mon.0) 94 : audit [INF] from='client.? 172.21.15.92:0/2732509977' entity='client.admin' 2023-12-01T22:00:43.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:43 smithi092 conmon[81890]: audit 2023-12-01T22:00:42.357539+0000 mon.smithi092 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:43.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:43 smithi092 conmon[81890]: audit 2023-12-01T22:00:42.841740+0000 mon.smithi092 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi092", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:00:43.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:43 smithi092 conmon[81890]: audit 2023-12-01T22:00:42.845054+0000 mon.smithi092 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:43.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:43 smithi092 conmon[81890]: cephadm 2023-12-01T22:00:42.853277+0000 mgr.smithi092.dlnhnq (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi092 on smithi092 2023-12-01T22:00:43.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:43 smithi092 conmon[81890]: audit 2023-12-01T22:00:43.187755+0000 mgr.smithi092.dlnhnq (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:00:43.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:43 smithi092 conmon[81890]: audit 2023-12-01T22:00:43.190274+0000 mon.smithi092 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:43.557 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi196 2023-12-01T22:00:43.558 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-01T22:00:43.558 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.conf 2023-12-01T22:00:43.575 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-01T22:00:43.575 DEBUG:teuthology.orchestra.run.smithi196:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-01T22:00:43.631 INFO:tasks.cephadm:Adding host smithi196 to orchestrator... 2023-12-01T22:00:43.631 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch host add smithi196 2023-12-01T22:00:50.887 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:50 smithi092 conmon[81890]: audit 2023-12-01T22:00:49.597181+0000 mon.smithi092 (mon 2023-12-01T22:00:50.887 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:50 smithi092 conmon[81890]: .0) 99 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:50.887 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:50 smithi092 conmon[81890]: audit 2023-12-01T22:00:49.598724+0000 mon.smithi092 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T22:00:50.887 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:50 smithi092 conmon[81890]: audit 2023-12-01T22:00:49.600332+0000 mon.smithi092 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-01T22:00:50.888 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:50 smithi092 conmon[81890]: audit 2023-12-01T22:00:49.600897+0000 mon.smithi092 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:00:50.888 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:50 smithi092 conmon[81890]: cephadm 2023-12-01T22:00:49.601396+0000 mgr.smithi092.dlnhnq (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi092 on smithi092 2023-12-01T22:00:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:52 smithi092 conmon[81890]: audit 2023-12-01T22:00:51.639673+0000 mon.smithi092 (mon.0) 103 2023-12-01T22:00:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:52 smithi092 conmon[81890]: : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:52 smithi092 conmon[81890]: cluster 2023-12-01T22:00:51.722848+0000 mgr.smithi092.dlnhnq (mgr.14156) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:00:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:52 smithi092 conmon[81890]: audit 2023-12-01T22:00:51.784748+0000 mon.smithi092 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:52 smithi092 conmon[81890]: audit 2023-12-01T22:00:51.787449+0000 mon.smithi092 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:52 smithi092 conmon[81890]: audit 2023-12-01T22:00:51.789477+0000 mon.smithi092 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T22:00:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:52 smithi092 conmon[81890]: audit 2023-12-01T22:00:51.789824+0000 mgr.smithi092.dlnhnq (mgr.14156) 9 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-01T22:00:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:52 smithi092 conmon[81890]: audit 2023-12-01T22:00:51.794967+0000 mon.smithi092 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:52 smithi092 conmon[81890]: cephadm 2023-12-01T22:00:51.798397+0000 mgr.smithi092.dlnhnq (mgr.14156) 10 : cephadm [INF] Deploying daemon grafana.smithi092 on smithi092 2023-12-01T22:00:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:52 smithi092 conmon[81890]: audit 2023-12-01T22:00:51.859665+0000 mon.smithi092 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:00:55.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:54 smithi092 conmon[81890]: cluster 2023-12-01T22:00:53.723077+0000 2023-12-01T22:00:55.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:54 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:00:57.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:56 smithi092 conmon[81890]: cluster 2023-12-01T22:00:55.723328+0000 mgr.smithi092.dlnhnq (mgr.14156 2023-12-01T22:00:57.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:56 smithi092 conmon[81890]: ) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:00:59.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:58 smithi092 conmon[81890]: cluster 2023-12-01T22:00:57.723561+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:00:59.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:00:58 smithi092 conmon[81890]: 14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:01.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:00 smithi092 conmon[81890]: cluster 2023-12-01T22:00:59. 2023-12-01T22:01:01.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:00 smithi092 conmon[81890]: 723795+0000 mgr.smithi092.dlnhnq (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:03.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:02 smithi092 conmon[81890]: cluster 2023-12-01T22:01:01.724010+0000 mgr.smithi092.dlnhnq (mgr.14156) 15 : 2023-12-01T22:01:03.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:02 smithi092 conmon[81890]: cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:05.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:04 smithi092 conmon[81890]: cluster 2023-12-01T22:01:03.724272+0000 mgr.smithi092.dlnhnq (mgr.14156) 16 : cluster 2023-12-01T22:01:05.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:04 smithi092 conmon[81890]: [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:07.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:07 smithi092 conmon[81890]: cluster 2023-12-01T22:01:05.724650+0000 mgr.smithi092.dlnhnq (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:07.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:07 smithi092 conmon[81890]: audit 2023- 2023-12-01T22:01:07.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:07 smithi092 conmon[81890]: 12-01T22:01:06.105307+0000 mon.smithi092 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:07.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:07 smithi092 conmon[81890]: cephadm 2023-12-01T22:01:06.107420+0000 mgr.smithi092.dlnhnq (mgr.14156) 18 : cephadm [INF] Deploying daemon node-exporter.smithi092 on smithi092 2023-12-01T22:01:07.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:07 smithi092 conmon[81890]: audit 2023-12-01T22:01:06.863562+0000 mon.smithi092 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:09.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:09 smithi092 conmon[81890]: cluster 2023-12-01T22:01:07.725012+0000 mgr.smithi092.dlnhnq (mgr.14156) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:10.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:10 smithi092 conmon[81890]: audit 2023-12-01T22:01:09.371429+0000 mon.smithi092 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:10.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:10 smithi092 conmon[81890]: audit 2023-12-01T22:01:09.373581+0000 mon.smithi092 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-01T22:01:10.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:10 smithi092 conmon[81890]: cluster 2023-12-01T22:01:09.725371+0000 mgr.smithi092.dlnhnq (mgr.14156) 20 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:11.719 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:11 smithi092 conmon[81890]: audit 2023-12-01T22:01:10.375864+0000 mon.smithi092 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.92:0/2663480732' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-01T22:01:11.719 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:11 smithi092 conmon[81890]: cluster 2023-12-01T22:01:11.719 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:11 smithi092 conmon[81890]: 2023-12-01T22:01:10.375945+0000 mon.smithi092 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi092.dlnhnq(active, since 38s) 2023-12-01T22:01:15.992 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:15 smithi092 conmon[81890]: cluster 2023-12-01T22:01:15.690293+0000 mon.smithi092 (mon.0) 115 : cluster [INF] Active manager daemon smithi092.dlnhnq restarted 2023-12-01T22:01:15.992 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:15 smithi092 conmon[81890]: cluster 2023-12-01T22:01:15.690621+0000 mon.smithi092 (mon.0) 116 : cluster [INF] Activating manager daemon smithi092.dlnhnq 2023-12-01T22:01:15.992 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:15 smithi092 conmon[81890]: cluster 2023-12-01T22:01:15.693976+0000 mon.smithi092 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-01T22:01:15.992 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:15 smithi092 conmon[81890]: cluster 2023-12-01T22:01:15.694089+0000 mon.smithi092 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi092.dlnhnq(active, starting, since 0.00360327s) 2023-12-01T22:01:15.992 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:15 smithi092 conmon[81890]: audit 2023-12-01T22:01:15.695138+0000 mon.smithi092 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-12-01T22:01:15.992 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:15 smithi092 conmon[81890]: audit 2023-12-01T22:01:15.695757+0000 mon.smithi092 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mgr metadata", "who": "smithi092.dlnhnq", "id": "smithi092.dlnhnq"}]: dispatch 2023-12-01T22:01:15.992 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:15 smithi092 conmon[81890]: audit 2023-12-01T22:01:15.696365+0000 mon.smithi092 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-01T22:01:15.992 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:15 smithi092 conmon[81890]: audit 2023-12-01T22:01:15.696536+0000 mon.smithi092 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-01T22:01:15.992 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:15 smithi092 conmon[81890]: audit 2023-12-01T22:01:15.696677+0000 mon.smithi092 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-01T22:01:15.993 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:15 smithi092 conmon[81890]: cluster 2023-12-01T22:01:15.710916+0000 mon.smithi092 (mon.0) 124 : cluster [INF] Manager daemon smithi092.dlnhnq is now available 2023-12-01T22:01:17.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:16 smithi092 conmon[81890]: audit 2023-12-01T22:01:15.807083+0000 mon.smithi092 (mon.0) 125 : audit 2023-12-01T22:01:17.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:16 smithi092 conmon[81890]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:01:17.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:16 smithi092 conmon[81890]: audit 2023-12-01T22:01:15.808414+0000 mon.smithi092 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:01:17.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:16 smithi092 conmon[81890]: audit 2023-12-01T22:01:15.832885+0000 mon.smithi092 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:17.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:16 smithi092 conmon[81890]: audit 2023-12-01T22:01:15.842897+0000 mon.smithi092 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.dlnhnq/mirror_snapshot_schedule"}]: dispatch 2023-12-01T22:01:17.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:16 smithi092 conmon[81890]: audit 2023-12-01T22:01:15.846522+0000 mon.smithi092 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi092.dlnhnq/trash_purge_schedule"}]: dispatch 2023-12-01T22:01:17.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:16 smithi092 conmon[81890]: cluster 2023 2023-12-01T22:01:17.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:16 smithi092 conmon[81890]: -12-01T22:01:16.695604+0000 mon.smithi092 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi092.dlnhnq(active, since 1.00512s) 2023-12-01T22:01:19.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:18 smithi092 conmon[81890]: cluster 2023-12-01T22:01:17.747088+0000 mon.smithi092 (mon.0) 131 : cluster 2023-12-01T22:01:19.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:18 smithi092 conmon[81890]: [DBG] mgrmap e17: smithi092.dlnhnq(active, since 2s) 2023-12-01T22:01:20.312 INFO:teuthology.orchestra.run.smithi196.stdout:Added host 'smithi196' with addr '172.21.15.196' 2023-12-01T22:01:20.677 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-01T22:01:21.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:21 smithi092 conmon[81890]: audit 2023-12-01T22:01:20.309263+0000 mon.smithi092 (mon 2023-12-01T22:01:21.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:21 smithi092 conmon[81890]: .0) 132 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:21.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:21 smithi092 conmon[81890]: cephadm 2023-12-01T22:01:20.309593+0000 mgr.smithi092.dlnhnq (mgr.14180) 2 : cephadm [INF] Added host smithi196 2023-12-01T22:01:22.316 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T22:01:22.316 INFO:teuthology.orchestra.run.smithi196.stdout:[{"addr": "172.21.15.92", "hostname": "smithi092", "labels": [], "status": ""}, {"addr": "172.21.15.196", "hostname": "smithi196", "labels": [], "status": ""}] 2023-12-01T22:01:22.639 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-01T22:01:22.640 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-01T22:01:22.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:22 smithi092 conmon[81890]: audit 2023-12-01T22:01:22.314288+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:01:22.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:22 smithi092 conmon[81890]: .14180) 3 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:01:23.933 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:23 smithi092 conmon[81890]: audit 2023-12-01T22:01:22.596463+0000 mon.smithi092 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:23.933 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:23 smithi092 conmon[81890]: audit 2023-12-01T22:01:23.012443+0000 mon.smithi092 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi092", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:01:23.933 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:23 smithi092 conmon[81890]: audit 2023-12-01T22:01:23.013413+0000 mon.smithi092 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:01:23.933 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:23 smithi092 conmon[81890]: audit 2023-12-01T22:01:23.014166+0000 mon.smithi092 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:01:23.933 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:23 smithi092 conmon[81890]: cephadm 2023-12-01T22:01:23.015248+0000 mgr.smithi092.dlnhnq (mgr.14180) 4 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2023-12-01T22:01:23.933 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:23 smithi092 conmon[81890]: cephadm 2023-12-01T22:01:23.046445+0000 mgr.smithi092.dlnhnq (mgr.14180) 5 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2023-12-01T22:01:23.933 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:23 smithi092 conmon[81890]: audit 2023-12-01T22:01:23.091948+0000 mon.smithi092 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:23.934 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:23 smithi092 conmon[81890]: audit 2023-12-01T22:01:23.095115+0000 2023-12-01T22:01:23.934 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:23 smithi092 conmon[81890]: mon.smithi092 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:23.934 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:23 smithi092 conmon[81890]: cephadm 2023-12-01T22:01:23.106650+0000 mgr.smithi092.dlnhnq (mgr.14180) 6 : cephadm [INF] Deploying daemon prometheus.smithi092 on smithi092 2023-12-01T22:01:24.603 INFO:teuthology.orchestra.run.smithi092.stderr:adjusted tunables profile to default 2023-12-01T22:01:24.896 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:24 smithi092 conmon[81890]: audit 2023-12-01T22:01:24.325348+0000 mon.smithi092 (mon.0) 139 2023-12-01T22:01:24.896 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:24 smithi092 conmon[81890]: : audit [INF] from='client.? 172.21.15.92:0/4028562272' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-01T22:01:25.176 INFO:tasks.cephadm:Adding mon.smithi092 on smithi092 2023-12-01T22:01:25.176 INFO:tasks.cephadm:Adding mon.smithi196 on smithi196 2023-12-01T22:01:25.176 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi092:172.21.15.92=smithi092;smithi196:172.21.15.196=smithi196' 2023-12-01T22:01:26.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:25 smithi092 conmon[81890]: audit 2023-12-01T22:01:24.600137+0000 mon.smithi092 (mon.0) 2023-12-01T22:01:26.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:25 smithi092 conmon[81890]: 140 : audit [INF] from='client.? 172.21.15.92:0/4028562272' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-01T22:01:26.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:25 smithi092 conmon[81890]: cluster 2023-12-01T22:01:24.600182+0000 mon.smithi092 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-01T22:01:26.720 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled mon update... 2023-12-01T22:01:27.147 DEBUG:teuthology.orchestra.run.smithi196:mon.smithi196> sudo journalctl -f -n 0 -u ceph-d9a73af2-9094-11ee-95a2-87774f69a715@mon.smithi196.service 2023-12-01T22:01:27.149 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T22:01:27.149 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T22:01:27.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:-- Logs begin at Fri 2023-12-01 21:50:05 UTC. -- 2023-12-01T22:01:28.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:27 smithi092 conmon[81890]: audit 2023-12-01T22:01:26.713324 2023-12-01T22:01:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:27 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi092:172.21.15.92=smithi092;smithi196:172.21.15.196=smithi196", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:01:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:27 smithi092 conmon[81890]: cephadm 2023-12-01T22:01:26.715136+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:01:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:27 smithi092 conmon[81890]: 8 : cephadm [INF] Saving service mon spec with placement smithi092:172.21.15.92=smithi092;smithi196:172.21.15.196=smithi196;count:2 2023-12-01T22:01:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:27 smithi092 conmon[81890]: audit 2023-12-01T22:01:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:27 smithi092 conmon[81890]: 2023-12-01T22:01:26.718257+0000 mon.smithi092 (mon 2023-12-01T22:01:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:27 smithi092 conmon[81890]: .0) 142 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:28.765 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T22:01:28.765 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":1,"fsid":"d9a73af2-9094-11ee-95a2-87774f69a715","modified":"2023-12-01T21:59:41.364697Z","created":"2023-12-01T21:59:41.364697Z","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":"smithi092","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T22:01:28.766 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 1 2023-12-01T22:01:29.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:28 smithi092 conmon[81890]: audit 2023-12-01T22:01:28.763531+0000 mon.smithi092 (mon.0) 143 2023-12-01T22:01:29.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:28 smithi092 conmon[81890]: : audit [DBG] from='client.? 172.21.15.196:0/2634085604' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T22:01:30.221 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T22:01:30.221 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T22:01:31.896 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T22:01:31.897 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":1,"fsid":"d9a73af2-9094-11ee-95a2-87774f69a715","modified":"2023-12-01T21:59:41.364697Z","created":"2023-12-01T21:59:41.364697Z","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":"smithi092","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T22:01:31.898 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 1 2023-12-01T22:01:32.269 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:31 smithi092 conmon[81890]: audit 2023-12-01T22:01:31.895116+0000 2023-12-01T22:01:32.269 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:31 smithi092 conmon[81890]: mon.smithi092 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.196:0/4091831273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T22:01:33.367 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T22:01:33.367 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T22:01:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:33 smithi092 conmon[81890]: audit 2023-12-01T22:01:32.444866+0000 mon.smithi092 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:33.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:33 smithi092 conmon[81890]: audit 2023-12-01T22:01:32.445860+0000 mon.smithi092 (mon.0) 146 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:01:33.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:33 smithi092 conmon[81890]: audit 2023-12-01T22:01:32.987217+0000 mon.smithi092 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:35.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:34 smithi092 conmon[81890]: audit 2023-12-01T22:01:33.602755+0000 mon.smithi092 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:35.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:34 smithi092 conmon[81890]: 2023-12-01T22:01:35.270 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T22:01:35.270 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":1,"fsid":"d9a73af2-9094-11ee-95a2-87774f69a715","modified":"2023-12-01T21:59:41.364697Z","created":"2023-12-01T21:59:41.364697Z","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":"smithi092","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T22:01:35.272 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 1 2023-12-01T22:01:36.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:35 smithi092 conmon[81890]: audit 2023-12-01T22:01:35.268577+0000 mon.smithi092 (mon.0) 2023-12-01T22:01:36.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:35 smithi092 conmon[81890]: 149 : audit [DBG] from='client.? 172.21.15.196:0/3041259046' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T22:01:36.730 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T22:01:36.730 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T22:01:37.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:36 smithi092 conmon[81890]: cluster 2023-12-01T22:01:35.697696+0000 mgr.smithi092.dlnhnq (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:37.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:36 smithi092 conmon[81890]: audit 2023-12 2023-12-01T22:01:37.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:36 smithi092 conmon[81890]: -01T22:01:35.835234+0000 mon.smithi092 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:37.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:36 smithi092 conmon[81890]: audit 2023-12-01T22:01:36.701901+0000 mon.smithi092 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:38.345 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T22:01:38.345 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":1,"fsid":"d9a73af2-9094-11ee-95a2-87774f69a715","modified":"2023-12-01T21:59:41.364697Z","created":"2023-12-01T21:59:41.364697Z","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":"smithi092","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T22:01:38.347 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 1 2023-12-01T22:01:38.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: audit 2023-12-01T22:01:37.018058+0000 mon.smithi092 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:38.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: audit 2023-12-01T22:01:38.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: 2023-12-01T22:01:37.749610+0000 mon.smithi092 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:38.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: audit 2023-12-01T22:01:37.750462+0000 mon.smithi092 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi196", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:01:38.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: audit 2023-12-01T22:01:37.751467+0000 mon.smithi092 (mon 2023-12-01T22:01:38.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: .0) 155 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:01:38.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T22:01:38.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: 22:01:37.752318+0000 mon.smithi092 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:01:38.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: 2023-12-01T22:01:38.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: audit 2023-12-01T22:01:38.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: 2023-12-01T22:01:37.802768+0000 mon.smithi092 (mon. 2023-12-01T22:01:38.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: 0) 157 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:38.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T22:01:38.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: 22:01:37.818119+0000 mon.smithi092 (mon.0) 2023-12-01T22:01:38.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: 158 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:38.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: audit 2023-12-01T22:01:37 2023-12-01T22:01:38.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: .819911+0000 mon.smithi092 (mon.0) 159 : audit 2023-12-01T22:01:38.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi196", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T22:01:38.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: audit 2023-12-01T22:01:37 2023-12-01T22:01:38.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: .829088+0000 mon.smithi092 (mon.0) 160 : audit 2023-12-01T22:01:38.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi196", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-01T22:01:38.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: audit 2023-12-01T22:01:37. 2023-12-01T22:01:38.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: 829904+0000 mon.smithi092 (mon.0) 161 : audit [DBG] 2023-12-01T22:01:38.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:38 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:01:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:39 smithi092 conmon[81890]: cluster 2023-12-01T22:01:37.698081+0000 mgr.smithi092.dlnhnq (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:39.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:39 smithi092 conmon[81890]: 2023-12-01T22:01:39.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:39 smithi092 conmon[81890]: cephadm 2023-12-01T22:01:37.753631+0000 mgr.smithi092.dlnhnq (mgr.14180) 11 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2023-12-01T22:01:39.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:39 smithi092 conmon[81890]: cephadm 2023-12-01T22:01:37.776907+0000 mgr.smithi092.dlnhnq 2023-12-01T22:01:39.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:39 smithi092 conmon[81890]: (mgr.14180) 12 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.client.admin.keyring 2023-12-01T22:01:39.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:39 smithi092 conmon[81890]: cephadm 2023-12-01T22: 2023-12-01T22:01:39.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:39 smithi092 conmon[81890]: 01:37.830627+0000 mgr.smithi092.dlnhnq (mgr.14180) 13 : cephadm [INF] Deploying daemon crash.smithi196 on smithi196 2023-12-01T22:01:39.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:39 smithi092 conmon[81890]: audit 2023-12 2023-12-01T22:01:39.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:39 smithi092 conmon[81890]: -01T22:01:38.344184+0000 mon.smithi092 (mon 2023-12-01T22:01:39.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:39 smithi092 conmon[81890]: .0) 162 : audit [DBG] from='client.? 172.21.15.196:0/734043017' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T22:01:41.285 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T22:01:41.286 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T22:01:41.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:41 smithi092 conmon[81890]: cluster 2023-12-01T22:01:39.698414+0000 mgr.smithi092.dlnhnq (mgr.14180) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:43.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:43 smithi092 conmon[81890]: cluster 2023-12-01T22:01:41.698712+0000 mgr.smithi092.dlnhnq (mgr.14180) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:43.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:43 smithi092 conmon[81890]: 2023-12-01T22:01:45.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:45 smithi092 conmon[81890]: cluster 2023-12-01T22:01:43.699145+0000 mgr.smithi092.dlnhnq (mgr.14180) 16 : 2023-12-01T22:01:45.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:45 smithi092 conmon[81890]: cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:47.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:47 smithi092 conmon[81890]: cluster 2023-12-01T22:01:45.699463+0000 mgr.smithi092.dlnhnq (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:49 smithi092 conmon[81890]: cluster 2023-12-01T22:01:47.699828+0000 mgr.smithi092.dlnhnq (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:49.869 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T22:01:49.869 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":1,"fsid":"d9a73af2-9094-11ee-95a2-87774f69a715","modified":"2023-12-01T21:59:41.364697Z","created":"2023-12-01T21:59:41.364697Z","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":"smithi092","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T22:01:49.871 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 1 2023-12-01T22:01:50.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: audit 2023-12-01T22:01:49.083511+0000 mon.smithi092 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:50.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: audit 2023-12-01T22:01:49.085778+0000 mon.smithi092 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi196.dcqzty", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T22:01:50.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: audit 2023-12-01T22:01:49.088481+0000 mon.smithi092 (mon.0) 165 : audit [INF] 2023-12-01T22:01:50.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi196.dcqzty", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-01T22:01:50.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: audit 2023-12-01T22:01:49. 2023-12-01T22:01:50.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: 089341+0000 mon.smithi092 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T22:01:50.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T22:01:50.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: 22:01:49.090301+0000 mon.smithi092 (mon.0 2023-12-01T22:01:50.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: ) 167 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:01:50.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: cephadm 2023-12-01T 2023-12-01T22:01:50.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: 22:01:49.091063+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:01:50.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: ) 19 : cephadm [INF] Deploying daemon mgr.smithi196.dcqzty on smithi196 2023-12-01T22:01:50.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: audit 2023-12-01 2023-12-01T22:01:50.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: T22:01:49.867855+0000 mon.smithi092 (mon.0 2023-12-01T22:01:50.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:50 smithi092 conmon[81890]: ) 168 : audit [DBG] from='client.? 172.21.15.196:0/1592753196' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T22:01:51.297 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T22:01:51.297 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T22:01:51.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:51 smithi092 conmon[81890]: cluster 2023-12-01T22:01:49.700077+0000 mgr.smithi092.dlnhnq (mgr.14180) 20 2023-12-01T22:01:51.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:51 smithi092 conmon[81890]: : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:51.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:51 smithi092 conmon[81890]: audit 2023-12-01T22:01:50.841390+0000 mon.smithi092 (mon.0) 169 : 2023-12-01T22:01:51.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:51 smithi092 conmon[81890]: audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:52 smithi092 conmon[81890]: cluster 2023-12-01T22:01:51.700443+0000 mgr.smithi092.dlnhnq (mgr.14180) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:52 smithi092 conmon[81890]: audit 2023-12-01T22:01:51.738629+0000 mon.smithi092 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:01:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:52 smithi092 conmon[81890]: audit 2023-12-01T22: 2023-12-01T22:01:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:52 smithi092 conmon[81890]: 01:51.740726+0000 mon.smithi092 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T22:01:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:52 smithi092 conmon[81890]: audit 2023- 2023-12-01T22:01:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:52 smithi092 conmon[81890]: 12-01T22:01:51. 2023-12-01T22:01:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:52 smithi092 conmon[81890]: 741533+0000 mon.smithi092 (mon.0) 172 : audit [DBG] 2023-12-01T22:01:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:52 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:01:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:52 smithi092 conmon[81890]: cephadm 2023-12-01T 2023-12-01T22:01:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:52 smithi092 conmon[81890]: 22:01:51.742194+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:01:53.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:52 smithi092 conmon[81890]: mgr.14180) 22 : cephadm [INF] Deploying daemon mon.smithi196 on smithi196 2023-12-01T22:01:53.271 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T22:01:53.271 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":1,"fsid":"d9a73af2-9094-11ee-95a2-87774f69a715","modified":"2023-12-01T21:59:41.364697Z","created":"2023-12-01T21:59:41.364697Z","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":"smithi092","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-01T22:01:53.273 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 1 2023-12-01T22:01:54.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:53 smithi092 conmon[81890]: audit 2023-12-01T22:01:53.269826+0000 mon.smithi092 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.196:0/1847925415' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T22:01:54.530 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:54 smithi196 systemd[1]: Starting Ceph mon.smithi196 for d9a73af2-9094-11ee-95a2-87774f69a715... 2023-12-01T22:01:54.666 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-01T22:01:54.670 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-01T22:01:55.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:01:54 smithi092 conmon[81890]: cluster 2023-12-01T22:01:53.700875+0000 mgr.smithi092.dlnhnq (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:55.057 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.051+0000 7f23cc03e880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-01T22:01:55.057 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.051+0000 7f23cc03e880 0 ceph version 16.2.14-328-g0dc074ce (0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9) pacific (stable), process ceph-mon, pid 7 2023-12-01T22:01:55.058 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.051+0000 7f23cc03e880 0 pidfile_write: ignore empty --pid-file 2023-12-01T22:01:55.058 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.056+0000 7f23cc03e880 0 load: jerasure load: lrc load: isa 2023-12-01T22:01:55.314 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: RocksDB version: 6.8.1 2023-12-01T22:01:55.314 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.314 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-01T22:01:55.314 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 bash[86924]: 457c94e75ced0cbd9e7198d3f20210b296722d9dabed89cb024f5f5d5241b3c6 2023-12-01T22:01:55.314 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Compile date Nov 29 2023 2023-12-01T22:01:55.314 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: DB SUMMARY 2023-12-01T22:01:55.314 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.314 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: CURRENT file: CURRENT 2023-12-01T22:01:55.314 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi196/store.db dir, Total Num: 0, files: 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi196/store.db: 000003.log size: 511 ; 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.error_if_exists: 0 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.create_if_missing: 0 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.paranoid_checks: 1 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.env: 0x55e4296a8080 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.fs: Posix File System 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.info_log: 0x55e42a08fd20 2023-12-01T22:01:55.315 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.statistics: (nil) 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.use_fsync: 0 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_log_file_size: 0 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.allow_fallocate: 1 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.use_direct_reads: 0 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.db_log_dir: 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi196/store.db 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-01T22:01:55.316 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_subcompactions: 1 2023-12-01T22:01:55.317 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_background_flushes: -1 2023-12-01T22:01:55.317 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-01T22:01:55.317 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-01T22:01:55.317 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-01T22:01:55.317 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-01T22:01:55.317 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-01T22:01:55.317 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-01T22:01:55.317 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-01T22:01:55.317 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.write_buffer_manager: 0x55e42ace6480 2023-12-01T22:01:55.317 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-01T22:01:55.317 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-01T22:01:55.317 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-01T22:01:55.317 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.unordered_write: 0 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.row_cache: None 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.wal_filter: None 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-01T22:01:55.318 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.preserve_deletes: 0 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.two_write_queues: 0 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.atomic_flush: 0 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.log_readahead_size: 0 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_background_jobs: 2 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_background_compactions: -1 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-01T22:01:55.319 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_open_files: -1 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Compression algorithms supported: 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: kZSTD supported: 0 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: kXpressCompression supported: 0 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: kLZ4Compression supported: 1 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: kBZip2Compression supported: 0 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: kZlibCompression supported: 1 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: kSnappyCompression supported: 1 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi196/store.db/MANIFEST-000001 2023-12-01T22:01:55.320 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.321 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-01T22:01:55.321 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.321 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-01T22:01:55.321 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.merge_operator: 2023-12-01T22:01:55.321 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compaction_filter: None 2023-12-01T22:01:55.321 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-01T22:01:55.321 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-01T22:01:55.321 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-01T22:01:55.321 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e42a03fd28) 2023-12-01T22:01:55.321 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: cache_index_and_filter_blocks: 1 2023-12-01T22:01:55.321 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-01T22:01:55.322 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-01T22:01:55.322 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: pin_top_level_index_and_filter: 1 2023-12-01T22:01:55.322 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: index_type: 0 2023-12-01T22:01:55.322 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: data_block_index_type: 0 2023-12-01T22:01:55.322 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: index_shortening: 1 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: data_block_hash_table_util_ratio: 0.750000 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: hash_index_allow_collision: 1 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: checksum: 1 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: no_block_cache: 0 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: block_cache: 0x55e42a074f10 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: block_cache_name: BinnedLRUCache 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: block_cache_options: 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: capacity : 536870912 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: num_shard_bits : 4 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: strict_capacity_limit : 0 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: high_pri_pool_ratio: 0.000 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: block_cache_compressed: (nil) 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: persistent_cache: (nil) 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: block_size: 4096 2023-12-01T22:01:55.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: block_size_deviation: 10 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: block_restart_interval: 16 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: index_block_restart_interval: 1 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: metadata_block_size: 4096 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: partition_filters: 0 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: use_delta_encoding: 1 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: whole_key_filtering: 1 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: verify_compression: 0 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: read_amp_bytes_per_bit: 0 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: format_version: 2 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: enable_index_compression: 1 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: block_align: 0 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compression: NoCompression 2023-12-01T22:01:55.324 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.num_levels: 7 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-01T22:01:55.325 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-01T22:01:55.326 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-01T22:01:55.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.table_properties_collectors: 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.inplace_update_support: 0 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.bloom_locality: 0 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.max_successive_merges: 0 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-01T22:01:55.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.ttl: 2592000 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.057+0000 7f23cc03e880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.058+0000 7f23cc03e880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi196/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 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.058+0000 7f23cc03e880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.058+0000 7f23cc03e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701468115058711, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.058+0000 7f23cc03e880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.058+0000 7f23cc03e880 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. 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.059+0000 7f23cc03e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701468115059388, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1701468115, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.059+0000 7f23cc03e880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.059+0000 7f23cc03e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701468115059919, "job": 1, "event": "recovery_finished"} 2023-12-01T22:01:55.329 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.060+0000 7f23cc03e880 4 rocksdb: DB pointer 0x55e42a13d800 2023-12-01T22:01:55.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.060+0000 7f23b2e44700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-01T22:01:55.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.060+0000 7f23b2e44700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-01T22:01:55.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: ** DB Stats ** 2023-12-01T22:01:55.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T22:01:55.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-01T22:01:55.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-01T22:01:55.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T22:01:55.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-01T22:01:55.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-01T22:01:55.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-01T22:01:55.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: ** Compaction Stats [default] ** 2023-12-01T22:01:55.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 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 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: ** Compaction Stats [default] ** 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 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 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T22:01:55.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: AddFile(Keys): cumulative 0, interval 0 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Interval compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 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 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: ** File Read Latency Histogram By Level [default] ** 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: ** Compaction Stats [default] ** 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 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 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 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 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: ** Compaction Stats [default] ** 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 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 2023-12-01T22:01:55.332 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.2 0.00 0.00 1 0.001 0 0 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: AddFile(Total Files): cumulative 0, interval 0 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: AddFile(Keys): cumulative 0, interval 0 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 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 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: ** File Read Latency Histogram By Level [default] ** 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.060+0000 7f23cc03e880 0 mon.smithi196 does not exist in monmap, will attempt to join an existing cluster 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.061+0000 7f23cc03e880 0 using public_addr v2:172.21.15.196:0/0 -> [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] 2023-12-01T22:01:55.333 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.061+0000 7f23cc03e880 0 starting mon.smithi196 rank -1 at public addrs [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] at bind addrs [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi196 fsid d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.063+0000 7f23cc03e880 1 mon.smithi196@-1(???) e0 preinit fsid d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.093+0000 7f23b5649700 0 mon.smithi196@-1(synchronizing).mds e1 new map 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.093+0000 7f23b5649700 0 mon.smithi196@-1(synchronizing).mds e1 print_map 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: e1 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 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} 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: legacy client fscid: -1 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: No filesystems configured 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.093+0000 7f23b5649700 1 mon.smithi196@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.093+0000 7f23b5649700 1 mon.smithi196@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.094+0000 7f23b5649700 1 mon.smithi196@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-01T22:01:55.334 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.094+0000 7f23b5649700 1 mon.smithi196@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.094+0000 7f23b5649700 1 mon.smithi196@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.094+0000 7f23b5649700 1 mon.smithi196@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.094+0000 7f23b5649700 1 mon.smithi196@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.096+0000 7f23b5649700 0 mon.smithi196@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.096+0000 7f23b5649700 0 mon.smithi196@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.096+0000 7f23b5649700 0 mon.smithi196@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.096+0000 7f23b5649700 0 mon.smithi196@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: cluster 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 2023-12-01T22:01: 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: 53.700875+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: .14180) 23 : cluster [DBG] 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 conmon[87003]: debug 2023-12-01T22:01:55.096+0000 7f23b5649700 1 mon.smithi196@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-01T22:01:55.335 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:01:55 smithi196 systemd[1]: Started Ceph mon.smithi196 for d9a73af2-9094-11ee-95a2-87774f69a715. 2023-12-01T22:02:00.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: audit 2023-12-01T22:01:55.104191+0000 mon.smithi092 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-12-01T22:02:00.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: audit 2023-12-01T22:01:55.104383+0000 mon.smithi092 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:00.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: cluster 2023-12-01T22:01:55.104532+0000 mon.smithi092 (mon.0) 177 : cluster [INF] mon.smithi092 calling monitor election 2023-12-01T22:02:00.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: cluster 2023-12-01T22:01:55.701193+0000 mgr.smithi092.dlnhnq (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:00.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: audit 2023-12-01T22:01:56.100551+0000 mon.smithi092 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:00.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: audit 2023-12-01T22:01:57.100659+0000 mon.smithi092 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:00.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: cluster 2023-12-01T22:01:57.101693+0000 mon.smithi196 (mon.1) 1 : cluster [INF] mon.smithi196 calling monitor election 2023-12-01T22:02:00.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: audit 2023-12-01T22:01:57.358281+0000 mon.smithi092 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.196:0/2794197985' entity='mgr.smithi196.dcqzty' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi196.dcqzty/crt"}]: dispatch 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: cluster 2023-12-01T22:01:57.701550+0000 mgr.smithi092.dlnhnq (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: audit 2023-12-01T22:01:58.101010+0000 mon.smithi092 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: audit 2023-12-01T22:01:59.100899+0000 mon.smithi092 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: audit 2023-12-01T22:02:00.101097+0000 mon.smithi092 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: cluster 2023-12-01T22:02:00.132308+0000 mon.smithi092 (mon.0) 184 : cluster [INF] mon.smithi092 is new leader, mons smithi092,smithi196 in quorum (ranks 0,1) 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: cluster 2023-12-01T22:02:00.140596+0000 mon.smithi092 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0],smithi196=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: cluster 2023-12-01T22:02:00.141128+0000 mon.smithi092 (mon.0) 186 : cluster [DBG] fsmap 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: cluster 2023-12- 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: 01T22:02:00.141162+0000 mon.smithi092 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: cluster 2023-12-01T22:02:00.141386+0000 mon.smithi092 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi092.dlnhnq(active, since 44s) 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: cluster 2023-12-01T22:02:00.142481+0000 mon.smithi092 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi196.dcqzty started 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: audit 2023-12-01T22:02:00.143470+0000 mon.smithi092 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.196:0/2794197985' entity='mgr.smithi196.dcqzty' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T22:02:00.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: 22:02:00.145029+0000 mon.smithi092 (mon.0) 2023-12-01T22:02:00.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: 191 : audit [DBG] from='mgr.? 172.21.15.196:0/2794197985' entity='mgr.smithi196.dcqzty' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi196.dcqzty/key"}]: dispatch 2023-12-01T22:02:00.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: audit 2023-12-01T22: 2023-12-01T22:02:00.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: 02:00.145587+0000 mon.smithi092 (mon.0) 192 2023-12-01T22:02:00.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: : audit [DBG] from='mgr.? 172.21.15.196:0/2794197985' entity='mgr.smithi196.dcqzty' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T22:02:00.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: cluster 2023-12-01T22: 2023-12-01T22:02:00.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: 02:00.158119+0000 mon.smithi092 (mon.0) 193 : 2023-12-01T22:02:00.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: cluster [INF] overall HEALTH_OK 2023-12-01T22:02:00.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: audit 2023-12-01T22:02: 2023-12-01T22:02:00.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: 00.163537+0000 mon.smithi092 (mon.0) 194 : audit 2023-12-01T22:02:00.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:00.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: audit 2023-12-01T22:02:00. 2023-12-01T22:02:00.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: 169506+0000 mon.smithi092 (mon.0) 195 : audit [INF] 2023-12-01T22:02:00.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:00 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:00.578 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: audit 2023-12-01T22:01:55.104191+0000 mon.smithi092 (mon.0) 175 : audit 2023-12-01T22:02:00.578 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-12-01T22:02:00.578 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: audit 2023-12-01T22:01:55.104383+0000 mon.smithi092 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:00.578 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: cluster 2023-12-01T22:01:55.104532+0000 mon.smithi092 (mon.0) 177 : cluster [INF] mon.smithi092 calling monitor election 2023-12-01T22:02:00.579 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: cluster 2023-12-01T22:01:55.701193+0000 mgr.smithi092.dlnhnq (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:00.579 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: audit 2023 2023-12-01T22:02:00.579 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: -12-01T22:01:56.100551+0000 mon.smithi092 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:00.579 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: audit 2023-12-01T22:01:57.100659+0000 mon.smithi092 (mon.0 2023-12-01T22:02:00.579 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: ) 179 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:00.579 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: cluster 2023-12-01T22:02:00.579 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: 2023-12-01T22:01:57.101693+0000 mon.smithi196 (mon.1) 1 : cluster [INF] mon.smithi196 calling monitor election 2023-12-01T22:02:00.579 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: audit 2023-12-01T22:01:57.358281+0000 2023-12-01T22:02:00.579 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: mon.smithi092 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.196:0/2794197985' entity='mgr.smithi196.dcqzty' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi196.dcqzty/crt"}]: dispatch 2023-12-01T22:02:00.579 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: cluster 2023-12-01T22:01:57.701550+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:02:00.579 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: .14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: 2023-12-01T22:01:58.101010+0000 mon.smithi092 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: audit 2023-12-01T22:01:59.100899+0000 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: mon.smithi092 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:00.101097+0000 mon.smithi092 (mon. 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: 0) 183 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: cluster 2023- 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: 12-01T22:02:00.132308+0000 mon.smithi092 (mon.0) 184 : cluster [INF] mon.smithi092 is new leader, mons smithi092,smithi196 in quorum (ranks 0,1) 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: cluster 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: 2023-12-01T22:02:00.140596+0000 mon.smithi092 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0],smithi196=[v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0]} removed_ranks: {} 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: cluster 2023-12-01T22:02:00.141128+0000 mon.smithi092 ( 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: mon.0) 186 : cluster [DBG] fsmap 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: cluster 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: 2023-12-01T22:02:00.141162+0000 mon.smithi092 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: cluster 2023-12-01T22:02:00.141386+0000 2023-12-01T22:02:00.580 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: mon.smithi092 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi092.dlnhnq(active, since 44s) 2023-12-01T22:02:00.581 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: cluster 2023-12-01T22:02:00.142481+0000 mon.smithi092 (mon.0 2023-12-01T22:02:00.581 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: ) 189 : cluster [DBG] Standby manager daemon smithi196.dcqzty started 2023-12-01T22:02:00.581 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: audit 2023 2023-12-01T22:02:00.581 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: -12-01T22:02:00.143470+0000 mon.smithi092 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.196:0/2794197985' entity='mgr.smithi196.dcqzty' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-01T22:02:00.581 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:00.145029+0000 mon.smithi092 2023-12-01T22:02:00.581 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.196:0/2794197985' entity='mgr.smithi196.dcqzty' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi196.dcqzty/key"}]: dispatch 2023-12-01T22:02:00.581 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:00.145587+0000 mon.smithi092 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.196:0/2794197985' entity='mgr.smithi196.dcqzty' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-01T22:02:00.581 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: cluster 2023-12-01T22:02:00. 2023-12-01T22:02:00.581 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: 158119+0000 mon.smithi092 (mon.0) 193 : cluster [INF] overall HEALTH_OK 2023-12-01T22:02:00.581 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:00.163537+0000 mon.smithi092 (mon.0 2023-12-01T22:02:00.581 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: ) 194 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:00.582 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: audit 2023 2023-12-01T22:02:00.582 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:00 smithi196 conmon[87003]: -12-01T22:02:00.169506+0000 mon.smithi092 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:00.905 INFO:teuthology.orchestra.run.smithi196.stdout: 2023-12-01T22:02:00.905 INFO:teuthology.orchestra.run.smithi196.stdout:{"epoch":2,"fsid":"d9a73af2-9094-11ee-95a2-87774f69a715","modified":"2023-12-01T22:01:55.100792Z","created":"2023-12-01T21:59:41.364697Z","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":"smithi092","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi196","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:3300","nonce":0},{"type":"v1","addr":"172.21.15.196:6789","nonce":0}]},"addr":"172.21.15.196:6789/0","public_addr":"172.21.15.196:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-01T22:02:00.906 INFO:teuthology.orchestra.run.smithi196.stderr:dumped monmap epoch 2 2023-12-01T22:02:01.291 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-01T22:02:01.291 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-01T22:02:01.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: cluster 2023-12-01T22:01:59.701919+0000 mgr.smithi092.dlnhnq (mgr.14180) 26 : cluster [DBG] 2023-12-01T22:02:01.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:01.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:00.165542+0000 mgr.smithi092.dlnhnq (mgr.14180) 27 : cephadm [INF] Deploying daemon node-exporter.smithi196 on smithi196 2023-12-01T22:02:01.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: cluster 2023-12-01T22: 2023-12-01T22:02:01.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: 02:00.201327+0000 mon.smithi092 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi092.dlnhnq(active, since 44s), standbys: smithi196.dcqzty 2023-12-01T22:02:01.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: audit 2023-12-01 2023-12-01T22:02:01.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: T22:02:00.201519+0000 mon.smithi092 (mon.0) 197 : audit [DBG] 2023-12-01T22:02:01.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mgr metadata", "who": "smithi196.dcqzty", "id": "smithi196.dcqzty"}]: dispatch 2023-12-01T22:02:01.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: audit 2023-12-01T22:02: 2023-12-01T22:02:01.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: 00.902125+0000 mon.smithi092 (mon.0) 198 : audit [DBG] 2023-12-01T22:02:01.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: from='client.? 172.21.15.196:0/1935564436' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T22:02:01.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: audit 2023-12-01T22:02:01. 2023-12-01T22:02:01.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: 101380+0000 mon.smithi092 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:01.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:01 smithi092 conmon[81890]: 2023-12-01T22:02:01.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:01 smithi196 conmon[87003]: cluster 2023-12-01T22:01:59.701919+0000 mgr.smithi092.dlnhnq (mgr.14180) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:01.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:01 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:00.165542+0000 mgr.smithi092.dlnhnq (mgr.14180) 27 : cephadm [INF] Deploying daemon node-exporter.smithi196 on smithi196 2023-12-01T22:02:01.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:01 smithi196 conmon[87003]: cluster 2023-12-01T22:02:00.201327+0000 mon.smithi092 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi092.dlnhnq(active, since 44s), standbys: smithi196.dcqzty 2023-12-01T22:02:01.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:01 smithi196 conmon[87003]: audit 2023-12-01T22:02:00.201519+0000 mon.smithi092 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mgr metadata", "who": "smithi196.dcqzty", "id": "smithi196.dcqzty"}]: dispatch 2023-12-01T22:02:01.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:01 smithi196 conmon[87003]: audit 2023-12-01T22:02:00.902125+0000 mon.smithi092 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.196:0/1935564436' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-01T22:02:01.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:01 smithi196 conmon[87003]: audit 2023-12-01T22:02:01.101380+0000 mon.smithi092 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mon metadata", "id": "smithi196"}]: dispatch 2023-12-01T22:02:02.792 INFO:teuthology.orchestra.run.smithi092.stdout:# minimal ceph.conf for d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T22:02:02.793 INFO:teuthology.orchestra.run.smithi092.stdout:[global] 2023-12-01T22:02:02.793 INFO:teuthology.orchestra.run.smithi092.stdout: fsid = d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T22:02:02.793 INFO:teuthology.orchestra.run.smithi092.stdout: mon_host = [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] [v2:172.21.15.196:3300/0,v1:172.21.15.196:6789/0] 2023-12-01T22:02:03.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:03 smithi092 conmon[81890]: cluster 2023-12-01T22:02:01.702121+0000 mgr.smithi092.dlnhnq (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:03.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:03 smithi092 conmon[81890]: audit 2023-12-01T22:02:02.791638+0000 mon.smithi092 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.92:0/1628315606' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:03.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:03 smithi196 conmon[87003]: cluster 2023-12-01T22:02:01.702121+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:02:03.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:03 smithi196 conmon[87003]: 14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:03.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:03 smithi196 conmon[87003]: audit 2023-12-01T22:02:02.791638+0000 mon.smithi092 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.92:0/1628315606' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:03.824 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-01T22:02:03.824 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T22:02:03.824 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.conf 2023-12-01T22:02:03.854 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T22:02:03.854 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-01T22:02:03.919 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-01T22:02:03.920 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.conf 2023-12-01T22:02:03.949 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-01T22:02:03.949 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-01T22:02:04.013 INFO:tasks.cephadm:Deploying OSDs... 2023-12-01T22:02:04.013 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T22:02:04.013 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T22:02:04.029 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T22:02:04.029 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/nvme1n1 2023-12-01T22:02:04.084 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/nvme1n1 2023-12-01T22:02:04.085 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-01T22:02:04.085 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 243832 Links: 1 Device type: 103,1 2023-12-01T22:02:04.085 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-01T22:02:04.085 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-01T22:02:04.085 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-12-01 22:00:41.309882820 +0000 2023-12-01T22:02:04.085 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-12-01 22:00:41.221885284 +0000 2023-12-01T22:02:04.085 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-12-01 22:00:41.221885284 +0000 2023-12-01T22:02:04.085 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-12-01T22:02:04.085 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-01T22:02:04.148 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-12-01T22:02:04.148 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-12-01T22:02:04.148 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000282311 s, 1.8 MB/s 2023-12-01T22:02:04.149 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-01T22:02:04.205 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/nvme2n1 2023-12-01T22:02:04.260 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/nvme2n1 2023-12-01T22:02:04.260 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-01T22:02:04.260 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 245777 Links: 1 Device type: 103,2 2023-12-01T22:02:04.260 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-01T22:02:04.260 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-01T22:02:04.260 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-12-01 22:00:41.320882512 +0000 2023-12-01T22:02:04.260 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-12-01 22:00:41.223885227 +0000 2023-12-01T22:02:04.260 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-12-01 22:00:41.223885227 +0000 2023-12-01T22:02:04.260 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-12-01T22:02:04.261 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-01T22:02:04.323 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-12-01T22:02:04.323 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-12-01T22:02:04.323 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000244899 s, 2.1 MB/s 2023-12-01T22:02:04.324 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-01T22:02:04.381 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/nvme3n1 2023-12-01T22:02:04.437 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/nvme3n1 2023-12-01T22:02:04.437 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-01T22:02:04.437 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 243931 Links: 1 Device type: 103,3 2023-12-01T22:02:04.437 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-01T22:02:04.437 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-01T22:02:04.437 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-12-01 22:00:41.330882232 +0000 2023-12-01T22:02:04.437 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-12-01 22:00:41.225885171 +0000 2023-12-01T22:02:04.437 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-12-01 22:00:41.225885171 +0000 2023-12-01T22:02:04.437 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-12-01T22:02:04.437 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-01T22:02:04.500 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-12-01T22:02:04.500 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-12-01T22:02:04.500 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.00031736 s, 1.6 MB/s 2023-12-01T22:02:04.501 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-01T22:02:04.558 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/nvme4n1 2023-12-01T22:02:04.613 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/nvme4n1 2023-12-01T22:02:04.613 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-01T22:02:04.613 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 244018 Links: 1 Device type: 103,4 2023-12-01T22:02:04.613 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-01T22:02:04.613 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-01T22:02:04.613 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-12-01 22:00:41.340881952 +0000 2023-12-01T22:02:04.613 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-12-01 22:00:41.227885115 +0000 2023-12-01T22:02:04.613 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-12-01 22:00:41.227885115 +0000 2023-12-01T22:02:04.613 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-12-01T22:02:04.614 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-01T22:02:04.676 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-12-01T22:02:04.676 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-12-01T22:02:04.676 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000226431 s, 2.3 MB/s 2023-12-01T22:02:04.677 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-01T22:02:04.733 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-01T22:02:04.733 DEBUG:teuthology.orchestra.run.smithi196:> dd if=/scratch_devs of=/dev/stdout 2023-12-01T22:02:04.748 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-01T22:02:04.748 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/nvme1n1 2023-12-01T22:02:04.803 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/nvme1n1 2023-12-01T22:02:04.803 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-01T22:02:04.803 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 239927 Links: 1 Device type: 103,1 2023-12-01T22:02:04.803 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-01T22:02:04.803 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-01T22:02:04.803 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2023-12-01 22:01:36.041531093 +0000 2023-12-01T22:02:04.803 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2023-12-01 22:01:35.990532180 +0000 2023-12-01T22:02:04.803 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2023-12-01 22:01:35.990532180 +0000 2023-12-01T22:02:04.803 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2023-12-01T22:02:04.804 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-01T22:02:04.868 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2023-12-01T22:02:04.868 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2023-12-01T22:02:04.869 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000250244 s, 2.0 MB/s 2023-12-01T22:02:04.870 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-01T22:02:04.926 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/nvme2n1 2023-12-01T22:02:04.982 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/nvme2n1 2023-12-01T22:02:04.982 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-01T22:02:04.982 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 244824 Links: 1 Device type: 103,2 2023-12-01T22:02:04.982 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-01T22:02:04.982 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-01T22:02:04.982 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2023-12-01 22:01:36.051530880 +0000 2023-12-01T22:02:04.982 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2023-12-01 22:01:35.993532116 +0000 2023-12-01T22:02:04.982 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2023-12-01 22:01:35.993532116 +0000 2023-12-01T22:02:04.982 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2023-12-01T22:02:04.983 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-01T22:02:05.045 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2023-12-01T22:02:05.045 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2023-12-01T22:02:05.046 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000254284 s, 2.0 MB/s 2023-12-01T22:02:05.047 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-01T22:02:05.102 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/nvme3n1 2023-12-01T22:02:05.160 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/nvme3n1 2023-12-01T22:02:05.160 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-01T22:02:05.160 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 244883 Links: 1 Device type: 103,3 2023-12-01T22:02:05.160 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-01T22:02:05.160 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-01T22:02:05.160 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2023-12-01 22:01:36.061530667 +0000 2023-12-01T22:02:05.160 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2023-12-01 22:01:35.995532073 +0000 2023-12-01T22:02:05.160 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2023-12-01 22:01:35.995532073 +0000 2023-12-01T22:02:05.160 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2023-12-01T22:02:05.161 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-01T22:02:05.223 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2023-12-01T22:02:05.223 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2023-12-01T22:02:05.224 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000249555 s, 2.1 MB/s 2023-12-01T22:02:05.225 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-01T22:02:05.281 DEBUG:teuthology.orchestra.run.smithi196:> stat /dev/nvme4n1 2023-12-01T22:02:05.337 INFO:teuthology.orchestra.run.smithi196.stdout: File: /dev/nvme4n1 2023-12-01T22:02:05.338 INFO:teuthology.orchestra.run.smithi196.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-01T22:02:05.338 INFO:teuthology.orchestra.run.smithi196.stdout:Device: 6h/6d Inode: 244989 Links: 1 Device type: 103,4 2023-12-01T22:02:05.338 INFO:teuthology.orchestra.run.smithi196.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-01T22:02:05.338 INFO:teuthology.orchestra.run.smithi196.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-01T22:02:05.338 INFO:teuthology.orchestra.run.smithi196.stdout:Access: 2023-12-01 22:01:36.071530454 +0000 2023-12-01T22:02:05.338 INFO:teuthology.orchestra.run.smithi196.stdout:Modify: 2023-12-01 22:01:35.996532052 +0000 2023-12-01T22:02:05.338 INFO:teuthology.orchestra.run.smithi196.stdout:Change: 2023-12-01 22:01:35.996532052 +0000 2023-12-01T22:02:05.338 INFO:teuthology.orchestra.run.smithi196.stdout: Birth: - 2023-12-01T22:02:05.338 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-01T22:02:05.404 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records in 2023-12-01T22:02:05.404 INFO:teuthology.orchestra.run.smithi196.stderr:1+0 records out 2023-12-01T22:02:05.405 INFO:teuthology.orchestra.run.smithi196.stderr:512 bytes copied, 0.000235131 s, 2.2 MB/s 2023-12-01T22:02:05.406 DEBUG:teuthology.orchestra.run.smithi196:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-01T22:02:05.461 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-01T22:02:05.524 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:05 smithi196 conmon[87003]: cluster 2023-12-01T22:02:03.702470+0000 mgr.smithi092.dlnhnq (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:05.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:05 smithi196 conmon[87003]: audit 2023-12-01T22:02:04.399871+0000 mon.smithi092 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:05.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:05 smithi196 conmon[87003]: audit 2023-12-01T22:02:04.401213+0000 mon.smithi092 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:02:05.525 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:05 smithi196 conmon[87003]: audit 2023-12-01T22:02:05.173702+0000 mon.smithi092 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:05.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:05 smithi092 conmon[81890]: cluster 2023-12-01T22:02:03.702470+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:02:05.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:05 smithi092 conmon[81890]: 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:05.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:05 smithi092 conmon[81890]: audit 2023-12-01T22:02:04.399871+0000 mon.smithi092 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:05.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:05 smithi092 conmon[81890]: audit 2023-12-01T22:02:04.401213+0000 mon.smithi092 (mon.0) 202 : 2023-12-01T22:02:05.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:05 smithi092 conmon[81890]: audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:02:05.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:05 smithi092 conmon[81890]: audit 2023-12-01T22:02 2023-12-01T22:02:05.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:05 smithi092 conmon[81890]: :05.173702+0000 mon.smithi092 (mon.0) 203 : audit 2023-12-01T22:02:05.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:05 smithi092 conmon[81890]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:07.342 INFO:teuthology.orchestra.run.smithi196.stdout:Scheduled osd.all-available-devices update... 2023-12-01T22:02:07.662 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:07 smithi092 conmon[81890]: cluster 2023-12-01T22:02:05.702797+0000 mgr.smithi092.dlnhnq (mgr.14180) 30 : cluster [DBG] 2023-12-01T22:02:07.662 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:07 smithi092 conmon[81890]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:07.662 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:07 smithi092 conmon[81890]: audit 2023-12-01T22:02:06.787074+0000 mon.smithi092 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:07.662 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:07 smithi092 conmon[81890]: audit 2023-12-01T22:02:06.787995+0000 mon.smithi092 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:07.662 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:07 smithi092 conmon[81890]: audit 2023-12-01T22:02:06.788808+0000 mon.smithi092 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:02:07.662 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:07 smithi092 conmon[81890]: audit 2023-12-01T22:02:06.816314+0000 mon.smithi092 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:07.662 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:07 smithi092 conmon[81890]: audit 2023-12-01T22:02:06.848807+0000 mon.smithi092 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:07.663 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:07 smithi092 conmon[81890]: audit 2023-12-01T22:02:06.852426+0000 mon.smithi092 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:07.663 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:07 smithi092 conmon[81890]: audit 2023-12-01T22:02:06.855956+0000 mon.smithi092 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T22:02:07.663 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:07 smithi092 conmon[81890]: audit 2023-12-01T22:02:06.856685+0000 mon.smithi092 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-01T22:02:07.663 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:07 smithi092 conmon[81890]: audit 2023-12-01T22:02:06.857375+0000 mon.smithi092 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:07.663 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:07 smithi092 conmon[81890]: audit 2023-12-01T22:02:07.340257+0000 mon.smithi092 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:07.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:07 smithi196 conmon[87003]: cluster 2023-12-01T22:02:05.702797+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:02:07.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:07 smithi196 conmon[87003]: ) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:07.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:07 smithi196 conmon[87003]: audit 2023-12-01T22:02:06.787074+0000 mon.smithi092 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:07.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:07 smithi196 conmon[87003]: audit 2023-12-01T22:02:06.787995+0000 mon.smithi092 (mon.0) 205 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:07.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:07 smithi196 conmon[87003]: audit 2023-12-01T22:02:06.788808+0000 mon.smithi092 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:02:07.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:07 smithi196 conmon[87003]: audit 2023-12-01T22:02:06.816314+0000 mon.smithi092 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:07.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:07 smithi196 conmon[87003]: audit 2023-12-01T22:02:06.848807+0000 mon.smithi092 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:07.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:07 smithi196 conmon[87003]: audit 2023-12-01T22:02:06.852426+0000 mon.smithi092 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:07.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:07 smithi196 conmon[87003]: audit 2023-12-01T22:02:06.855956+0000 mon.smithi092 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T22:02:07.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:07 smithi196 conmon[87003]: audit 2023-12-01T22:02:06.856685+0000 mon.smithi092 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-01T22:02:07.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:07 smithi196 conmon[87003]: audit 2023-12-01T22:02:06.857375+0000 mon.smithi092 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:07.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:07 smithi196 conmon[87003]: audit 2023-12-01T22:02:07.340257+0000 mon.smithi092 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:07.694 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-01T22:02:07.695 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:08 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:06.789963+0000 mgr.smithi092.dlnhnq (mgr.14180) 31 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2023-12-01T22:02:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:08 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:06.790312+0000 mgr.smithi092.dlnhnq (mgr.14180) 32 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2023-12-01T22:02:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:08 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:06.855691+0000 mgr.smithi092.dlnhnq (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi092 (unknown last config time)... 2023-12-01T22:02:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:08 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:06.858035+0000 mgr.smithi092.dlnhnq (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi092 on smithi092 2023-12-01T22:02:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:08 smithi092 conmon[81890]: audit 2023-12-01T22:02:07.334941+0000 mgr.smithi092.dlnhnq (mgr.14180) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:02:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:08 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:07.336494+0000 mgr.smithi092.dlnhnq (mgr.14180) 36 : cephadm [INF] Marking host: smithi092 for OSDSpec preview refresh. 2023-12-01T22:02:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:08 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:07.336556+0000 mgr.smithi092.dlnhnq (mgr.14180) 37 : cephadm [INF] Marking host: smithi196 for OSDSpec preview refresh. 2023-12-01T22:02:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:08 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:07.336824+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:02:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:08 smithi092 conmon[81890]: ) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-01T22:02:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:08 smithi092 conmon[81890]: audit 2023-12-01T22:02:07.863929+0000 mon.smithi092 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:08.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:08 smithi092 conmon[81890]: audit 2023-12-01T22:02:07.864827+0000 mon.smithi092 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.dlnhnq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T22:02:08.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:08 smithi092 conmon[81890]: audit 2023-12-01T22:02:07.865447+0000 mon.smithi092 (mon.0) 216 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T22:02:08.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:08 smithi092 conmon[81890]: audit 2023-12-01T22:02:07.865966+0000 mon.smithi092 (mon.0) 217 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:08.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:06.789963+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:02:08.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: .14180) 31 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2023-12-01T22:02:08.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:06.790312+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:02:08.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: .14180) 32 : cephadm [INF] Updating smithi196:/etc/ceph/ceph.conf 2023-12-01T22:02:08.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: cephadm 2023-12 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: -01T22:02:06.855691+0000 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: mgr.smithi092.dlnhnq (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi092 (unknown last config time)... 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: 2023- 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: 12-01T22:02:06.858035 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 34 : cephadm 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: [INF] Reconfiguring daemon mon.smithi092 on smithi092 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: audit 2023-12 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: -01T22:02:07. 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: 334941+0000 mgr.smithi092.dlnhnq (mgr.14180) 35 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: cephadm 2023- 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: 12-01T22:02:07. 2023-12-01T22:02:08.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: 336494+0000 mgr.smithi092.dlnhnq (mgr.14180) 36 : cephadm 2023-12-01T22:02:08.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: [INF] Marking host: smithi092 for OSDSpec preview refresh. 2023-12-01T22:02:08.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: cephadm 2023-12 2023-12-01T22:02:08.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: -01T22:02:07.336556 2023-12-01T22:02:08.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 37 : cephadm [INF] 2023-12-01T22:02:08.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: Marking host: smithi196 for OSDSpec preview refresh. 2023-12-01T22:02:08.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: cephadm 2023-12-01 2023-12-01T22:02:08.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: T22:02:07.336824+0000 mgr.smithi092.dlnhnq 2023-12-01T22:02:08.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: (mgr.14180) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-01T22:02:08.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: audit 2023-12-01T22:02:08.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: 2023-12-01T22:02 2023-12-01T22:02:08.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: :07.863929+0000 mon.smithi092 (mon.0) 214 2023-12-01T22:02:08.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:08.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: audit 2023-12 2023-12-01T22:02:08.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: -01T22:02:07. 2023-12-01T22:02:08.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: 864827+0000 mon.smithi092 (mon.0) 215 : audit 2023-12-01T22:02:08.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.dlnhnq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T22:02:08.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: audit 2023-12 2023-12-01T22:02:08.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: -01T22:02:07.865447 2023-12-01T22:02:08.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: +0000 mon.smithi092 (mon.0) 216 : audit [DBG] 2023-12-01T22:02:08.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T22:02:08.679 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: audit 2023-12-01T 2023-12-01T22:02:08.679 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: 22:02:07.865966+0000 mon.smithi092 ( 2023-12-01T22:02:08.679 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:08 smithi196 conmon[87003]: mon.0) 217 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:09.674 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:09.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:09 smithi196 conmon[87003]: cluster 2023-12-01T22:02:07.703039+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:02:09.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:09 smithi196 conmon[87003]: 14180) 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:09.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:09 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:07 2023-12-01T22:02:09.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:09 smithi196 conmon[87003]: .864570+0000 mgr.smithi092.dlnhnq (mgr.14180) 40 : cephadm [INF] Reconfiguring mgr.smithi092.dlnhnq (unknown last config time)... 2023-12-01T22:02:09.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:09 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:09.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:09 smithi196 conmon[87003]: 2023-12-01 2023-12-01T22:02:09.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:09 smithi196 conmon[87003]: T22:02:07.866455+0000 2023-12-01T22:02:09.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:09 smithi196 conmon[87003]: mgr.smithi092.dlnhnq (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon mgr.smithi092.dlnhnq on smithi092 2023-12-01T22:02:09.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:09 smithi196 conmon[87003]: 2023-12-01T22:02:09.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:09 smithi196 conmon[87003]: audit 2023-12-01T22:02:09.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:09 smithi196 conmon[87003]: 2023-12-01T22: 2023-12-01T22:02:09.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:09 smithi196 conmon[87003]: 02:09.188237+0000 mon.smithi092 (mon.0 2023-12-01T22:02:09.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:09 smithi196 conmon[87003]: ) 218 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:09.696 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:09 smithi092 conmon[81890]: cluster 2023-12-01T22:02:07.703039+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:02:09.696 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:09 smithi092 conmon[81890]: 39 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:09.696 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:09 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:07.864570+0000 mgr.smithi092.dlnhnq (mgr.14180) 40 : cephadm [INF] Reconfiguring mgr.smithi092.dlnhnq (unknown last config time)... 2023-12-01T22:02:09.696 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:09 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:07.866455+0000 mgr.smithi092.dlnhnq (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon mgr.smithi092.dlnhnq on smithi092 2023-12-01T22:02:09.696 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:09 smithi092 conmon[81890]: audit 2023-12-01T22:02:09.188237+0000 mon.smithi092 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:10.231 INFO:teuthology.orchestra.run.smithi092.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} 2023-12-01T22:02:10.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:10 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:09.188916+0000 mgr.smithi092.dlnhnq (mgr.14180) 42 : cephadm [INF] Reconfiguring alertmanager.smithi092 (dependencies changed)... 2023-12-01T22:02:10.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:10 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:09.194931+0000 mgr.smithi092.dlnhnq (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon alertmanager.smithi092 on smithi092 2023-12-01T22:02:10.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:10 smithi092 conmon[81890]: audit 2023-12-01T22:02:09.673566+0000 mon.smithi092 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.92:0/3095199655' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:10.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:10 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:09.188916+0000 mgr.smithi092.dlnhnq (mgr.14180) 42 : cephadm [INF] Reconfiguring alertmanager.smithi092 (dependencies changed)... 2023-12-01T22:02:10.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:10 smithi196 conmon[87003]: cephadm 2023- 2023-12-01T22:02:10.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:10 smithi196 conmon[87003]: 12-01T22:02:09.194931+0000 mgr.smithi092.dlnhnq (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon alertmanager.smithi092 on smithi092 2023-12-01T22:02:10.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:10 smithi196 conmon[87003]: audit 2023-12-01T22:02:09.673566+0000 mon.smithi092 (mon.0) 219 : 2023-12-01T22:02:10.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:10 smithi196 conmon[87003]: audit [DBG] from='client.? 172.21.15.92:0/3095199655' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:11.232 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:11.644 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:11 smithi092 conmon[81890]: cluster 2023-12-01T22:02:09.703589+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:02:11.645 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:11 smithi092 conmon[81890]: mgr.14180) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:11.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:11 smithi196 conmon[87003]: cluster 2023-12-01T22:02:09.703589+0000 mgr.smithi092.dlnhnq (mgr.14180) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:13.543 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:13.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:13 smithi196 conmon[87003]: cluster 2023-12-01T22:02:11.703839+0000 mgr.smithi092.dlnhnq (mgr.14180) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:13.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:13 smithi092 conmon[81890]: cluster 2023-12-01T22:02:11.703839+0000 mgr.smithi092.dlnhnq (mgr.14180) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:13.850 INFO:teuthology.orchestra.run.smithi092.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} 2023-12-01T22:02:14.701 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:14 smithi092 conmon[81890]: audit 2023-12-01T22:02:13.432536+0000 mon.smithi092 2023-12-01T22:02:14.701 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:14 smithi092 conmon[81890]: (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:14.701 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:14 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:13.433112+0000 mgr.smithi092.dlnhnq (mgr.14180) 46 : cephadm [INF] Reconfiguring crash.smithi092 (monmap changed)... 2023-12-01T22:02:14.701 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:14 smithi092 conmon[81890]: audit 2023-12-01T22:02:13.433385+0000 mon.smithi092 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T22:02:14.701 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:14 smithi092 conmon[81890]: audit 2023-12-01T22:02:13.434160+0000 mon.smithi092 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:14.701 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:14 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:13.434702+0000 mgr.smithi092.dlnhnq (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon crash.smithi092 on smithi092 2023-12-01T22:02:14.701 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:14 smithi092 conmon[81890]: audit 2023-12-01T22:02:13.541699+0000 mon.smithi092 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.92:0/236838639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:14.701 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:14 smithi092 conmon[81890]: cluster 2023-12-01T22:02:13.704160+0000 mgr.smithi092.dlnhnq (mgr.14180) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:14.851 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:14.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:14 smithi196 conmon[87003]: audit 2023-12-01T22:02:13.432536+0000 mon.smithi092 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:14.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:14 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:13.433112+0000 mgr.smithi092.dlnhnq (mgr.14180) 46 : cephadm [INF] Reconfiguring crash.smithi092 (monmap changed)... 2023-12-01T22:02:14.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:14 smithi196 conmon[87003]: audit 2023-12-01T22:02:13.433385+0000 mon.smithi092 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T22:02:14.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:14 smithi196 conmon[87003]: audit 2023-12-01T22:02:13.434160+0000 mon.smithi092 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:14.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:14 smithi196 conmon[87003]: cephadm 2023-12-01T22: 2023-12-01T22:02:14.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:14 smithi196 conmon[87003]: 02:13.434702+0000 mgr.smithi092.dlnhnq (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon crash.smithi092 on smithi092 2023-12-01T22:02:14.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:14 smithi196 conmon[87003]: audit 2023-12-01T22: 2023-12-01T22:02:14.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:14 smithi196 conmon[87003]: 02:13.541699+0000 mon.smithi092 (mon. 2023-12-01T22:02:14.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:14 smithi196 conmon[87003]: 0) 223 : audit [DBG] from='client.? 172.21.15.92:0/236838639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:14.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:14 smithi196 conmon[87003]: cluster 2023 2023-12-01T22:02:14.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:14 smithi196 conmon[87003]: -12-01T22:02:13 2023-12-01T22:02:14.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:14 smithi196 conmon[87003]: .704160+0000 mgr.smithi092.dlnhnq (mgr.14180) 48 : cluster 2023-12-01T22:02:14.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:14 smithi196 conmon[87003]: [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:16.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:15 smithi092 conmon[81890]: audit 2023-12-01T22:02:14.796408+0000 mon.smithi092 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:16.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:15 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:14.796974+0000 mgr.smithi092.dlnhnq (mgr.14180) 49 : cephadm [INF] Reconfiguring grafana.smithi092 (dependencies changed)... 2023-12-01T22:02:16.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:15 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:14.826366+0000 mgr.smithi092.dlnhnq (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon grafana.smithi092 on smithi092 2023-12-01T22:02:16.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:15 smithi196 conmon[87003]: audit 2023-12-01T22:02:14.796408+0000 mon.smithi092 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:16.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:15 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:16.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:15 smithi196 conmon[87003]: 2023-12-01T22:02:14.796974+0000 mgr.smithi092.dlnhnq (mgr.14180) 49 : cephadm [INF] Reconfiguring grafana.smithi092 (dependencies changed)... 2023-12-01T22:02:16.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:15 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:14.826366+0000 mgr.smithi092.dlnhnq (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon grafana.smithi092 on smithi092 2023-12-01T22:02:17.057 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:17.077 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:16 smithi092 conmon[81890]: cluster 2023-12-01T22:02:15.704425+0000 2023-12-01T22:02:17.078 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:16 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:17.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:16 smithi196 conmon[87003]: cluster 2023-12-01T22:02:15. 2023-12-01T22:02:17.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:16 smithi196 conmon[87003]: 704425+0000 mgr.smithi092.dlnhnq (mgr.14180) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:17.520 INFO:teuthology.orchestra.run.smithi092.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} 2023-12-01T22:02:18.122 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:17 smithi092 conmon[81890]: audit 2023-12-01T22:02:17.055813+0000 mon.smithi092 (mon.0) 225 : audit 2023-12-01T22:02:18.122 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:17 smithi092 conmon[81890]: [DBG] from='client.? 172.21.15.92:0/3145814376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:18.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:17 smithi196 conmon[87003]: audit 2023-12-01T22:02:17.055813+0000 mon.smithi092 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.92:0/3145814376' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:18.521 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:19.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:18 smithi092 conmon[81890]: cluster 2023-12-01T22:02:17.704664+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:02:19.060 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:18 smithi092 conmon[81890]: 14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:19.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:18 smithi196 conmon[87003]: cluster 2023-12-01T22:02:17.704664+0000 mgr.smithi092.dlnhnq (mgr.14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:20.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:19 smithi196 conmon[87003]: audit 2023-12-01T22:02:18.914635+0000 mon.smithi092 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:20.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:19 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:18.915453+0000 mgr.smithi092.dlnhnq (mgr.14180) 53 : 2023-12-01T22:02:20.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:19 smithi196 conmon[87003]: cephadm [INF] Reconfiguring prometheus.smithi092 (dependencies changed)... 2023-12-01T22:02:20.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:19 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:20.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:19 smithi196 conmon[87003]: 2023-12-01T22:02:18 2023-12-01T22:02:20.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:19 smithi196 conmon[87003]: .918850+0000 mgr.smithi092.dlnhnq (mgr.14180) 54 : cephadm 2023-12-01T22:02:20.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:19 smithi196 conmon[87003]: [INF] Reconfiguring daemon prometheus.smithi092 on smithi092 2023-12-01T22:02:20.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:19 smithi092 conmon[81890]: audit 2023-12-01T22:02:18.914635+0000 mon.smithi092 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:20.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:19 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:18.915453+0000 mgr.smithi092.dlnhnq (mgr.14180) 53 : cephadm [INF] Reconfiguring prometheus.smithi092 (dependencies changed)... 2023-12-01T22:02:20.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:19 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:18.918850+0000 mgr.smithi092.dlnhnq (mgr.14180) 54 : cephadm [INF] Reconfiguring daemon prometheus.smithi092 on smithi092 2023-12-01T22:02:20.395 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:20.778 INFO:teuthology.orchestra.run.smithi092.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} 2023-12-01T22:02:21.064 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:20 smithi092 conmon[81890]: cluster 2023-12-01T22:02:19.705098+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:02:21.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:20 smithi092 conmon[81890]: .14180) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:21.065 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:20 smithi092 conmon[81890]: audit 2023-12-01T22:02:20.394713+0000 mon.smithi092 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.92:0/2047609655' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:21.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:20 smithi196 conmon[87003]: cluster 2023-12-01T22:02:19.705098+0000 mgr.smithi092.dlnhnq (mgr.14180) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:21.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:20 smithi196 conmon[87003]: audit 2023-12-01T22:02 2023-12-01T22:02:21.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:20 smithi196 conmon[87003]: :20.394713+0000 mon.smithi092 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.92:0/2047609655' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:21.780 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:23.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:22 smithi196 conmon[87003]: cluster 2023-12-01T22:02:21.705375+0000 mgr.smithi092.dlnhnq (mgr.14180) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:23.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:22 smithi092 conmon[81890]: cluster 2023-12-01T22:02:21.705375+0000 mgr.smithi092.dlnhnq (mgr.14180) 56 2023-12-01T22:02:23.195 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:22 smithi092 conmon[81890]: : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:23.566 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:23.969 INFO:teuthology.orchestra.run.smithi092.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} 2023-12-01T22:02:24.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:24 smithi196 conmon[87003]: audit 2023-12-01T22:02:23.476362+0000 mon.smithi092 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:24.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:24 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:23.476934+0000 mgr.smithi092.dlnhnq (mgr.14180) 57 : cephadm [INF] Reconfiguring crash.smithi196 (monmap changed)... 2023-12-01T22:02:24.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:24 smithi196 conmon[87003]: audit 2023-12-01T22:02:23.477154+0000 mon.smithi092 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi196", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T22:02:24.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:24 smithi196 conmon[87003]: audit 2023-12-01T22:02:23.477808+0000 mon.smithi092 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:24.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:24 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:23.478276+0000 mgr.smithi092.dlnhnq (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon crash.smithi196 on smithi196 2023-12-01T22:02:24.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:24 smithi196 conmon[87003]: audit 2023-12-01T22:02:23.563936+0000 mon.smithi092 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.92:0/4194576256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:24.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:24 smithi196 conmon[87003]: cluster 2023-12-01T22:02:23.705697+0000 mgr.smithi092.dlnhnq (mgr.14180) 59 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:24.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:24 smithi092 conmon[81890]: audit 2023-12-01T22:02:23.476362+0000 mon.smithi092 (mon.0) 228 : audit 2023-12-01T22:02:24.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:24 smithi092 conmon[81890]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:24.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:24 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:23.476934+0000 mgr.smithi092.dlnhnq (mgr.14180) 57 : cephadm [INF] Reconfiguring crash.smithi196 (monmap changed)... 2023-12-01T22:02:24.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:24 smithi092 conmon[81890]: audit 2023-12-01T22:02:23.477154+0000 mon.smithi092 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi196", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-01T22:02:24.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:24 smithi092 conmon[81890]: audit 2023-12-01T22:02:23.477808+0000 mon.smithi092 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:24.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:24 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:23.478276+0000 mgr.smithi092.dlnhnq (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon crash.smithi196 on smithi196 2023-12-01T22:02:24.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:24 smithi092 conmon[81890]: audit 2023-12-01T22:02:23.563936+0000 mon.smithi092 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.92:0/4194576256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:24.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:24 smithi092 conmon[81890]: cluster 2023-12-01T22:02:23.705697+0000 mgr.smithi092.dlnhnq (mgr.14180) 59 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:24.970 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:25.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:25 smithi196 conmon[87003]: audit 2023-12-01T22:02:24.576291+0000 mon.smithi092 (mon.0) 232 2023-12-01T22:02:25.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:25 smithi196 conmon[87003]: : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:25.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:25 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:24.576852+0000 mgr.smithi092.dlnhnq (mgr.14180) 60 : cephadm [INF] Reconfiguring mgr.smithi196.dcqzty (monmap changed)... 2023-12-01T22:02:25.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:25 smithi196 conmon[87003]: audit 2023-12-01T22:02:24.577155+0000 mon.smithi092 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi196.dcqzty", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T22:02:25.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:25 smithi196 conmon[87003]: audit 2023-12-01T22:02:24.578024+0000 mon.smithi092 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T22:02:25.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:25 smithi196 conmon[87003]: audit 2023-12-01T22:02:24.578710+0000 mon.smithi092 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:25.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:25 smithi196 conmon[87003]: cephadm 2023-12-01T22: 2023-12-01T22:02:25.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:25 smithi196 conmon[87003]: 02:24.579288+0000 mgr.smithi092.dlnhnq (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mgr.smithi196.dcqzty on smithi196 2023-12-01T22:02:25.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:25 smithi092 conmon[81890]: audit 2023-12-01T22:02:24.576291+0000 mon.smithi092 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:25.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:25 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:24.576852+0000 mgr.smithi092.dlnhnq (mgr.14180) 60 : cephadm [INF] Reconfiguring mgr.smithi196.dcqzty (monmap changed)... 2023-12-01T22:02:25.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:25 smithi092 conmon[81890]: audit 2023-12-01T22:02:24.577155+0000 mon.smithi092 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi196.dcqzty", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-01T22:02:25.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:25 smithi092 conmon[81890]: audit 2023-12-01T22:02:24.578024+0000 mon.smithi092 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-01T22:02:25.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:25 smithi092 conmon[81890]: audit 2023-12-01T22:02:24.578710+0000 mon.smithi092 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:25.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:25 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:24.579288+0000 mgr.smithi092.dlnhnq (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mgr.smithi196.dcqzty on smithi196 2023-12-01T22:02:26.669 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:26.865 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:26 smithi092 conmon[81890]: audit 2023-12-01T22:02:25.577550+0000 mon.smithi092 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:26.865 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:26 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:26.865 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:26 smithi092 conmon[81890]: 2023-12-01T22:02:25.578101+0000 mgr.smithi092.dlnhnq (mgr.14180) 62 : cephadm [INF] Reconfiguring mon.smithi196 (monmap changed)... 2023-12-01T22:02:26.865 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:26 smithi092 conmon[81890]: audit 2023-12-01T22:02:25.578348+0000 mon.smithi092 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T22:02:26.866 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:26 smithi092 conmon[81890]: audit 2023-12-01T22:02:25.580973+0000 mon.smithi092 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-01T22:02:26.866 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:26 smithi092 conmon[81890]: audit 2023-12-01T22:02:25.581474+0000 mon.smithi092 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:26.866 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:26 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:25.581953+0000 mgr.smithi092.dlnhnq (mgr.14180) 63 : cephadm [INF] Reconfiguring daemon mon.smithi196 on smithi196 2023-12-01T22:02:26.866 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:26 smithi092 conmon[81890]: cluster 2023-12-01T22:02:25.705930+0000 mgr.smithi092.dlnhnq (mgr.14180) 64 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:26.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:26 smithi196 conmon[87003]: audit 2023-12-01T22:02:25.577550+0000 mon.smithi092 (mon.0) 236 2023-12-01T22:02:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:26 smithi196 conmon[87003]: : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:26 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:25.578101+0000 mgr.smithi092.dlnhnq (mgr.14180) 62 : cephadm [INF] Reconfiguring mon.smithi196 (monmap changed)... 2023-12-01T22:02:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:26 smithi196 conmon[87003]: audit 2023-12-01T22:02:25.578348+0000 mon.smithi092 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-01T22:02:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:26 smithi196 conmon[87003]: audit 2023-12-01T22:02:25.580973+0000 mon.smithi092 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-01T22:02:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:26 smithi196 conmon[87003]: audit 2023-12-01T22:02:25.581474+0000 mon.smithi092 (mon.0) 2023-12-01T22:02:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:26 smithi196 conmon[87003]: 239 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:26 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:25.581953+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:02:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:26 smithi196 conmon[87003]: mgr.14180) 63 : cephadm [INF] Reconfiguring daemon mon.smithi196 on smithi196 2023-12-01T22:02:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:26 smithi196 conmon[87003]: cluster 2023-12-01T22:02:25 2023-12-01T22:02:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:26 smithi196 conmon[87003]: .705930+0000 mgr.smithi092.dlnhnq (mgr.14180) 64 : cluster 2023-12-01T22:02:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:26 smithi196 conmon[87003]: [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:27.012 INFO:teuthology.orchestra.run.smithi092.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} 2023-12-01T22:02:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.667378+0000 mon.smithi092 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:27.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.667650+0000 mon.smithi092 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.92:0/1178964521' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:27.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.670079+0000 mon.smithi092 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T22:02:27.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.670416+0000 mgr.smithi092.dlnhnq (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T22:02:27.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.671257+0000 mon.smithi092 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi092.front.sepia.ceph.com:9093"}]: dispatch 2023-12-01T22:02:27.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.671512+0000 mgr.smithi092.dlnhnq (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi092.front.sepia.ceph.com:9093"}]: dispatch 2023-12-01T22:02:27.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.677305+0000 mon.smithi092 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:27.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.681534+0000 mon.smithi092 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T22:02:27.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.681903+0000 mgr.smithi092.dlnhnq (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T22:02:27.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.686005+0000 mon.smithi092 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi092.front.sepia.ceph.com:3000"}]: dispatch 2023-12-01T22:02:27.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.686279+0000 mgr.smithi092.dlnhnq (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi092.front.sepia.ceph.com:3000"}]: dispatch 2023-12-01T22:02:27.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.692287+0000 mon.smithi092 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:27.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.697949+0000 mon.smithi092 (mon 2023-12-01T22:02:27.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: .0) 248 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T22:02:27.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.698366+0000 mgr.smithi092.dlnhnq (mgr.14180) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T22:02:27.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.700927+0000 mon.smithi092 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi092.front.sepia.ceph.com:9095"}]: dispatch 2023-12-01T22:02:27.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.701233+0000 mgr.smithi092.dlnhnq (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi092.front.sepia.ceph.com:9095"}]: dispatch 2023-12-01T22:02:27.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26.706995+0000 mon.smithi092 (mon.0) 250 : audit 2023-12-01T22:02:27.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:27.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: audit 2023-12-01T22:02:26 2023-12-01T22:02:27.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: .708740+0000 mon.smithi092 (mon.0) 251 : audit 2023-12-01T22:02:27.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:27 smithi196 conmon[87003]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:02:28.014 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:28.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02:26.667378+0000 mon.smithi092 ( 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02:26.667650+0000 mon.smithi092 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.92:0/1178964521' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02:26.670079+0000 mon.smithi092 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: 2023-12-01T22:02:26.670416+0000 mgr.smithi092.dlnhnq (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22: 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: 02:26.671257+0000 mon.smithi092 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi092.front.sepia.ceph.com:9093"}]: dispatch 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02: 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: 26.671512+0000 mgr.smithi092.dlnhnq (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi092.front.sepia.ceph.com:9093"}]: dispatch 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02: 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: 26.677305+0000 mon.smithi092 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02:26.681534+0000 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: mon.smithi092 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T22:02:28.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02:26.681903+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02:26.686005 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: +0000 mon.smithi092 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi092.front.sepia.ceph.com:3000"}]: dispatch 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: :26.686279+0000 mgr.smithi092.dlnhnq (mgr.14180) 68 : audit [DBG] 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi092.front.sepia.ceph.com:3000"}]: dispatch 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: 22:02:26.692287+0000 mon.smithi092 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02:26 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: .697949+0000 mon.smithi092 (mon.0) 248 : audit 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02:26 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: .698366+0000 mgr.smithi092.dlnhnq (mgr.14180) 69 : audit 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-01T22:02:28.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02:26 2023-12-01T22:02:28.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: .700927+0000 mon.smithi092 (mon.0) 249 : audit [INF] 2023-12-01T22:02:28.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi092.front.sepia.ceph.com:9095"}]: dispatch 2023-12-01T22:02:28.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12-01T22:02:28.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: 2023-12-01T22:02:26.701233+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:02:28.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi092.front.sepia.ceph.com:9095"}]: dispatch 2023-12-01T22:02:28.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12- 2023-12-01T22:02:28.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: 01T22:02:26.706995+0000 mon.smithi092 ( 2023-12-01T22:02:28.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:28.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: audit 2023-12 2023-12-01T22:02:28.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: -01T22:02:26.708740+0000 mon.smithi092 ( 2023-12-01T22:02:28.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:27 smithi092 conmon[81890]: mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:02:29.104 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:28 smithi092 conmon[81890]: cluster 2023-12-01T22:02:27.706273+0000 mgr.smithi092.dlnhnq (mgr.14180) 71 2023-12-01T22:02:29.105 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:28 smithi092 conmon[81890]: : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:29.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:28 smithi196 conmon[87003]: cluster 2023-12-01T22:02:27.706273+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:02:29.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:28 smithi196 conmon[87003]: 14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:29.756 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:30.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:29 smithi196 conmon[87003]: audit 2023-12-01T22:02:28.916338+0000 mon.smithi092 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:30.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:29 smithi196 conmon[87003]: audit 2023-12-01T22:02:28.919990+0000 mon.smithi092 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:30.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:29 smithi196 conmon[87003]: audit 2023-12-01T22:02:29.755387+0000 mon.smithi092 ( 2023-12-01T22:02:30.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:29 smithi196 conmon[87003]: mon.0) 254 : audit [DBG] from='client.? 172.21.15.92:0/523281873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:30.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:29 smithi092 conmon[81890]: audit 2023-12-01T22:02:28.916338+0000 mon.smithi092 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:30.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:29 smithi092 conmon[81890]: audit 2023- 2023-12-01T22:02:30.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:29 smithi092 conmon[81890]: 12-01T22:02:28.919990+0000 mon.smithi092 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:30.206 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:29 smithi092 conmon[81890]: audit 2023-12-01T22:02:29.755387+0000 mon.smithi092 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.92:0/523281873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:30.392 INFO:teuthology.orchestra.run.smithi092.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} 2023-12-01T22:02:31.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:30 smithi196 conmon[87003]: cluster 2023-12-01T22:02:29.706599+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:02:31.178 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:30 smithi196 conmon[87003]: ) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:31.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:30 smithi092 conmon[81890]: cluster 2023-12-01T22:02:29.706599+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:02:31.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:30 smithi092 conmon[81890]: ) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:31.394 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:32.758 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:32 smithi092 conmon[81890]: audit 2023-12-01T22:02:31.447679+0000 mon.smithi092 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:32.759 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:32 smithi092 conmon[81890]: cluster 2023-12-01T22:02:31.706898+0000 mgr.smithi092.dlnhnq (mgr.14180) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:32.759 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:32 smithi092 conmon[81890]: audit 2023-12-01T22:02:31.861415+0000 mon.smithi092 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:32.759 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:32 smithi092 conmon[81890]: audit 2023-12-01T22:02:31.862200+0000 mon.smithi092 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:32.759 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:32 smithi092 conmon[81890]: audit 2023-12-01T22:02:31.862853+0000 mon.smithi092 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:02:32.759 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:32 smithi092 conmon[81890]: audit 2023-12-01T22:02:31.866276+0000 mon.smithi092 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:32.759 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:32 smithi092 conmon[81890]: audit 2023-12-01T22:02:31.869654+0000 mon.smithi092 ( 2023-12-01T22:02:32.759 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:32 smithi092 conmon[81890]: mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T22:02:32.759 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:32 smithi092 conmon[81890]: audit 2023-12-01T22:02:31.873222+0000 mon.smithi092 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T22:02:32.759 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:32 smithi092 conmon[81890]: audit 2023-12-01T22:02:31.874649+0000 mon.smithi092 (mon.0) 262 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T22:02:32.759 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:32 smithi092 conmon[81890]: audit 2023-12-01T22:02:31.874857+0000 mon.smithi092 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:32.759 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:32 smithi092 conmon[81890]: audit 2023-12-01T22:02:31.875395+0000 mon.smithi092 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:32.793 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: audit 2023-12-01T22:02:31.447679+0000 mon.smithi092 (mon.0) 255 2023-12-01T22:02:32.793 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: cluster 2023-12-01T22:02:31.706898+0000 mgr.smithi092.dlnhnq (mgr.14180) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: audit 2023-12-01T22:02:31.861415+0000 mon.smithi092 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: audit 2023-12-01T22:02:31.862200+0000 mon.smithi092 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: audit 2023-12-01T22: 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: 02:31.862853+0000 mon.smithi092 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: 12-01T22:02:31.866276+0000 mon.smithi092 (mon.0 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: ) 259 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: 12-01T22:02:31.869654 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: +0000 mon.smithi092 (mon.0) 260 : audit [DBG] 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: audit 2023-12-01T22 2023-12-01T22:02:32.794 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: :02:31.873222+0000 mon.smithi092 (mon. 2023-12-01T22:02:32.795 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: 0) 261 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T22:02:32.795 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: audit 2023 2023-12-01T22:02:32.795 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: -12-01T22:02:31 2023-12-01T22:02:32.795 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: .874649+0000 mon.smithi092 (mon.0) 262 : audit 2023-12-01T22:02:32.795 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T22:02:32.795 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: audit 2023-12-01 2023-12-01T22:02:32.795 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: T22:02:31.874857+0000 mon.smithi092 2023-12-01T22:02:32.795 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:32.795 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: audit 2023-12-01T22:02:32.795 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: 2023-12-01T22:02: 2023-12-01T22:02:32.795 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: 31.875395+0000 mon.smithi092 (mon.0) 264 : 2023-12-01T22:02:32.795 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:32 smithi196 conmon[87003]: audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:33.165 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:33.727 INFO:teuthology.orchestra.run.smithi092.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} 2023-12-01T22:02:33.908 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:33 smithi092 conmon[81890]: audit 2023-12-01T22:02:33.163624+0000 mon.smithi092 2023-12-01T22:02:33.908 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:33 smithi092 conmon[81890]: (mon.0) 265 : audit [DBG] from='client.? 172.21.15.92:0/844210789' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:34.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:33 smithi196 conmon[87003]: audit 2023-12-01T22:02:33.163624+0000 mon.smithi092 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.92:0/844210789' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:34.728 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:35.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:34 smithi092 conmon[81890]: cluster 2023-12-01T22:02:33.707211+0000 mgr.smithi092.dlnhnq (mgr.14180) 74 2023-12-01T22:02:35.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:34 smithi092 conmon[81890]: : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:35.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:34 smithi092 conmon[81890]: audit 2023-12-01T22:02:34.444778+0000 mon.smithi196 (mon.1) 2 : audit [INF] from='client.? 172.21.15.196:0/1612827942' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "249c9150-629c-4f2a-b4a2-a9bcf6c7053c"}]: dispatch 2023-12-01T22:02:35.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:34 smithi092 conmon[81890]: audit 2023-12-01T22:02:34.445172+0000 mon.smithi092 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "249c9150-629c-4f2a-b4a2-a9bcf6c7053c"}]: dispatch 2023-12-01T22:02:35.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:34 smithi092 conmon[81890]: audit 2023-12-01T22:02:34.450992+0000 mon.smithi092 (mon.0) 267 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "249c9150-629c-4f2a-b4a2-a9bcf6c7053c"}]': finished 2023-12-01T22:02:35.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:34 smithi092 conmon[81890]: cluster 2023-12-01T22:02:34.451060+0000 mon.smithi092 (mon.0) 268 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-01T22:02:35.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:34 smithi092 conmon[81890]: audit 2023-12-01T22:02:34.451164+0000 mon.smithi092 2023-12-01T22:02:35.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:34 smithi092 conmon[81890]: (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:35.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:34 smithi196 conmon[87003]: cluster 2023-12-01T22:02:33.707211+0000 mgr.smithi092.dlnhnq (mgr.14180) 74 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:35.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:34 smithi196 conmon[87003]: audit 2023-12-01T22:02:34.444778+0000 mon.smithi196 (mon.1) 2 : audit [INF] from='client.? 172.21.15.196:0/1612827942' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "249c9150-629c-4f2a-b4a2-a9bcf6c7053c"}]: dispatch 2023-12-01T22:02:35.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:34 smithi196 conmon[87003]: audit 2023-12-01T22:02:34.445172+0000 mon.smithi092 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "249c9150-629c-4f2a-b4a2-a9bcf6c7053c"}]: dispatch 2023-12-01T22:02:35.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:34 smithi196 conmon[87003]: audit 2023-12-01T22:02:34.450992+0000 mon.smithi092 (mon.0) 267 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "249c9150-629c-4f2a-b4a2-a9bcf6c7053c"}]': finished 2023-12-01T22:02:35.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:34 smithi196 conmon[87003]: cluster 2023-12-01T22:02:34.451060+0000 mon.smithi092 (mon.0) 268 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-01T22:02:35.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:34 smithi196 conmon[87003]: audit 2023-12-01T22:02:34.451164+0000 mon.smithi092 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:36.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:35 smithi092 conmon[81890]: audit 2023-12-01T22:02:34.973756+0000 mon.smithi092 (mon.0) 270 : audit [INF] from='client.? 172.21.15.92:0/2906402702' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cd1522f-5c56-42aa-a325-cff84d5a704b"}]: dispatch 2023-12-01T22:02:36.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:35 smithi092 conmon[81890]: audit 2023-12-01T22:02:34.978075+0000 mon.smithi092 (mon.0) 271 : audit [INF] from='client.? 172.21.15.92:0/2906402702' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cd1522f-5c56-42aa-a325-cff84d5a704b"}]': finished 2023-12-01T22:02:36.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:35 smithi092 conmon[81890]: cluster 2023-12-01T22:02:34.978124+0000 mon.smithi092 (mon.0) 272 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-01T22:02:36.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:35 smithi092 conmon[81890]: audit 2023-12-01T22:02:34.978237+0000 mon.smithi092 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:36.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:35 smithi092 conmon[81890]: audit 2023-12-01T22:02:34.978615+0000 mon.smithi092 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:36.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:35 smithi092 conmon[81890]: audit 2023-12-01T22:02:35.554406+0000 mon.smithi196 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.196:0/2392170967' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:36.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: audit 2023-12-01T22:02:34.973756+0000 mon.smithi092 (mon. 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: 0) 270 : audit [INF] from='client.? 172.21.15.92:0/2906402702' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cd1522f-5c56-42aa-a325-cff84d5a704b"}]: dispatch 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: audit 2023-12-01T22:02:34.978075+0000 mon.smithi092 (mon.0) 271 : audit 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: [INF] from='client.? 172.21.15.92:0/2906402702' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cd1522f-5c56-42aa-a325-cff84d5a704b"}]': finished 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: cluster 2023-12-01T22:02:34.978124+0000 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: mon.smithi092 (mon.0) 272 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: audit 2023-12-01T 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: 22:02:34.978237+0000 mon.smithi092 (mon. 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: 0) 273 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: audit 2023-12-01T22 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: :02:34.978615+0000 mon.smithi092 (mon.0) 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: 274 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: audit 2023-12-01T22: 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: 02:35.554406+0000 mon.smithi196 (mon.1) 2023-12-01T22:02:36.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:35 smithi196 conmon[87003]: 3 : audit [DBG] from='client.? 172.21.15.196:0/2392170967' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:36.602 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:36.975 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1701468154,"num_remapped_pgs":0} 2023-12-01T22:02:37.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:36 smithi092 conmon[81890]: cluster 2023-12-01T22:02:35.707476+0000 mgr.smithi092.dlnhnq (mgr.14180) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:37.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:36 smithi092 conmon[81890]: audit 2023-12-01T22:02:36.267307+0000 mon.smithi092 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.92:0/3570875966' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:37.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:36 smithi092 conmon[81890]: audit 2023-12-01T22:02:36.601314+0000 mon.smithi092 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.92:0/3408063173' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:37.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:36 smithi196 conmon[87003]: cluster 2023-12-01T22:02:35.707476+0000 mgr.smithi092.dlnhnq (mgr.14180) 75 2023-12-01T22:02:37.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:36 smithi196 conmon[87003]: : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:37.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:36 smithi196 conmon[87003]: audit 2023-12-01T22:02:36.267307+0000 mon.smithi092 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.92:0/3570875966' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:37.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:36 smithi196 conmon[87003]: audit 2023-12-01T22:02:36.601314+0000 mon.smithi092 (mon.0) 2023-12-01T22:02:37.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:36 smithi196 conmon[87003]: 276 : audit [DBG] from='client.? 172.21.15.92:0/3408063173' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:37.976 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:39.073 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: cluster 2023-12-01T22:02:37.707702+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:02:39.073 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: mgr.14180) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:39.073 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: audit 2023-12-01T22:02:38.078561+0000 mon.smithi196 (mon.1) 4 : audit [INF] from='client.? 172.21.15.196:0/1209442170' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0466b85-3cde-4657-a612-e1098ebbefc7"}]: dispatch 2023-12-01T22:02:39.073 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: audit 2023-12-01T22:02:38.078976+0000 mon.smithi092 (mon.0) 277 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0466b85-3cde-4657-a612-e1098ebbefc7"}]: dispatch 2023-12-01T22:02:39.073 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: audit 2023-12-01T22:02:38.082331+0000 mon.smithi092 (mon.0) 278 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b0466b85-3cde-4657-a612-e1098ebbefc7"}]': finished 2023-12-01T22:02:39.073 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: cluster 2023-12-01T22:02:38.082378+0000 mon.smithi092 (mon.0) 279 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-01T22:02:39.073 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: audit 2023-12-01T22:02:38.082492+0000 mon.smithi092 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:39.073 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: audit 2023-12-01T22:02:38.082745+0000 mon.smithi092 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:39.073 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: audit 2023-12-01T22:02:38.082949+0000 mon.smithi092 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:02:39.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: audit 2023-12-01T22:02:38.791961+0000 mon.smithi092 (mon.0) 283 : audit [INF] from='client.? 172.21.15.92:0/2289322275' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1617a0eb-eb2b-4367-a9ef-37c57c8668fa"}]: dispatch 2023-12-01T22:02:39.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: audit 2023-12-01T22:02:38.795692+0000 mon.smithi092 (mon.0) 284 : audit [INF] from='client.? 172.21.15.92:0/2289322275' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1617a0eb-eb2b-4367-a9ef-37c57c8668fa"}]': finished 2023-12-01T22:02:39.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: cluster 2023-12-01T22:02:38.795732+0000 mon.smithi092 (mon.0) 285 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-01T22:02:39.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: audit 2023-12-01T22:02:38.795825+0000 mon.smithi092 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:39.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: audit 2023-12-01T22:02:38.796103+0000 mon.smithi092 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:39.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: audit 2023-12-01T22:02:38.796270+0000 mon.smithi092 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:02:39.074 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:38 smithi092 conmon[81890]: audit 2023-12-01T22:02:38.796452+0000 mon.smithi092 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:02:39.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: cluster 2023-12-01T22:02:37.707702+0000 mgr.smithi092.dlnhnq (mgr.14180) 76 : 2023-12-01T22:02:39.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:39.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: audit 2023-12-01T22:02:38.078561+0000 mon.smithi196 (mon.1) 4 : audit [INF] from='client.? 172.21.15.196:0/1209442170' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0466b85-3cde-4657-a612-e1098ebbefc7"}]: dispatch 2023-12-01T22:02:39.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: audit 2023-12-01T22:02:38.078976+0000 mon.smithi092 (mon.0) 277 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0466b85-3cde-4657-a612-e1098ebbefc7"}]: dispatch 2023-12-01T22:02:39.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: audit 2023-12-01T22:02:38.082331+0000 mon.smithi092 (mon.0) 278 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b0466b85-3cde-4657-a612-e1098ebbefc7"}]': finished 2023-12-01T22:02:39.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: cluster 2023-12-01T22: 2023-12-01T22:02:39.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: 02:38.082378+0000 mon.smithi092 (mon.0) 279 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-01T22:02:39.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: audit 2023-12-01T22:02:38.082492+0000 mon.smithi092 (mon 2023-12-01T22:02:39.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: .0) 280 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:39.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: audit 2023-12-01T22:02:39.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: 2023-12-01T22:02:38.082745+0000 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: mon.smithi092 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: 01T22:02:38.082949+0000 mon.smithi092 (mon.0) 282 : audit [DBG] 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: audit 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: 2023-12-01T22:02:38.791961+0000 mon.smithi092 (mon.0) 283 : audit [INF] from='client.? 172.21.15.92:0/2289322275' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1617a0eb-eb2b-4367-a9ef-37c57c8668fa"}]: dispatch 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: audit 2023-12 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: -01T22:02:38.795692+0000 mon.smithi092 (mon.0) 284 : audit [INF] from='client.? 172.21.15.92:0/2289322275' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1617a0eb-eb2b-4367-a9ef-37c57c8668fa"}]': finished 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: cluster 2023-12-01T22:02:38.795732+0000 mon.smithi092 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: (mon.0) 285 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: audit 2023-12-01T22:02:38. 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: 795825+0000 mon.smithi092 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:39.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: audit 2023-12-01T22:02 2023-12-01T22:02:39.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: :38.796103+0000 mon.smithi092 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:39.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: audit 2023-12-01T22 2023-12-01T22:02:39.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: :02:38.796270+0000 mon.smithi092 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:02:39.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: 2023-12-01T22:02:39.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: audit 2023-12-01 2023-12-01T22:02:39.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:38 smithi196 conmon[87003]: T22:02:38.796452+0000 mon.smithi092 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:02:39.735 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:40.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:39 smithi092 conmon[81890]: audit 2023-12-01T22:02:39.141584+0000 mon.smithi196 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.196:0/93136269' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:40.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:39 smithi092 conmon[81890]: audit 2023-12- 2023-12-01T22:02:40.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:39 smithi092 conmon[81890]: 01T22:02:39.733954+0000 mon.smithi092 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.92:0/2075377818' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:40.113 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1701468158,"num_remapped_pgs":0} 2023-12-01T22:02:40.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:39 smithi196 conmon[87003]: audit 2023-12-01T22:02:39.141584+0000 mon.smithi196 (mon.1) 5 : audit 2023-12-01T22:02:40.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:39 smithi196 conmon[87003]: [DBG] from='client.? 172.21.15.196:0/93136269' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:40.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:39 smithi196 conmon[87003]: audit 2023-12-01T22:02:39.733954+0000 mon.smithi092 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.92:0/2075377818' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:41.114 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:41.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:40 smithi092 conmon[81890]: cluster 2023-12-01T22:02:39.707979+0000 mgr.smithi092.dlnhnq (mgr.14180) 77 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:41.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:40 smithi092 conmon[81890]: audit 2023-12-01T22:02: 2023-12-01T22:02:41.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:40 smithi092 conmon[81890]: 40.084507+0000 mon.smithi092 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.92:0/4195068594' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:41.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:40 smithi196 conmon[87003]: cluster 2023-12-01T22:02:39.707979+0000 mgr.smithi092.dlnhnq (mgr.14180) 77 : 2023-12-01T22:02:41.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:40 smithi196 conmon[87003]: cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:41.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:40 smithi196 conmon[87003]: audit 2023-12-01T22:02:40.084507+0000 mon.smithi092 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.92:0/4195068594' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:42.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:41 smithi196 conmon[87003]: audit 2023-12-01T22:02:41.641839+0000 mon.smithi196 (mon.1) 6 : audit 2023-12-01T22:02:42.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:41 smithi196 conmon[87003]: [INF] from='client.? 172.21.15.196:0/3072040265' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08cac40b-db71-4573-8abd-630e15907e09"}]: dispatch 2023-12-01T22:02:42.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:41 smithi196 conmon[87003]: audit 2023-12-01T22:02:41.642410+0000 mon.smithi092 (mon.0) 292 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08cac40b-db71-4573-8abd-630e15907e09"}]: dispatch 2023-12-01T22:02:42.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:41 smithi196 conmon[87003]: audit 2023-12-01T22:02:41.645986+0000 mon.smithi092 (mon.0) 293 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08cac40b-db71-4573-8abd-630e15907e09"}]': finished 2023-12-01T22:02:42.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:41 smithi196 conmon[87003]: cluster 2023-12-01T22:02:41.646041+0000 mon.smithi092 (mon.0) 294 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-01T22:02:42.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:41 smithi196 conmon[87003]: audit 2023-12-01T22:02:41.646154+0000 mon.smithi092 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:42.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:41 smithi196 conmon[87003]: audit 2023-12-01T22:02:41.646452+0000 mon.smithi092 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:42.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:41 smithi196 conmon[87003]: audit 2023-12-01T22:02:41.646638+0000 mon.smithi092 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:02:42.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:41 smithi196 conmon[87003]: audit 2023-12-01T22:02:41.646816+0000 mon.smithi092 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:02:42.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:41 smithi196 conmon[87003]: audit 2023-12-01T22:02:41.646990+0000 mon.smithi092 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:02:42.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:41 smithi092 conmon[81890]: audit 2023-12-01T22:02:41.641839+0000 mon.smithi196 (mon.1) 6 : audit [INF] from='client.? 172.21.15.196:0/3072040265' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08cac40b-db71-4573-8abd-630e15907e09"}]: dispatch 2023-12-01T22:02:42.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:41 smithi092 conmon[81890]: audit 2023-12-01T22:02:41.642410+0000 mon.smithi092 (mon.0) 292 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08cac40b-db71-4573-8abd-630e15907e09"}]: dispatch 2023-12-01T22:02:42.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:41 smithi092 conmon[81890]: audit 2023-12-01T22:02:41.645986+0000 mon.smithi092 (mon.0) 293 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08cac40b-db71-4573-8abd-630e15907e09"}]': finished 2023-12-01T22:02:42.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:41 smithi092 conmon[81890]: cluster 2023-12-01T22:02:41.646041+0000 mon.smithi092 (mon.0) 294 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-01T22:02:42.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:41 smithi092 conmon[81890]: audit 2023-12-01T22:02:41.646154+0000 mon.smithi092 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:42.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:41 smithi092 conmon[81890]: audit 2023-12-01T22:02:41.646452+0000 mon.smithi092 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:42.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:41 smithi092 conmon[81890]: audit 2023-12-01T22:02:41.646638+0000 mon.smithi092 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:02:42.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:41 smithi092 conmon[81890]: audit 2023-12-01T22:02:41.646816+0000 mon.smithi092 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:02:42.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:41 smithi092 conmon[81890]: audit 2023-12-01T22:02:41.646990+0000 mon.smithi092 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:02:42.794 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:43.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:42 smithi092 conmon[81890]: cluster 2023-12-01T22:02:41.708195+0000 mgr.smithi092.dlnhnq (mgr.14180) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:43.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:42 smithi092 conmon[81890]: audit 2023-12-01T22:02:42.635649+0000 mon.smithi092 (mon.0) 300 : audit [INF] from='client.? 172.21.15.92:0/964935776' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be55799e-f870-4aa6-8452-4e1bf486cfb7"}]: dispatch 2023-12-01T22:02:43.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:42 smithi092 conmon[81890]: audit 2023-12-01T22:02:42.639222+0000 mon.smithi092 (mon.0) 301 : audit [INF] from='client.? 172.21.15.92:0/964935776' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be55799e-f870-4aa6-8452-4e1bf486cfb7"}]': finished 2023-12-01T22:02:43.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:42 smithi092 conmon[81890]: cluster 2023-12-01T22:02:42.639278+0000 mon.smithi092 (mon.0) 302 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-01T22:02:43.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:42 smithi092 conmon[81890]: audit 2023-12-01T22:02:42.639390+0000 mon.smithi092 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:43.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:42 smithi092 conmon[81890]: audit 2023-12-01T22:02:42.639678+0000 mon.smithi092 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:43.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:42 smithi092 conmon[81890]: audit 2023-12-01T22:02:42.639818+0000 mon.smithi092 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:02:43.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:42 smithi092 conmon[81890]: audit 2023-12-01T22:02:42.639979+0000 mon.smithi092 (mon.0) 306 : audit 2023-12-01T22:02:43.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:42 smithi092 conmon[81890]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:02:43.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:42 smithi092 conmon[81890]: audit 2023-12-01T22:02:42.640123+0000 mon.smithi092 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:02:43.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:42 smithi092 conmon[81890]: audit 2023-12-01T22:02:42.640274+0000 mon.smithi092 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:02:43.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:42 smithi092 conmon[81890]: audit 2023-12-01T22:02:42.742833+0000 mon.smithi196 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.196:0/1027036621' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:43.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:42 smithi092 conmon[81890]: audit 2023-12-01T22:02:42.792808+0000 mon.smithi092 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.92:0/791246399' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:43.351 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1701468162,"num_remapped_pgs":0} 2023-12-01T22:02:43.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: cluster 2023-12-01T22:02:41.708195+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:02:43.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: 14180) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:43.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: audit 2023-12-01T22:02:42.635649+0000 mon.smithi092 (mon.0) 300 : audit 2023-12-01T22:02:43.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: [INF] from='client.? 172.21.15.92:0/964935776' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be55799e-f870-4aa6-8452-4e1bf486cfb7"}]: dispatch 2023-12-01T22:02:43.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: audit 2023 2023-12-01T22:02:43.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: -12-01T22:02:42.639222+0000 mon.smithi092 (mon.0) 301 : audit [INF] from='client.? 172.21.15.92:0/964935776' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be55799e-f870-4aa6-8452-4e1bf486cfb7"}]': finished 2023-12-01T22:02:43.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: cluster 2023- 2023-12-01T22:02:43.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: 12-01T22:02:42.639278+0000 mon.smithi092 ( 2023-12-01T22:02:43.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: mon.0) 302 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-01T22:02:43.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:02:43.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: 12-01T22:02:42.639390+0000 mon.smithi092 ( 2023-12-01T22:02:43.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:43.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: 01T22:02:42.639678+0000 mon.smithi092 (mon. 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: 0) 304 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: audit 2023-12 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: -01T22:02:42.639818+0000 mon.smithi092 ( 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: audit 2023 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: -12-01T22:02:42.639979+0000 mon.smithi092 ( 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: audit 2023 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: -12-01T22:02:42.640123+0000 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: mon.smithi092 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: audit 2023 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: -12-01T22:02:42.640274+0000 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: mon.smithi092 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: 2023-12-01T22:02:43.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: audit 2023-12-01T22:02:43.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: 2023-12-01T22:02:42.742833+0000 mon.smithi196 (mon 2023-12-01T22:02:43.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: .1) 7 : audit [DBG] from='client.? 172.21.15.196:0/1027036621' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:43.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: audit 2023-12 2023-12-01T22:02:43.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: -01T22:02:42.792808+0000 mon.smithi092 ( 2023-12-01T22:02:43.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:42 smithi196 conmon[87003]: mon.0) 309 : audit [DBG] from='client.? 172.21.15.92:0/791246399' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:44.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:43 smithi092 conmon[81890]: audit 2023-12-01T22:02:43.872885+0000 2023-12-01T22:02:44.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:43 smithi092 conmon[81890]: mon.smithi092 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.92:0/3296089605' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:44.352 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:44.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:43 smithi196 conmon[87003]: audit 2023-12-01T22:02:43.872885+0000 mon.smithi092 (mon 2023-12-01T22:02:44.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:43 smithi196 conmon[87003]: .0) 310 : audit [DBG] from='client.? 172.21.15.92:0/3296089605' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:45.261 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:44 smithi092 conmon[81890]: cluster 2023-12-01T22:02:43.708416+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:02:45.261 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:44 smithi092 conmon[81890]: mgr.14180) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:45.340 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:44 smithi196 conmon[87003]: cluster 2023-12-01T22:02:43.708416+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:02:45.341 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:44 smithi196 conmon[87003]: 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:45.996 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:46.170 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:46 smithi092 conmon[81890]: audit 2023-12-01T22:02:45.238825+0000 mon.smithi196 2023-12-01T22:02:46.170 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:46 smithi092 conmon[81890]: (mon.1) 8 : audit [INF] from='client.? 172.21.15.196:0/3494609679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8c3471-94fe-4d88-89fc-2402a0df8824"}]: dispatch 2023-12-01T22:02:46.170 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:46 smithi092 conmon[81890]: audit 2023-12-01T22:02:45.239345+0000 mon.smithi092 (mon.0) 311 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8c3471-94fe-4d88-89fc-2402a0df8824"}]: dispatch 2023-12-01T22:02:46.170 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:46 smithi092 conmon[81890]: audit 2023-12-01T22:02:45.242765+0000 mon.smithi092 (mon.0) 312 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af8c3471-94fe-4d88-89fc-2402a0df8824"}]': finished 2023-12-01T22:02:46.170 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:46 smithi092 conmon[81890]: cluster 2023-12-01T22:02:45.242817+0000 mon.smithi092 (mon.0) 313 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-01T22:02:46.171 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:46 smithi092 conmon[81890]: audit 2023-12-01T22:02:45.242905+0000 mon.smithi092 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:46.171 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:46 smithi092 conmon[81890]: audit 2023-12-01T22:02:45.243128+0000 mon.smithi092 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:46.171 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:46 smithi092 conmon[81890]: audit 2023-12-01T22:02:45.243271+0000 mon.smithi092 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:02:46.171 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:46 smithi092 conmon[81890]: audit 2023-12-01T22:02:45.243416+0000 mon.smithi092 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:02:46.171 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:46 smithi092 conmon[81890]: audit 2023-12-01T22:02:45.243564+0000 mon.smithi092 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:02:46.171 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:46 smithi092 conmon[81890]: audit 2023-12-01T22:02:45.243705+0000 mon.smithi092 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:02:46.171 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:46 smithi092 conmon[81890]: audit 2023-12-01T22:02:45.243851+0000 mon.smithi092 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:02:46.171 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:46 smithi092 conmon[81890]: audit 2023-12-01T22:02:45.994498+0000 mon.smithi092 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.92:0/602101836' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:46.378 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1701468165,"num_remapped_pgs":0} 2023-12-01T22:02:46.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: audit 2023-12-01T22:02:45.238825+0000 mon.smithi196 (mon.1) 8 : audit [INF] from='client.? 172.21.15.196:0/3494609679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8c3471-94fe-4d88-89fc-2402a0df8824"}]: dispatch 2023-12-01T22:02:46.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: audit 2023-12-01T22:02:45.239345+0000 mon.smithi092 (mon.0) 311 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "af8c3471-94fe-4d88-89fc-2402a0df8824"}]: dispatch 2023-12-01T22:02:46.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: audit 2023-12-01 2023-12-01T22:02:46.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: T22:02:45.242765+0000 mon.smithi092 (mon.0) 2023-12-01T22:02:46.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: 312 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "af8c3471-94fe-4d88-89fc-2402a0df8824"}]': finished 2023-12-01T22:02:46.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: cluster 2023-12-01T22:02:46.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: 2023-12-01T22: 2023-12-01T22:02:46.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: 02:45.242817+0000 mon.smithi092 (mon.0 2023-12-01T22:02:46.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: ) 313 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-01T22:02:46.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: audit 2023 2023-12-01T22:02:46.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: -12-01T22:02: 2023-12-01T22:02:46.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: 45.242905+0000 mon.smithi092 (mon.0) 314 : 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: audit 2023-12-01 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: T22:02:45.243128+0000 mon.smithi092 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: audit 2023 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: -12-01T22:02: 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: 45.243271+0000 mon.smithi092 (mon.0) 316 : 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: 01T22:02:45.243416+0000 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: mon.smithi092 (mon.0) 317 : audit [DBG] 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: audit 2023-12-01T22 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: :02:45.243564+0000 mon.smithi092 (mon 2023-12-01T22:02:46.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: .0) 318 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:02:46.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: audit 2023-12-01T22:02:46.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: 2023-12-01T22:02 2023-12-01T22:02:46.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: :45.243705+0000 mon.smithi092 (mon 2023-12-01T22:02:46.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: .0) 319 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:02:46.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: audit 2023 2023-12-01T22:02:46.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: -12-01T22:02: 2023-12-01T22:02:46.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: 45.243851+0000 mon.smithi092 (mon.0) 320 : audit 2023-12-01T22:02:46.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:02:46.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: audit 2023-12-01T 2023-12-01T22:02:46.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: 22:02:45.994498+0000 mon.smithi092 ( 2023-12-01T22:02:46.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:46 smithi196 conmon[87003]: mon.0) 321 : audit [DBG] from='client.? 172.21.15.92:0/602101836' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:47.380 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:47.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:47 smithi092 conmon[81890]: cluster 2023-12-01T22:02:45.708615+0000 mgr.smithi092.dlnhnq (mgr.14180) 80 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:47.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:47 smithi092 conmon[81890]: audit 2023-12-01T22:02:46.400041+0000 mon.smithi196 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.196:0/1318322611' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:47.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:47 smithi092 conmon[81890]: audit 2023-12-01T22:02:46.412606+0000 mon.smithi092 (mon.0) 322 : audit [INF] from='client.? 172.21.15.92:0/3265477741' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef971554-b9d3-4194-96b5-b3c3223df14c"}]: dispatch 2023-12-01T22:02:47.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:47 smithi092 conmon[81890]: audit 2023-12-01T22:02:46.420716+0000 mon.smithi092 (mon.0) 323 : audit [INF] from='client.? 172.21.15.92:0/3265477741' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef971554-b9d3-4194-96b5-b3c3223df14c"}]': finished 2023-12-01T22:02:47.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:47 smithi092 conmon[81890]: cluster 2023-12-01T22:02:46.420757+0000 mon.smithi092 (mon.0) 324 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-01T22:02:47.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:47 smithi092 conmon[81890]: audit 2023-12-01T22:02:46.420840+0000 mon.smithi092 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:47.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:47 smithi092 conmon[81890]: audit 2023-12-01T22:02:46.421072+0000 mon.smithi092 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:47.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:47 smithi092 conmon[81890]: audit 2023-12-01T22:02:46.421208+0000 mon.smithi092 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:02:47.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:47 smithi092 conmon[81890]: audit 2023-12-01T22:02:46.421352+0000 mon.smithi092 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:02:47.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:47 smithi092 conmon[81890]: audit 2023-12-01T22:02:46.421496+0000 mon.smithi092 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:02:47.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:47 smithi092 conmon[81890]: audit 2023-12-01T22:02:46.421651+0000 mon.smithi092 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:02:47.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:47 smithi092 conmon[81890]: audit 2023-12-01T22:02:46.421789+0000 mon.smithi092 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:02:47.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:47 smithi092 conmon[81890]: audit 2023-12-01T22:02:46.421926+0000 mon.smithi092 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:02:47.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: cluster 2023-12-01T22:02:45.708615+0000 mgr.smithi092.dlnhnq (mgr.14180) 80 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: audit 2023-12-01T22:02:46.400041+0000 mon.smithi196 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.196:0/1318322611' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: audit 2023-12-01T22:02:46.412606+0000 mon.smithi092 (mon. 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: 0) 322 : audit [INF] from='client.? 172.21.15.92:0/3265477741' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef971554-b9d3-4194-96b5-b3c3223df14c"}]: dispatch 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: audit 2023-12-01T22:02:46. 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: 420716+0000 mon.smithi092 (mon.0) 323 : audit [INF] from='client.? 172.21.15.92:0/3265477741' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef971554-b9d3-4194-96b5-b3c3223df14c"}]': finished 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: cluster 2023-12-01T22: 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: 02:46.420757+0000 mon.smithi092 (mon.0) 324 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: audit 2023-12-01T22:02:46 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: .420840+0000 mon.smithi092 (mon.0) 325 : audit [DBG] 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:02:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: 12-01T22:02:46.421072+0000 mon.smithi092 (mon.0) 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: 326 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: audit 2023-12-01T22:02:46.421208+0000 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: mon.smithi092 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: audit 2023-12-01T 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: 22:02:46.421352+0000 mon.smithi092 (mon. 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: 0) 328 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: audit 2023-12-01T22:02 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: :46.421496+0000 mon.smithi092 (mon.0) 329 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: audit 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: 2023-12-01T22:02:46.421651+0000 mon.smithi092 ( 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: audit 2023-12-01T22 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: :02:46.421789+0000 mon.smithi092 (mon.0) 2023-12-01T22:02:47.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: 331 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:02:47.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: audit 2023-12-01T22:02: 2023-12-01T22:02:47.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: 46.421926+0000 mon.smithi092 (mon.0) 332 : audit 2023-12-01T22:02:47.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:47 smithi196 conmon[87003]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:02:48.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:48 smithi092 conmon[81890]: audit 2023-12-01T22:02:47.505875+0000 mon.smithi092 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.92:0/910880105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:48.652 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:48 smithi196 conmon[87003]: audit 2023-12-01T22:02:47.505875+0000 mon.smithi092 (mon.0 2023-12-01T22:02:48.652 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:48 smithi196 conmon[87003]: ) 333 : audit [DBG] from='client.? 172.21.15.92:0/910880105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-01T22:02:49.050 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:49.432 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:49 smithi092 conmon[81890]: cluster 2023-12-01T22:02:47.708844+0000 mgr.smithi092.dlnhnq (mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:49.432 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:49 smithi092 conmon[81890]: audit 2023-12-01T22:02:49.049122+0000 mon.smithi092 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.92:0/760015982' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:49.434 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701468166,"num_remapped_pgs":0} 2023-12-01T22:02:49.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:49 smithi196 conmon[87003]: cluster 2023-12-01T22:02:47.708844+0000 mgr.smithi092.dlnhnq (mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:49.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:49 smithi196 conmon[87003]: audit 2023-12-01T22:02:49.049122+0000 mon.smithi092 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.92:0/760015982' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:50.435 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:51.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:51 smithi092 conmon[81890]: cluster 2023-12-01T22:02:49. 2023-12-01T22:02:51.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:51 smithi092 conmon[81890]: 709267+0000 mgr.smithi092.dlnhnq (mgr.14180) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:51 smithi196 conmon[87003]: cluster 2023-12-01T22:02:49.709267+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:02:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:51 smithi196 conmon[87003]: 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:52.258 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:52.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:52 smithi092 conmon[81890]: audit 2023-12-01T22:02:51.335299+0000 mon.smithi092 (mon.0) 335 2023-12-01T22:02:52.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:52 smithi092 conmon[81890]: : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-01T22:02:52.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:52 smithi092 conmon[81890]: audit 2023-12-01T22:02:51.335846+0000 mon.smithi092 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:52.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:52 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:51.336293+0000 mgr.smithi092.dlnhnq (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.0 on smithi196 2023-12-01T22:02:52.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:52 smithi196 conmon[87003]: audit 2023-12-01T22:02:51.335299+0000 mon.smithi092 (mon.0 2023-12-01T22:02:52.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:52 smithi196 conmon[87003]: ) 335 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-01T22:02:52.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:52 smithi196 conmon[87003]: audit 2023-12-01T22:02:51.335846+0000 mon.smithi092 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:52.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:52 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:51.336293+0000 mgr.smithi092.dlnhnq (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.0 on smithi196 2023-12-01T22:02:52.771 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701468166,"num_remapped_pgs":0} 2023-12-01T22:02:53.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:53 smithi196 conmon[87003]: cluster 2023-12-01T22:02:51.709506+0000 mgr.smithi092.dlnhnq 2023-12-01T22:02:53.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:53 smithi196 conmon[87003]: (mgr.14180) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:53.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:53 smithi196 conmon[87003]: audit 2023-12-01T22:02:52.256436+0000 mon.smithi092 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.92:0/2493240046' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:53.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:53 smithi196 conmon[87003]: audit 2023-12-01T22:02:53.082053+0000 mon.smithi092 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-01T22:02:53.518 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:53 smithi196 conmon[87003]: audit 2023-12-01T22:02:53.082635+0000 mon.smithi092 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:53 smithi092 conmon[81890]: cluster 2023-12-01T22:02:51.709506+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:02:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:53 smithi092 conmon[81890]: .14180) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:53 smithi092 conmon[81890]: audit 2023-12-01T22:02:52.256436+0000 mon.smithi092 (mon.0 2023-12-01T22:02:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:53 smithi092 conmon[81890]: ) 337 : audit [DBG] from='client.? 172.21.15.92:0/2493240046' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:53 smithi092 conmon[81890]: audit 2023-12-01T22:02:53. 2023-12-01T22:02:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:53 smithi092 conmon[81890]: 082053+0000 mon.smithi092 (mon.0) 338 2023-12-01T22:02:53.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:53 smithi092 conmon[81890]: : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-01T22:02:53.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:53 smithi092 conmon[81890]: audit 2023-12- 2023-12-01T22:02:53.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:53 smithi092 conmon[81890]: 01T22:02:53.082635+0000 2023-12-01T22:02:53.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:53 smithi092 conmon[81890]: mon.smithi092 (mon.0) 339 : audit [DBG] 2023-12-01T22:02:53.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:53 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:53.772 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:54.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:54 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:53.083142+0000 mgr.smithi092.dlnhnq (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.1 on smithi092 2023-12-01T22:02:54.652 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:54 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:53.083142+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:02:54.652 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:54 smithi196 conmon[87003]: 85 : cephadm [INF] Deploying daemon osd.1 on smithi092 2023-12-01T22:02:55.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:55 smithi092 conmon[81890]: cluster 2023-12-01T22:02:53.709714+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:02:55.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:55 smithi092 conmon[81890]: .14180) 86 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:55.538 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:55 smithi196 conmon[87003]: cluster 2023-12-01T22:02:53.709714+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:02:55.538 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:55 smithi196 conmon[87003]: 86 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:55.952 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:56.425 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701468166,"num_remapped_pgs":0} 2023-12-01T22:02:56.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:56 smithi196 conmon[87003]: audit 2023-12-01T22:02:55.579976+0000 mon.smithi092 2023-12-01T22:02:56.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:56 smithi196 conmon[87003]: (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:56.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:56 smithi196 conmon[87003]: audit 2023-12-01T22:02:55.580650+0000 mon.smithi092 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-01T22:02:56.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:56 smithi196 conmon[87003]: audit 2023-12-01T22:02:55.581262+0000 mon.smithi092 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:56.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:56 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:55.581854+0000 mgr.smithi092.dlnhnq (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.2 on smithi196 2023-12-01T22:02:56.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:56 smithi196 conmon[87003]: cluster 2023-12-01T22:02:55.709974+0000 mgr.smithi092.dlnhnq (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:56.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:56 smithi196 conmon[87003]: audit 2023-12-01T22:02:55.950451+0000 mon.smithi092 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.92:0/681014334' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:56.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:56 smithi092 conmon[81890]: audit 2023-12-01T22:02:55.579976+0000 mon.smithi092 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:56.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:56 smithi092 conmon[81890]: 2023-12-01T22:02:56.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:56 smithi092 conmon[81890]: audit 2023-12-01T22:02:55.580650+0000 mon.smithi092 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-01T22:02:56.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:56 smithi092 conmon[81890]: audit 2023-12-01T22:02:55.581262+0000 mon.smithi092 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:56.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:56 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:55.581854+0000 mgr.smithi092.dlnhnq (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.2 on smithi196 2023-12-01T22:02:56.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:56 smithi092 conmon[81890]: cluster 2023-12-01T22:02:55.709974+0000 mgr.smithi092.dlnhnq (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:56.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:56 smithi092 conmon[81890]: audit 2023-12-01T22:02:55.950451+0000 mon.smithi092 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.92:0/681014334' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:57.426 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:02:58.889 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:58 smithi092 conmon[81890]: cluster 2023-12-01T22:02:57.710273+0000 mgr.smithi092.dlnhnq (mgr.14180) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:58.889 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:58 smithi092 conmon[81890]: audit 2023-12-01T22:02:57.832364+0000 mon.smithi092 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:58.889 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:58 smithi092 conmon[81890]: audit 2023-12-01T22:02:57.833326+0000 mon.smithi092 (mon.0) 345 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-01T22:02:58.889 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:58 smithi092 conmon[81890]: audit 2023-12-01T22:02:57.833951+0000 mon.smithi092 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:58.889 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:58 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:58.889 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:58 smithi092 conmon[81890]: 2023-12-01T22:02:57.834467+0000 mgr.smithi092.dlnhnq (mgr.14180) 90 : cephadm [INF] Deploying daemon osd.3 on smithi092 2023-12-01T22:02:58.889 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:58 smithi092 conmon[81890]: audit 2023-12-01T22:02:58.768022+0000 mon.smithi196 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.196:6800/392053854,v1:172.21.15.196:6801/392053854]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-01T22:02:58.889 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:58 smithi092 conmon[81890]: audit 2023-12-01T22:02:58.768367+0000 mon.smithi092 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-01T22:02:59.043 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: cluster 2023-12-01T22:02:57.710273+0000 mgr.smithi092.dlnhnq (mgr.14180) 89 : cluster [DBG] 2023-12-01T22:02:59.043 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:02:59.043 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: audit 2023-12-01T22:02:57.832364+0000 mon.smithi092 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:02:59.043 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: audit 2023-12-01T22:02:57 2023-12-01T22:02:59.043 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: .833326+0000 mon.smithi092 (mon.0) 345 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-01T22:02:59.043 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: audit 2023-12-01 2023-12-01T22:02:59.043 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: T22:02:57.833951+0000 mon.smithi092 (mon.0) 346 : audit [DBG] 2023-12-01T22:02:59.043 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:02:59.043 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: cephadm 2023-12-01T22:02:59.043 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: 2023-12-01T22:02:57.834467+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:02:59.044 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: 14180) 90 : cephadm [INF] Deploying daemon osd.3 on smithi092 2023-12-01T22:02:59.044 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: audit 2023-12-01T22:02 2023-12-01T22:02:59.044 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: :58.768022+0000 mon.smithi196 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.196:6800/392053854,v1:172.21.15.196:6801/392053854]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-01T22:02:59.044 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:02:59.044 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: 12-01T22:02:58.768367+0000 mon.smithi092 (mon 2023-12-01T22:02:59.044 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:58 smithi196 conmon[87003]: .0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-01T22:02:59.242 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:02:59.878 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:59 smithi092 conmon[81890]: audit 2023-12-01T22:02:58.843879+0000 mon.smithi092 (mon.0) 348 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-01T22:02:59.878 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:59 smithi092 conmon[81890]: cluster 2023-12-01T22:02:58.843947+0000 mon.smithi092 (mon.0) 349 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-01T22:02:59.878 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:59 smithi092 conmon[81890]: audit 2023-12-01T22:02:58.844045+0000 mon.smithi092 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:02:59.878 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:59 smithi092 conmon[81890]: audit 2023-12-01T22:02:58.844313+0000 mon.smithi092 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:02:59.878 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:59 smithi092 conmon[81890]: audit 2023-12-01T22:02:58.844472+0000 mon.smithi092 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:02:59.878 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:59 smithi092 conmon[81890]: audit 2023-12-01T22:02:58.844594+0000 mon.smithi196 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.196:6800/392053854,v1:172.21.15.196:6801/392053854]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:02:59.878 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:59 smithi092 conmon[81890]: audit 2023-12-01T22:02:58.844648+0000 mon.smithi092 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:02:59.878 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:59 smithi092 conmon[81890]: audit 2023-12-01T22:02:58.844827+0000 mon.smithi092 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:02:59.878 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:59 smithi092 conmon[81890]: audit 2023-12-01T22:02:58.845060+0000 mon.smithi092 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:02:59.878 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:59 smithi092 conmon[81890]: audit 2023-12-01T22:02:58.845383+0000 mon.smithi092 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:02:59.878 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:59 smithi092 conmon[81890]: audit 2023-12-01T22:02:58.845609+0000 mon.smithi092 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:02:59.878 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:59 smithi092 conmon[81890]: audit 2023-12-01T22:02:58.845771+0000 mon.smithi092 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:02:59.879 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:02:59 smithi092 conmon[81890]: audit 2023-12-01T22:02:59.240586+0000 mon.smithi092 (mon.0) 359 : audit [DBG] from='client.? 172.21.15.92:0/673810382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:02:59.879 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701468166,"num_remapped_pgs":0} 2023-12-01T22:03:00.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: audit 2023-12-01T22:02:58.843879+0000 mon.smithi092 (mon.0) 348 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: cluster 2023-12-01T22:02:58.843947+0000 mon.smithi092 (mon.0) 349 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: audit 2023-12-01T22:02:58.844045+0000 mon.smithi092 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: audit 2023-12-01T22:02:58.844313+0000 mon.smithi092 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: audit 2023-12-01T22:02:58.844472+0000 mon.smithi092 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: audit 2023-12-01T22:02:58.844594+0000 mon.smithi196 (mon.1) 11 : audit [INF] 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: from='osd.0 [v2:172.21.15.196:6800/392053854,v1:172.21.15.196:6801/392053854]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: audit 2023-12-01T22:02:58.844648+0000 mon.smithi092 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: audit 2023-12-01T22:02:58.844827+0000 mon.smithi092 (mon 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: .0) 354 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: audit 2023-12-01T22:02: 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: 58.845060+0000 mon.smithi092 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: audit 2023-12-01T22:03:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: 2023-12-01T22:02:58.845383+0000 mon.smithi092 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:00.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: audit 2023-12-01 2023-12-01T22:03:00.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: T22:02:58.845609+0000 mon.smithi092 (mon.0) 357 : audit [DBG] 2023-12-01T22:03:00.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:00.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:03:00.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: 12-01T22:02:58.845771+0000 mon.smithi092 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:00.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:03:00.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: 12-01T22:02:59.240586+0000 mon.smithi092 (mon.0) 359 : audit 2023-12-01T22:03:00.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:02:59 smithi196 conmon[87003]: [DBG] from='client.? 172.21.15.92:0/673810382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:03:00.880 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:03:00.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: cluster 2023-12-01T22:02:59.710784+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:03:00.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:03:00.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:59.843158+0000 mon.smithi092 (mon.0) 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2023-12-01T22:03:00.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: cluster 2023-12-01T22:02:59.843264+0000 mon.smithi092 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-01T22:03:00.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:59.843687+0000 mon.smithi092 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:03:00.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:59.843899+0000 mon.smithi092 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:00.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:59.844028+0000 mon.smithi092 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:00.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:59.844187+0000 mon.smithi092 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:00.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:59.844329+0000 mon.smithi092 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:00.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:59.844445+0000 mon.smithi092 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:00.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:59 2023-12-01T22:03:00.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: .844624+0000 mon.smithi092 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:00.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:59.844750+0000 mon.smithi092 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:00.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: audit 2023-12-01 2023-12-01T22:03:00.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: T22:02:59.849931+0000 mon.smithi092 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:03:00.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: audit 2023-12-01T22:03:00.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: 2023-12-01T22:02:59.869055+0000 mon.smithi092 (mon.0) 2023-12-01T22:03:00.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: 371 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:00.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:03:00.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: 01T22:02:59.869861+0000 mon.smithi092 ( 2023-12-01T22:03:00.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: mon.0) 372 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-01T22:03:00.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: audit 2023-12-01T22:02:59.870522 2023-12-01T22:03:00.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: +0000 mon.smithi092 (mon.0) 373 : audit [DBG] 2023-12-01T22:03:00.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:00.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: cephadm 2023-12-01T22:03:00.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: 2023-12-01T22:02:59.871099+0000 2023-12-01T22:03:00.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: mgr.smithi092.dlnhnq (mgr.14180) 92 : cephadm [INF] 2023-12-01T22:03:00.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:00 smithi196 conmon[87003]: Deploying daemon osd.4 on smithi196 2023-12-01T22:03:00.996 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: cluster 2023-12-01T22:02:59.710784+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:03:00.996 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: 14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:03:00.996 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: audit 2023-12-01T22:02:59.843158+0000 mon.smithi092 (mon.0) 2023-12-01T22:03:00.996 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2023-12-01T22:03:00.996 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: cluster 2023-12-01T22:02 2023-12-01T22:03:00.996 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: :59.843264+0000 mon.smithi092 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-01T22:03:00.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: audit 2023-12-01T22:02 2023-12-01T22:03:00.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: :59.843687+0000 mon.smithi092 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:03:00.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: audit 2023-12-01T22:02:59.843899+0000 mon.smithi092 (mon.0) 363 : audit 2023-12-01T22:03:00.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:00.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: audit 2023-12-01T22:02:59.844028+0000 2023-12-01T22:03:00.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: mon.smithi092 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:00.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: audit 2023 2023-12-01T22:03:00.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: -12-01T22:02:59.844187+0000 mon.smithi092 ( 2023-12-01T22:03:00.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:00.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: audit 2023-12-01T22:02:59. 2023-12-01T22:03:00.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: 844329+0000 mon.smithi092 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:00.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: audit 2023-12-01T22:02:59.844445+0000 mon.smithi092 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:00.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: audit 2023-12-01T22:02:59.844624+0000 2023-12-01T22:03:00.998 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: mon.smithi092 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:00.998 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: audit 2023-12-01T22: 2023-12-01T22:03:00.998 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: 02:59.844750+0000 mon.smithi092 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:00.998 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: audit 2023-12-01T22:02:59.849931+0000 mon.smithi092 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:03:00.998 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: audit 2023-12-01T22:02:59.869055+0000 mon.smithi092 (mon 2023-12-01T22:03:00.998 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: .0) 371 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:00.998 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: audit 2023- 2023-12-01T22:03:00.998 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: 12-01T22:02:59.869861+0000 mon.smithi092 (mon.0) 372 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-01T22:03:00.998 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: 2023-12-01T22:03:00.998 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: audit 2023-12-01 2023-12-01T22:03:00.998 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: T22:02:59.870522+0000 mon.smithi092 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:00.998 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:00 smithi092 conmon[81890]: cephadm 2023-12-01T22:02:59.871099+0000 mgr.smithi092.dlnhnq (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.4 on smithi196 2023-12-01T22:03:01.919 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: cluster 2023-12-01T22:02:59.728688+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:01.919 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: cluster 2023-12-01T22:02:59.728785+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:01.919 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: audit 2023-12-01T22:03:00.850906+0000 mon.smithi092 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:03:01.919 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: cluster 2023-12-01T22:03:00.874763+0000 mon.smithi092 (mon.0) 375 : cluster [INF] osd.0 [v2:172.21.15.196:6800/392053854,v1:172.21.15.196:6801/392053854] boot 2023-12-01T22:03:01.919 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: cluster 2023-12-01T22:03:00.874799+0000 mon.smithi092 (mon.0) 376 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-01T22:03:01.919 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: audit 2023-12-01T22:03:00.874894+0000 mon.smithi092 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:03:01.919 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: audit 2023-12-01T22:03:00.875137+0000 mon.smithi092 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:01.919 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: audit 2023-12-01T22:03:00.875314+0000 mon.smithi092 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:01.919 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: audit 2023-12-01T22:03:00.875500+0000 mon.smithi092 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:01.919 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: audit 2023-12-01T22:03:00.875652+0000 mon.smithi092 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:01.920 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: audit 2023-12-01T22:03:00.875816+0000 mon.smithi092 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:01.920 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: audit 2023-12-01T22:03:00.875977+0000 mon.smithi092 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:01.920 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: audit 2023-12-01T22:03:00.876129+0000 mon.smithi092 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:01.920 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: audit 2023-12-01T22:03:01 2023-12-01T22:03:01.920 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:01 smithi196 conmon[87003]: .045898+0000 mon.smithi092 (mon.0) 385 : audit [INF] from='osd.1 [v2:172.21.15.92:6802/859147615,v1:172.21.15.92:6803/859147615]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-01T22:03:02.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: cluster 2023-12-01T22:02:59.728688+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:02.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: cluster 2023-12-01T22:02:59.728785+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:02.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: audit 2023-12-01T22:03:00.850906+0000 mon.smithi092 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:03:02.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: cluster 2023-12-01T22:03:00.874763+0000 mon.smithi092 (mon.0) 375 : cluster [INF] osd.0 [v2:172.21.15.196:6800/392053854,v1:172.21.15.196:6801/392053854] boot 2023-12-01T22:03:02.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: cluster 2023-12-01T22:03:00.874799+0000 mon.smithi092 (mon.0) 376 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-01T22:03:02.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: audit 2023-12-01T22:03:00.874894+0000 mon.smithi092 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-01T22:03:02.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: audit 2023-12-01T22:03:00.875137+0000 mon.smithi092 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:02.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: audit 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: 2023-12-01T22:03:00.875314+0000 mon.smithi092 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: audit 2023-12-01T22:03:00.875500+0000 mon.smithi092 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: audit 2023-12-01T22: 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: 03:00.875652+0000 mon.smithi092 (mon.0) 381 : audit [DBG] 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: audit 2023-12 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: -01T22:03:00. 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: 875816+0000 mon.smithi092 (mon.0) 382 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: audit 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: 2023-12-01T22: 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: 03:00.875977+0000 mon.smithi092 ( 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: mon.0) 383 : audit [DBG] 2023-12-01T22:03:02.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:02.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: audit 2023-12-01 2023-12-01T22:03:02.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: T22:03:00.876129+0000 mon.smithi092 2023-12-01T22:03:02.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: (mon.0) 384 : audit 2023-12-01T22:03:02.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:02.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: audit 2023-12-01T22:03:02.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: 2023-12 2023-12-01T22:03:02.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: -01T22:03:01. 2023-12-01T22:03:02.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: 045898+0000 mon.smithi092 (mon.0) 2023-12-01T22:03:02.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:01 smithi092 conmon[81890]: 385 : audit [INF] from='osd.1 [v2:172.21.15.92:6802/859147615,v1:172.21.15.92:6803/859147615]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-01T22:03:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:02 smithi196 conmon[87003]: cluster 2023-12-01T22:03:01.711074+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:03:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:02 smithi196 conmon[87003]: 93 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:03:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:02 smithi196 conmon[87003]: audit 2023-12-01T22:03:01.877992+0000 mon.smithi092 (mon.0) 386 : audit [INF] from='osd.1 [v2:172.21.15.92:6802/859147615,v1:172.21.15.92:6803/859147615]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-01T22:03:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:02 smithi196 conmon[87003]: cluster 2023-12-01T22:03:01.878071+0000 mon.smithi092 (mon.0) 387 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-01T22:03:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:02 smithi196 conmon[87003]: audit 2023-12-01T22:03:01.878262+0000 mon.smithi092 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:02 smithi196 conmon[87003]: audit 2023-12-01T22:03:01.878591+0000 mon.smithi092 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:02 smithi196 conmon[87003]: audit 2023-12-01T22:03:01.878777+0000 mon.smithi092 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.92:6802/859147615,v1:172.21.15.92:6803/859147615]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-12-01T22:03:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:02 smithi196 conmon[87003]: audit 2023-12-01T22:03:01.878983+0000 mon.smithi092 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:02 smithi196 conmon[87003]: audit 2023-12-01T22:03:01.879138+0000 mon.smithi092 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:02.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:02 smithi196 conmon[87003]: audit 2023-12-01T22:03:01.879293+0000 mon.smithi092 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:02.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:02 smithi196 conmon[87003]: audit 2023-12-01T22:03:01.879448+0000 mon.smithi092 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:02.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:02 smithi196 conmon[87003]: audit 2023-12-01T22:03:01.879618+0000 mon.smithi092 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:03.005 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:03:03.152 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:02 smithi092 conmon[81890]: cluster 2023-12-01T22:03:01.711074+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:03:03.152 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:02 smithi092 conmon[81890]: ) 93 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-01T22:03:03.152 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:02 smithi092 conmon[81890]: audit 2023-12-01T22:03:01.877992+0000 mon.smithi092 (mon.0) 386 : audit [INF] from='osd.1 [v2:172.21.15.92:6802/859147615,v1:172.21.15.92:6803/859147615]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-01T22:03:03.153 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:02 smithi092 conmon[81890]: cluster 2023-12-01T22:03:01.878071+0000 mon.smithi092 (mon.0) 387 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-01T22:03:03.153 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:02 smithi092 conmon[81890]: audit 2023-12-01T22:03:01.878262+0000 mon.smithi092 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:03.153 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:02 smithi092 conmon[81890]: audit 2023-12-01T22:03:01.878591+0000 mon.smithi092 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:03.153 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:02 smithi092 conmon[81890]: audit 2023-12-01T22:03:01.878777+0000 mon.smithi092 (mon.0) 390 : audit [INF] from='osd.1 [v2:172.21.15.92:6802/859147615,v1:172.21.15.92:6803/859147615]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-12-01T22:03:03.153 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:02 smithi092 conmon[81890]: audit 2023-12-01T22:03:01.878983+0000 mon.smithi092 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:03.153 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:02 smithi092 conmon[81890]: audit 2023-12-01T22:03:01.879138+0000 mon.smithi092 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:03.153 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:02 smithi092 conmon[81890]: audit 2023-12-01T22:03:01.879293+0000 mon.smithi092 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:03.153 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:02 smithi092 conmon[81890]: audit 2023-12-01T22:03:01.879448+0000 mon.smithi092 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:03.153 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:02 smithi092 conmon[81890]: audit 2023-12-01T22:03:01.879618+0000 mon.smithi092 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:03.720 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1701468180,"num_in_osds":8,"osd_in_since":1701468166,"num_remapped_pgs":0} 2023-12-01T22:03:03.975 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01T22:03:02.878773+0000 mon.smithi092 (mon 2023-12-01T22:03:03.975 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: .0) 396 : audit [INF] from='osd.1 [v2:172.21.15.92:6802/859147615,v1:172.21.15.92:6803/859147615]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-12-01T22:03:03.975 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: cluster 2023-12-01T22:03:02.878830+0000 mon.smithi092 (mon.0) 397 2023-12-01T22:03:03.975 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-01T22:03:03.975 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.975 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: 2023-12-01T22:03:02.879215+0000 2023-12-01T22:03:03.975 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: mon.smithi092 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:03.975 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01T22:03: 2023-12-01T22:03:03.975 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: 02.879457+0000 mon.smithi092 (mon.0) 399 : audit [DBG] 2023-12-01T22:03:03.975 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:03.975 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01T22:03:02 2023-12-01T22:03:03.975 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: .879983+0000 mon.smithi092 (mon.0) 400 : audit [DBG] 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: 2023-12-01T22: 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: 03:02.880243+0000 mon.smithi092 (mon 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: .0) 401 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01T22:03 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: :02.884166+0000 mon.smithi092 (mon.0) 402 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: -12-01T22:03:02.884407+0000 mon.smithi092 (mon.0) 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: 403 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01T22:03:02.884604+0000 mon.smithi092 (mon. 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: 0) 404 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:03.976 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: 2023-12-01T22:03:02.884851+0000 mon.smithi092 (mon.0) 405 : audit 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.003742+0000 mon.smithi092 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: (mon.0) 406 : audit [DBG] from='client.? 172.21.15.92:0/3802063765' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.081314+0000 mon.smithi196 (mon 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: .1) 12 : audit [INF] from='osd.2 [v2:172.21.15.196:6808/4133640865,v1:172.21.15.196:6809/4133640865]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01T22 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: :03:03.081696+0000 mon.smithi092 (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: 22:03:03.356283+0000 mon.smithi092 (mon.0 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: ) 408 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01T22:03:03 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: .356927+0000 mon.smithi092 (mon.0) 409 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: audit 2023-12-01 2023-12-01T22:03:03.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: T22:03:03.357468+0000 mon.smithi092 (mon.0) 410 : audit [DBG] 2023-12-01T22:03:03.978 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:03.978 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: cephadm 2023-12-01T22:03:03.978 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: 2023-12-01T22:03:03.357964+0000 mgr.smithi092.dlnhnq (mgr.14180) 94 : cephadm [INF] 2023-12-01T22:03:03.978 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:03 smithi092 conmon[81890]: Deploying daemon osd.5 on smithi092 2023-12-01T22:03:04.155 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023-12-01T22:03:02.878773+0000 mon.smithi092 (mon.0 2023-12-01T22:03:04.155 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: ) 396 : audit [INF] from='osd.1 [v2:172.21.15.92:6802/859147615,v1:172.21.15.92:6803/859147615]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-12-01T22:03:04.155 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: cluster 2023-12-01T22:03:02.878830+0000 mon.smithi092 (mon.0) 397 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-01T22:03:04.155 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023-12-01T22:03:02.879215+0000 mon.smithi092 (mon.0 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: ) 398 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023-12-01T22:03:02.879457+0000 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: mon.smithi092 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: -12-01T22:03:02.879983 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: +0000 mon.smithi092 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023-12 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: -01T22:03:02.880243+0000 mon.smithi092 (mon 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: .0) 401 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023-12-01T22:03: 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: 02.884166+0000 mon.smithi092 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: 01T22:03:02.884407+0000 mon.smithi092 (mon 2023-12-01T22:03:04.156 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: .0) 403 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023-12-01T22:03 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: :02.884604+0000 mon.smithi092 (mon.0) 404 : audit [DBG] 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023-12-01T22 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: :03:02.884851+0000 mon.smithi092 (mon. 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: 0) 405 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: -12-01T22:03: 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: 03.003742+0000 mon.smithi092 (mon.0) 406 : 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit [DBG] from='client.? 172.21.15.92:0/3802063765' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023-12 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: -01T22:03:03.081314 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: +0000 mon.smithi196 (mon.1) 12 : audit [INF] 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: from='osd.2 [v2:172.21.15.196:6808/4133640865,v1:172.21.15.196:6809/4133640865]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023-12-01T 2023-12-01T22:03:04.157 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: 22:03:03.081696+0000 mon.smithi092 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: (mon.0) 407 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023-12-01T22 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: :03:03.356283+0000 mon.smithi092 (mon 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: .0) 408 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: 2023-12-01T22:03 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: :03.356927+0000 mon.smithi092 (mon.0) 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: 409 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: 12-01T22:03:03. 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: 357468+0000 mon.smithi092 (mon.0) 410 : audit 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:04.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: cephadm 2023- 2023-12-01T22:03:04.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: 12-01T22:03:03 2023-12-01T22:03:04.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: .357964+0000 mgr.smithi092.dlnhnq (mgr.14180) 94 : 2023-12-01T22:03:04.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:03 smithi196 conmon[87003]: cephadm [INF] Deploying daemon osd.5 on smithi092 2023-12-01T22:03:04.722 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:03:04.948 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: cluster 2023-12-01T22:03:02.070677+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: cluster 2023-12-01T 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 22:03:02.070735+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: cluster 2023-12-01T22:03:03.711395+0000 mgr.smithi092.dlnhnq (mgr.14180) 95 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023-12-01T22:03:03.884847+0000 mon.smithi092 (mon.0) 411 : audit [DBG] 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: cluster 2023-12-01T22: 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 03:03.891673+0000 mon.smithi092 (mon.0) 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 412 : cluster [INF] osd.1 [v2:172.21.15.92:6802/859147615,v1:172.21.15.92:6803/859147615] boot 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 01T22:03:03.891712+0000 mon.smithi092 ( 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: mon.0) 413 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: cluster 2023-12 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: -01T22:03:03.891759+0000 mon.smithi092 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: (mon.0) 414 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-12-01T22:03:04.949 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: -12-01T22:03:03.891996 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: +0000 mon.smithi092 (mon.0) 415 : audit [DBG] 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 2023-12-01T22:03 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: :03.892230+0000 mon.smithi092 (mon.0) 416 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: -12-01T22:03:03.892334+0000 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: mon.smithi196 (mon.1) 13 : audit [INF] 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: from='osd.2 [v2:172.21.15.196:6808/4133640865,v1:172.21.15.196:6809/4133640865]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 2023-12-01T22:03:03.892393+0000 2023-12-01T22:03:04.950 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: mon.smithi092 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 2023-12-01T22:03:03.892564+0000 mon.smithi092 ( 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 2023-12-01T22:03:03.892824 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: +0000 mon.smithi092 (mon.0) 419 : audit [INF] 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023-12-01T 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 22:03:03.893025+0000 mon.smithi092 (mon. 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 0) 420 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 2023-12-01T22:03:03. 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 893182+0000 mon.smithi092 (mon.0) 421 : audit 2023-12-01T22:03:04.951 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023-12-01T22: 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 03:03.893335+0000 mon.smithi092 (mon.0) 422 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: -12-01T22:03:04.321949+0000 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: mon.smithi092 (mon.0) 423 : audit [INF] 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023-12-01T22:03 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: :04.322563+0000 mon.smithi092 (mon.0) 424 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: audit 2023-12-01T 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 22:03:04.323103+0000 mon.smithi092 (mon. 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 0) 425 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: cephadm 2023-12-01T22:03:04.952 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: 2023-12-01T22:03:04 2023-12-01T22:03:04.953 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: .323593+0000 mgr.smithi092.dlnhnq (mgr.14180) 96 : cephadm 2023-12-01T22:03:04.953 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:04 smithi196 conmon[87003]: [INF] Deploying daemon osd.6 on smithi196 2023-12-01T22:03:05.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: cluster 2023-12-01T22:03:02.070677+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:05.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: cluster 2023-12-01T22:03:02.070735+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:05.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: cluster 2023-12-01T22:03:03.711395+0000 mgr.smithi092.dlnhnq (mgr.14180) 95 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-01T22:03:05.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.884847+0000 mon.smithi092 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:05.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: cluster 2023-12-01T22:03:03.891673+0000 mon.smithi092 (mon.0) 412 : cluster [INF] osd.1 [v2:172.21.15.92:6802/859147615,v1:172.21.15.92:6803/859147615] boot 2023-12-01T22:03:05.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.891712+0000 mon.smithi092 (mon.0) 413 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-01T22:03:05.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: cluster 2023-12-01T22:03:03.891759+0000 mon.smithi092 (mon.0) 414 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-12-01T22:03:05.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.891996+0000 mon.smithi092 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-01T22:03:05.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.892230+0000 mon.smithi092 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:05.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.892334+0000 mon.smithi196 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.196:6808/4133640865,v1:172.21.15.196:6809/4133640865]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:05.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.892393+0000 mon.smithi092 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:05.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.892564+0000 mon.smithi092 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:05.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.892824+0000 mon.smithi092 (mon.0) 419 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:05.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01 2023-12-01T22:03:05.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: T22:03:03.893025+0000 mon.smithi092 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:05.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.893182+0000 mon.smithi092 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:05.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01T22:03:03.893335+0000 mon.smithi092 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:05.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01T22:03:04.321949+0000 mon.smithi092 (mon.0) 423 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:05.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01T22:03:04.322563+0000 mon.smithi092 (mon.0) 424 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-01T22:03:05.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: audit 2023-12-01T22:03:04.323103+0000 mon.smithi092 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:05.022 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:04 smithi092 conmon[81890]: cephadm 2023-12-01T22:03:04.323593+0000 mgr.smithi092.dlnhnq (mgr.14180) 96 : cephadm [INF] Deploying daemon osd.6 on smithi196 2023-12-01T22:03:06.083 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:05 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.890328+0000 mon.smithi092 (mon.0) 426 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2023-12-01T22:03:06.083 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:05 smithi196 conmon[87003]: cluster 2023-12-01T22:03:04.890387+0000 mon.smithi092 (mon.0) 427 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-01T22:03:06.083 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:05 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.890498+0000 mon.smithi092 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:06.084 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:05 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.890745+0000 mon.smithi092 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:06.084 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:05 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.890882+0000 mon.smithi092 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:06.084 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:05 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.891037+0000 mon.smithi092 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:06.084 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:05 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.891189+0000 mon.smithi092 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:06.084 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:05 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.891332+0000 mon.smithi092 (mon.0) 433 : 2023-12-01T22:03:06.084 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:05 smithi196 conmon[87003]: audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:06.084 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:05 smithi196 conmon[87003]: audit 2023-12-01T22:03:04.898933+0000 mon.smithi092 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:06.137 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:05 smithi092 conmon[81890]: audit 2023-12-01T22:03:04. 2023-12-01T22:03:06.138 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:05 smithi092 conmon[81890]: 890328+0000 mon.smithi092 (mon.0) 426 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2023-12-01T22:03:06.138 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:05 smithi092 conmon[81890]: cluster 2023-12-01T22:03:04.890387+0000 mon.smithi092 (mon.0) 427 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-01T22:03:06.138 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:05 smithi092 conmon[81890]: audit 2023-12-01T22:03:04.890498+0000 mon.smithi092 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:06.138 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:05 smithi092 conmon[81890]: audit 2023-12-01T22:03:04.890745+0000 mon.smithi092 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:06.138 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:05 smithi092 conmon[81890]: audit 2023-12-01T22:03:04.890882+0000 mon.smithi092 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:06.138 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:05 smithi092 conmon[81890]: audit 2023-12-01T22:03:04.891037+0000 mon.smithi092 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:06.138 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:05 smithi092 conmon[81890]: audit 2023-12-01T22:03:04.891189+0000 mon.smithi092 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:06.138 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:05 smithi092 conmon[81890]: audit 2023-12-01T22:03:04.891332+0000 mon.smithi092 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:06.138 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:05 smithi092 conmon[81890]: audit 2023-12-01T22:03:04.898933+0000 mon.smithi092 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:06.797 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:03:07.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: cluster 2023-12-01T22: 2023-12-01T22:03:07.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: 03:04.039625+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:07.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: cluster 2023-12-01T22:03:04.039687+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:07.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: cluster 2023-12-01T22:03:05.711854+0000 mgr.smithi092.dlnhnq (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-01T22:03:07.158 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: cluster 2023-12-01T22:03:05.895996+0000 mon.smithi092 (mon.0) 435 : cluster [INF] osd.2 [v2:172.21.15.196:6808/4133640865,v1:172.21.15.196:6809/4133640865] boot 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: cluster 2023-12-01T22:03:05.896036+0000 mon.smithi092 (mon.0) 436 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: audit 2023-12-01T22:03:05.896327+0000 mon.smithi092 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: audit 2023-12-01T22:03:05.896778+0000 mon.smithi092 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: audit 2023-12-01T22:03:05.896947+0000 mon.smithi092 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: audit 2023-12-01T22:03:05.897114+0000 mon.smithi092 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: audit 2023-12-01T22:03:05.897283+0000 mon.smithi092 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: audit 2023-12 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: -01T22:03:05.897445 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: +0000 mon.smithi092 (mon.0) 442 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: 12-01T22:03:05 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: .897665+0000 mon.smithi092 (mon.0 2023-12-01T22:03:07.159 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: ) 443 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-01T22:03:07.160 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: audit 2023 2023-12-01T22:03:07.160 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: -12-01T22:03:06 2023-12-01T22:03:07.160 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: .520895+0000 mon.smithi092 (mon.0 2023-12-01T22:03:07.160 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: ) 444 : audit [INF] from='osd.3 [v2:172.21.15.92:6810/2212125303,v1:172.21.15.92:6811/2212125303]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-01T22:03:07.160 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: 2023-12-01T22:03:07.160 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: audit 2023-12 2023-12-01T22:03:07.160 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: -01T22:03:06. 2023-12-01T22:03:07.160 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: 795900+0000 mon.smithi092 (mon.0) 445 2023-12-01T22:03:07.160 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:06 smithi196 conmon[87003]: : audit [DBG] from='client.? 172.21.15.92:0/3959193074' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:03:07.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: cluster 2023-12-01T22:03:04. 2023-12-01T22:03:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: 039625+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: cluster 2023-12-01T22:03:04.039687+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: cluster 2023-12-01T22:03:05.711854+0000 mgr.smithi092.dlnhnq (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-01T22:03:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: cluster 2023-12-01T22:03:05.895996+0000 mon.smithi092 (mon.0) 435 : cluster [INF] osd.2 [v2:172.21.15.196:6808/4133640865,v1:172.21.15.196:6809/4133640865] boot 2023-12-01T22:03:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: cluster 2023-12-01T22:03:05.896036+0000 mon.smithi092 (mon.0) 436 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-01T22:03:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: audit 2023-12-01T22:03:05.896327+0000 mon.smithi092 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-01T22:03:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: audit 2023-12-01T22:03:05.896778+0000 mon.smithi092 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: audit 2023-12-01T22:03:05.896947+0000 mon.smithi092 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: audit 2023-12-01T22:03:05.897114+0000 mon.smithi092 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: audit 2023-12-01T22:03:05.897283+0000 mon.smithi092 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: audit 2023-12-01T22:03:05.897445+0000 mon.smithi092 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: audit 2023-12-01T22:03:05. 2023-12-01T22:03:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: 897665+0000 mon.smithi092 (mon.0) 443 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-01T22:03:07.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: audit 2023-12-01T22:03:06.520895+0000 mon.smithi092 (mon.0) 444 : audit [INF] from='osd.3 [v2:172.21.15.92:6810/2212125303,v1:172.21.15.92:6811/2212125303]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-01T22:03:07.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: audit 2023-12-01T22:03: 2023-12-01T22:03:07.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:06 smithi092 conmon[81890]: 06.795900+0000 mon.smithi092 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.92:0/3959193074' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:03:07.288 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1701468185,"num_in_osds":8,"osd_in_since":1701468166,"num_remapped_pgs":0} 2023-12-01T22:03:08.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: audit 2023-12-01T22:03:06.900738+0000 mon.smithi092 2023-12-01T22:03:08.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: (mon.0) 446 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-01T22:03:08.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: audit 2023-12-01T22:03:06.900801+0000 mon.smithi092 (mon.0) 447 : audit [INF] from='osd.3 [v2:172.21.15.92:6810/2212125303,v1:172.21.15.92:6811/2212125303]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-01T22:03:08.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: cluster 2023-12-01 2023-12-01T22:03:08.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: T22:03:06.900841+0000 mon.smithi092 (mon.0) 448 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-01T22:03:08.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:03:08.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: 01T22:03:06.900972+0000 mon.smithi092 (mon.0 2023-12-01T22:03:08.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: ) 449 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:08.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: audit 2023-12-01T22:03: 2023-12-01T22:03:08.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: 06.901328+0000 mon.smithi092 (mon.0) 450 : audit 2023-12-01T22:03:08.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:08.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: audit 2023-12-01T22:03: 2023-12-01T22:03:08.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: 06.901533+0000 mon.smithi092 (mon.0) 451 : audit 2023-12-01T22:03:08.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: [INF] from='osd.3 [v2:172.21.15.92:6810/2212125303,v1:172.21.15.92:6811/2212125303]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-12-01T22:03:08.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: audit 2023 2023-12-01T22:03:08.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: -12-01T22:03:06.901789+0000 mon.smithi092 2023-12-01T22:03:08.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:08.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: audit 2023-12-01T22:03:08.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: 2023-12-01T22:03:06.901984+0000 2023-12-01T22:03:08.178 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: mon.smithi092 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:08.178 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: 2023-12-01T22:03:08.178 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: audit 2023-12-01T22: 2023-12-01T22:03:08.178 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: 03:06.902192+0000 mon.smithi092 (mon.0) 454 2023-12-01T22:03:08.178 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:08.178 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: audit 2023-12 2023-12-01T22:03:08.179 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: -01T22:03:06.902758+0000 mon.smithi092 ( 2023-12-01T22:03:08.179 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-01T22:03:08.179 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: audit 2023-12-01T22:03:08.179 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: 2023-12-01T22:03: 2023-12-01T22:03:08.179 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: 07.418863+0000 mon.smithi196 (mon.1) 14 : 2023-12-01T22:03:08.179 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: audit [INF] from='osd.4 [v2:172.21.15.196:6816/3694545186,v1:172.21.15.196:6817/3694545186]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-01T22:03:08.180 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: audit 2023-12-01T22: 2023-12-01T22:03:08.180 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: 03:07.419202+0000 mon.smithi092 (mon.0) 456 2023-12-01T22:03:08.180 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:07 smithi196 conmon[87003]: : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-01T22:03:08.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: audit 2023-12-01T22:03:06.900738+0000 mon.smithi092 (mon.0) 446 : 2023-12-01T22:03:08.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-01T22:03:08.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: audit 2023-12-01T22:03:06.900801+0000 mon.smithi092 (mon.0) 447 : audit [INF] from='osd.3 [v2:172.21.15.92:6810/2212125303,v1:172.21.15.92:6811/2212125303]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-01T22:03:08.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: cluster 2023-12-01T22:03:06.900841+0000 mon.smithi092 (mon.0) 448 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-01T22:03:08.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: audit 2023-12-01T22:03:06.900972+0000 mon.smithi092 (mon.0) 449 : audit 2023-12-01T22:03:08.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:08.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: audit 2023-12-01T22:03:06.901328+0000 mon.smithi092 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:08.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: audit 2023-12-01T22:03:06.901533+0000 mon.smithi092 (mon. 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: 0) 451 : audit [INF] from='osd.3 [v2:172.21.15.92:6810/2212125303,v1:172.21.15.92:6811/2212125303]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: audit 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: 2023-12-01T22:03:06.901789+0000 mon.smithi092 (mon.0) 452 : 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: audit 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: 2023-12-01T22:03:06.901984+0000 mon.smithi092 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: audit 2023-12-01 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: T22:03:06.902192+0000 mon.smithi092 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: audit 2023-12-01T22: 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: 03:06.902758+0000 mon.smithi092 (mon.0) 455 : audit [INF] 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: audit 2023 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: -12-01T22:03:07.418863+0000 mon.smithi196 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.196:6816/3694545186,v1:172.21.15.196:6817/3694545186]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T22:03:08.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: 22:03:07.419202+0000 mon.smithi092 (mon. 2023-12-01T22:03:08.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:07 smithi092 conmon[81890]: 0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-01T22:03:08.289 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:03:09.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: cluster 2023-12-01T22:03:07.712152+0000 mgr.smithi092.dlnhnq (mgr.14180) 98 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-01T22:03:09.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03:07.902526+0000 mon.smithi092 (mon.0) 457 : audit [INF] from='osd.3 [v2:172.21.15.92:6810/2212125303,v1:172.21.15.92:6811/2212125303]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-12-01T22:03:09.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03:07.902608+0000 mon.smithi092 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-01T22:03:09.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03:07.902659+0000 mon.smithi092 (mon.0) 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-01T22:03:09.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: cluster 2023-12-01T22:03:07.902723+0000 mon.smithi092 (mon.0) 460 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-01T22:03:09.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03:07.903205+0000 mon.smithi092 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:09.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12 2023-12-01T22:03:09.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: -01T22:03:07.903469+0000 mon.smithi092 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:09.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03:07.903964+0000 mon.smithi092 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:09.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03:07.904184+0000 mon.smithi092 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:09.132 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03:07.904332+0000 mon.smithi092 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03:07.906314+0000 mon.smithi092 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03:07.907975+0000 mon.smithi196 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.196:6816/3694545186,v1:172.21.15.196:6817/3694545186]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: T22:03:07.912997+0000 mon.smithi092 (mon.0) 467 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12- 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: 01T22:03:08.600089+0000 mon.smithi092 (mon.0) 468 : audit 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12- 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: 01T22:03:08.600771+0000 mon.smithi092 (mon. 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: 0) 469 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: -01T22:03:08.601276+0000 mon.smithi092 (mon 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: .0) 470 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03:09.133 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: 2023-12-01T22:03:08. 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: 700976+0000 mon.smithi092 (mon.0) 471 : audit 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: -01T22:03:08.904166+0000 mon.smithi092 ( 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: mon.0) 472 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: cluster 2023 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: -12-01T22:03:08.904225+0000 mon.smithi092 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: (mon.0) 473 : cluster [INF] osd.3 [v2:172.21.15.92:6810/2212125303,v1:172.21.15.92:6811/2212125303] boot 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: cluster 2023 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: -12-01T22:03:08.904253+0000 mon.smithi092 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: (mon.0) 474 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: 2023-12-01T22:03:08 2023-12-01T22:03:09.134 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: .904612+0000 mon.smithi092 (mon.0) 475 : audit 2023-12-01T22:03:09.135 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:09.135 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03: 2023-12-01T22:03:09.135 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: 08.904947+0000 mon.smithi092 (mon.0) 476 : 2023-12-01T22:03:09.135 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:09.135 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22: 2023-12-01T22:03:09.135 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: 03:08.905154+0000 mon.smithi092 (mon.0) 477 2023-12-01T22:03:09.135 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:09.135 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03:09.135 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: 2023-12-01T22:03:08.905358+0000 2023-12-01T22:03:09.135 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: mon.smithi092 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:09.135 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: audit 2023-12-01T22:03:09.135 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: 2023-12-01T22:03:08.905578+0000 2023-12-01T22:03:09.135 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:08 smithi092 conmon[81890]: mon.smithi092 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:09.168 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: cluster 2023-12-01T22:03:07.712152+0000 mgr.smithi092.dlnhnq 2023-12-01T22:03:09.168 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: (mgr.14180) 98 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-01T22:03:09.168 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03:07.902526+0000 mon.smithi092 (mon.0) 457 : audit [INF] from='osd.3 [v2:172.21.15.92:6810/2212125303,v1:172.21.15.92:6811/2212125303]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-12-01T22:03:09.168 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03:07.902608+0000 mon.smithi092 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-01T22:03:09.168 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03:07.902659+0000 mon.smithi092 (mon.0) 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-01T22:03:09.168 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: cluster 2023-12-01T22:03:07.902723+0000 mon.smithi092 (mon.0) 460 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-01T22:03:09.168 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03:07.903205+0000 mon.smithi092 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:09.168 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03: 2023-12-01T22:03:09.168 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 07.903469+0000 mon.smithi092 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:09.168 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03:07.903964+0000 mon.smithi092 (mon.0) 463 : audit 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03:07. 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 904184+0000 mon.smithi092 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 2023-12-01T22:03:07.904332+0000 mon.smithi092 (mon.0) 465 : audit [DBG] 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 12-01T22:03:07.906314+0000 mon.smithi092 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03: 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 07.907975+0000 mon.smithi196 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.196:6816/3694545186,v1:172.21.15.196:6817/3694545186]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 01T22:03:07.912997+0000 mon.smithi092 (mon 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: .0) 467 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:03:09.169 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 01T22:03:08.600089+0000 mon.smithi092 ( 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: mon.0) 468 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03: 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 08.600771+0000 mon.smithi092 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03: 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 08.601276+0000 mon.smithi092 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03:08. 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 700976+0000 mon.smithi092 (mon.0) 471 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 2023-12-01T22:03 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: :08.904166+0000 mon.smithi092 (mon.0) 472 : 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: cluster 2023-12 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: -01T22:03:08.904225+0000 mon.smithi092 (mon 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: .0) 473 : cluster [INF] 2023-12-01T22:03:09.170 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: osd.3 [v2:172.21.15.92:6810/2212125303,v1:172.21.15.92:6811/2212125303] boot 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: cluster 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 2023-12-01T22:03:08.904253 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: +0000 mon.smithi092 (mon.0) 474 : cluster 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 12-01T22:03:08.904612+0000 mon.smithi092 (mon.0) 475 : audit 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 2023-12-01T22:03:08.904947+0000 mon.smithi092 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22: 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 03:08.905154+0000 mon.smithi092 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03: 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: 08.905358+0000 mon.smithi092 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: audit 2023-12-01T22:03 2023-12-01T22:03:09.171 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:08 smithi196 conmon[87003]: :08.905578+0000 mon.smithi092 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:10.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:09 smithi196 conmon[87003]: cluster 2023-12-01T22:03:07.546188+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:10.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:09 smithi196 conmon[87003]: cluster 2023-12-01T22:03:07.546232+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:10.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:09 smithi196 conmon[87003]: cephadm 2023-12-01T22:03:08.601739+0000 mgr.smithi092.dlnhnq (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.7 on smithi092 2023-12-01T22:03:10.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:09 smithi196 conmon[87003]: audit 2023-12-01T22:03:08.913718+0000 mon.smithi092 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:10.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:09 smithi196 conmon[87003]: cluster 2023-12-01T22:03:09.905243+0000 mon.smithi092 (mon.0) 481 : cluster [INF] osd.4 [v2:172.21.15.196:6816/3694545186,v1:172.21.15.196:6817/3694545186] boot 2023-12-01T22:03:10.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:09 smithi196 conmon[87003]: cluster 2023-12-01T22:03:09.905272+0000 mon.smithi092 (mon.0) 482 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-01T22:03:10.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:09 smithi196 conmon[87003]: audit 2023-12-01T22:03:09.905396+0000 mon.smithi092 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:10.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:09 smithi196 conmon[87003]: audit 2023-12-01T22:03:09.905775+0000 mon.smithi092 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:10.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:09 smithi196 conmon[87003]: audit 2023-12-01T22:03:09.905992+0000 mon.smithi092 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:10.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:09 smithi196 conmon[87003]: audit 2023-12-01T22:03:09.906147+0000 mon.smithi092 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:10.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:09 smithi092 conmon[81890]: cluster 2023-12-01T22:03:07.546188+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:10.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:09 smithi092 conmon[81890]: cluster 2023-12-01T22:03:07.546232+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:10.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:09 smithi092 conmon[81890]: cephadm 2023-12-01T22:03:08.601739+0000 mgr.smithi092.dlnhnq (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.7 on smithi092 2023-12-01T22:03:10.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:09 smithi092 conmon[81890]: audit 2023-12-01T22:03:08.913718+0000 mon.smithi092 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:10.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:09 smithi092 conmon[81890]: cluster 2023-12-01T22:03:09.905243+0000 mon.smithi092 (mon.0) 481 : cluster [INF] osd.4 [v2:172.21.15.196:6816/3694545186,v1:172.21.15.196:6817/3694545186] boot 2023-12-01T22:03:10.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:09 smithi092 conmon[81890]: cluster 2023-12-01T22:03:09.905272+0000 mon.smithi092 (mon.0) 482 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-01T22:03:10.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:09 smithi092 conmon[81890]: audit 2023-12-01T22:03:09.905396+0000 mon.smithi092 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-01T22:03:10.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:09 smithi092 conmon[81890]: audit 2023-12-01T22:03:09.905775+0000 mon.smithi092 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:10.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:09 smithi092 conmon[81890]: audit 2023-12-01T22:03:09.905992+0000 mon.smithi092 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:10.200 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:09 smithi092 conmon[81890]: audit 2023-12-01T22:03:09.906147+0000 mon.smithi092 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:10.332 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:03:10.797 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1701468189,"num_in_osds":8,"osd_in_since":1701468166,"num_remapped_pgs":0} 2023-12-01T22:03:11.037 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:10 smithi196 conmon[87003]: cluster 2023-12-01T22:03:08.389151+0000 osd.4 (osd.4) 1 : cluster 2023-12-01T22:03:11.037 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:10 smithi196 conmon[87003]: [DBG] purged_snaps scrub starts 2023-12-01T22:03:11.037 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:10 smithi196 conmon[87003]: cluster 2023-12-01T22:03:08.389200+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:11.037 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:10 smithi196 conmon[87003]: cluster 2023-12-01T22:03:09.712427+0000 mgr.smithi092.dlnhnq (mgr.14180) 100 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-01T22:03:11.037 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:10 smithi196 conmon[87003]: audit 2023-12-01T22:03:10.331412+0000 mon.smithi092 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.92:0/3934274938' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:03:11.037 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:10 smithi196 conmon[87003]: cluster 2023-12-01T22:03:10.908965+0000 mon.smithi092 (mon.0) 488 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-12-01T22:03:11.037 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:10 smithi196 conmon[87003]: audit 2023-12-01T22:03:10.909070+0000 mon.smithi092 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:11.037 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:10 smithi196 conmon[87003]: audit 2023-12-01T22:03:10.909259+0000 mon.smithi092 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:11.037 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:10 smithi196 conmon[87003]: audit 2023-12-01T22:03:10.909397+0000 mon.smithi092 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:11.226 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:10 smithi092 conmon[81890]: cluster 2023-12-01T22:03:08. 2023-12-01T22:03:11.226 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:10 smithi092 conmon[81890]: 389151+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:11.226 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:10 smithi092 conmon[81890]: cluster 2023-12-01T22:03:08.389200+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:11.226 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:10 smithi092 conmon[81890]: cluster 2023-12-01T22:03:09.712427+0000 mgr.smithi092.dlnhnq (mgr.14180) 100 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-01T22:03:11.226 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:10 smithi092 conmon[81890]: audit 2023-12-01T22:03:10.331412+0000 mon.smithi092 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.92:0/3934274938' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:03:11.226 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:10 smithi092 conmon[81890]: cluster 2023-12-01T22:03:10.908965+0000 mon.smithi092 (mon.0) 488 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2023-12-01T22:03:11.226 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:10 smithi092 conmon[81890]: audit 2023-12-01T22:03:10.909070+0000 mon.smithi092 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:11.226 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:10 smithi092 conmon[81890]: audit 2023-12-01T22:03:10.909259+0000 mon.smithi092 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:11.226 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:10 smithi092 conmon[81890]: audit 2023-12-01T22:03:10.909397+0000 mon.smithi092 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:11.798 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:03:12.582 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:12 smithi092 conmon[81890]: audit 2023-12-01T22:03:11.298100+0000 mon.smithi092 (mon.0) 2023-12-01T22:03:12.582 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:12 smithi092 conmon[81890]: 492 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:12.582 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:12 smithi092 conmon[81890]: audit 2023-12-01T22:03:11.761290+0000 mon.smithi092 (mon.0) 493 : audit [INF] from='osd.5 [v2:172.21.15.92:6818/337830332,v1:172.21.15.92:6819/337830332]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-01T22:03:12.582 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:12 smithi092 conmon[81890]: audit 2023-12-01T22:03:11.905251+0000 mon.smithi196 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.196:6824/3486228318,v1:172.21.15.196:6825/3486228318]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-01T22:03:12.582 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:12 smithi092 conmon[81890]: audit 2023-12-01T22:03:11.905631+0000 mon.smithi092 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-01T22:03:12.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:12 smithi196 conmon[87003]: audit 2023-12-01T22:03:11.298100+0000 mon.smithi092 (mon.0) 492 : audit 2023-12-01T22:03:12.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:12 smithi196 conmon[87003]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:12.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:12 smithi196 conmon[87003]: audit 2023-12-01T22:03:11.761290+0000 mon.smithi092 (mon.0) 493 : audit [INF] from='osd.5 [v2:172.21.15.92:6818/337830332,v1:172.21.15.92:6819/337830332]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-01T22:03:12.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:12 smithi196 conmon[87003]: audit 2023-12-01T22:03:11.905251+0000 mon.smithi196 (mon. 2023-12-01T22:03:12.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:12 smithi196 conmon[87003]: 1) 16 : audit [INF] from='osd.6 [v2:172.21.15.196:6824/3486228318,v1:172.21.15.196:6825/3486228318]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-01T22:03:12.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:12 smithi196 conmon[87003]: audit 2023-12-01T22:03:11 2023-12-01T22:03:12.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:12 smithi196 conmon[87003]: .905631+0000 mon.smithi092 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-01T22:03:13.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:13 smithi092 conmon[81890]: cluster 2023-12-01T22:03:11 2023-12-01T22:03:13.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:13 smithi092 conmon[81890]: .712841+0000 mgr.smithi092.dlnhnq (mgr.14180) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-01T22:03:13.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:13 smithi092 conmon[81890]: audit 2023-12-01T22:03:12.303092+0000 mon.smithi092 (mon.0) 495 : audit [INF] from='osd.5 [v2:172.21.15.92:6818/337830332,v1:172.21.15.92:6819/337830332]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-01T22:03:13.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:13 smithi092 conmon[81890]: audit 2023-12-01T22:03:12.303158+0000 mon.smithi092 (mon.0) 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-01T22:03:13.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:13 smithi092 conmon[81890]: cluster 2023-12-01T22:03:12.303234+0000 mon.smithi092 (mon.0) 497 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-12-01T22:03:13.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:13 smithi092 conmon[81890]: audit 2023-12-01T22:03:12.303349+0000 mon.smithi092 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:13.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:13 smithi092 conmon[81890]: audit 2023-12-01T22:03:12.303691+0000 mon.smithi092 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:13.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:13 smithi092 conmon[81890]: audit 2023-12-01T22:03:12.303785+0000 mon.smithi196 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.196:6824/3486228318,v1:172.21.15.196:6825/3486228318]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:13.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:13 smithi092 conmon[81890]: audit 2023-12-01T22:03:12.303892+0000 mon.smithi092 (mon.0) 500 : audit [INF] from='osd.5 [v2:172.21.15.92:6818/337830332,v1:172.21.15.92:6819/337830332]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-12-01T22:03:13.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:13 smithi092 conmon[81890]: audit 2023-12-01T22:03:12.304145+0000 mon.smithi092 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:13.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:13 smithi092 conmon[81890]: audit 2023-12-01T22:03:12.304360+0000 mon.smithi092 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:13.632 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:03:13.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: cluster 2023-12-01T22:03:11.712841+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:03:13.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: 14180) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-01T22:03:13.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: audit 2023-12-01T22:03:12.303092+0000 mon.smithi092 (mon.0) 2023-12-01T22:03:13.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: 495 : audit [INF] from='osd.5 [v2:172.21.15.92:6818/337830332,v1:172.21.15.92:6819/337830332]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-01T22:03:13.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: audit 2023-12-01T22:03:12.303158+0000 2023-12-01T22:03:13.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: mon.smithi092 (mon.0) 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-01T22:03:13.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: cluster 2023-12-01T22:03:12.303234+0000 mon.smithi092 (mon.0) 497 2023-12-01T22:03:13.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-12-01T22:03:13.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: audit 2023-12-01T22:03:12 2023-12-01T22:03:13.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: .303349+0000 mon.smithi092 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:13.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: audit 2023-12-01T22:03: 2023-12-01T22:03:13.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: 12.303691+0000 mon.smithi092 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:13.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: audit 2023-12-01T22:03:13.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: 2023-12-01T22:03:12.303785+0000 mon.smithi196 (mon.1) 17 : audit 2023-12-01T22:03:13.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: [INF] from='osd.6 [v2:172.21.15.196:6824/3486228318,v1:172.21.15.196:6825/3486228318]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:13.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: audit 2023 2023-12-01T22:03:13.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: -12-01T22:03:12.303892+0000 mon.smithi092 (mon. 2023-12-01T22:03:13.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: 0) 500 : audit [INF] from='osd.5 [v2:172.21.15.92:6818/337830332,v1:172.21.15.92:6819/337830332]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-12-01T22:03:13.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: audit 2023-12-01T22:03:13.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: 2023-12-01T22:03:12.304145+0000 mon.smithi092 (mon 2023-12-01T22:03:13.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: .0) 501 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:13.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:03:13.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: 01T22:03:12.304360+0000 mon.smithi092 (mon.0) 502 : audit [INF] 2023-12-01T22:03:13.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:13 smithi196 conmon[87003]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]: dispatch 2023-12-01T22:03:14.103 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1701468189,"num_in_osds":8,"osd_in_since":1701468166,"num_remapped_pgs":0} 2023-12-01T22:03:14.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:14 smithi092 conmon[81890]: audit 2023-12-01T22:03:13.308192 2023-12-01T22:03:14.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:14 smithi092 conmon[81890]: +0000 mon.smithi092 (mon.0) 503 : audit [INF] from='osd.5 [v2:172.21.15.92:6818/337830332,v1:172.21.15.92:6819/337830332]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-12-01T22:03:14.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:14 smithi092 conmon[81890]: audit 2023-12-01T22:03:13.308247+0000 mon.smithi092 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2023-12-01T22:03:14.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:14 smithi092 conmon[81890]: cluster 2023-12-01T22:03:13.308293+0000 mon.smithi092 (mon.0) 505 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-01T22:03:14.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:14 smithi092 conmon[81890]: audit 2023-12-01T22:03:13.309243+0000 mon.smithi092 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:14.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:14 smithi092 conmon[81890]: audit 2023-12-01T22:03:13.309479+0000 mon.smithi092 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:14.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:14 smithi092 conmon[81890]: audit 2023-12-01T22:03:13.309921+0000 mon.smithi092 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:14.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:14 smithi092 conmon[81890]: audit 2023-12-01T22:03:13.314917+0000 mon.smithi092 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:14.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:14 smithi092 conmon[81890]: audit 2023-12-01T22:03:13.315274+0000 mon.smithi092 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:14.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:14 smithi092 conmon[81890]: audit 2023-12-01T22:03:13.630814+0000 mon.smithi092 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.92:0/2198409421' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:03:14.655 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:14 smithi092 conmon[81890]: audit 2023-12-01T22:03:13.914943+0000 mon.smithi092 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:14.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:14 smithi196 conmon[87003]: audit 2023-12-01T22:03:13.308192+0000 mon.smithi092 (mon.0) 503 : audit [INF] 2023-12-01T22:03:14.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:14 smithi196 conmon[87003]: from='osd.5 [v2:172.21.15.92:6818/337830332,v1:172.21.15.92:6819/337830332]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-12-01T22:03:14.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:14 smithi196 conmon[87003]: audit 2023-12-01T22:03:13.308247+0000 mon.smithi092 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi196", "root=default"]}]': finished 2023-12-01T22:03:14.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:14 smithi196 conmon[87003]: cluster 2023-12-01T22:03:13.308293+0000 mon.smithi092 (mon.0) 505 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-01T22:03:14.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:14 smithi196 conmon[87003]: audit 2023-12-01T22:03:13.309243+0000 mon.smithi092 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:14.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:14 smithi196 conmon[87003]: audit 2023-12-01T22:03:13.309479+0000 mon.smithi092 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:14.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:14 smithi196 conmon[87003]: audit 2023-12-01T22:03:13.309921+0000 mon.smithi092 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:14.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:14 smithi196 conmon[87003]: audit 2023-12-01T22:03:13.314917+0000 mon.smithi092 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:14.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:14 smithi196 conmon[87003]: audit 2023-12-01T22:03:13.315274+0000 mon.smithi092 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:14.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:14 smithi196 conmon[87003]: audit 2023-12-01T22:03:13.630814+0000 mon.smithi092 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.92:0/2198409421' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:03:14.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:14 smithi196 conmon[87003]: audit 2023-12-01T22:03:13.914943+0000 mon.smithi092 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:15.105 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:03:15.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: cluster 2023-12-01T22:03:12.737802+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:15.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: cluster 2023-12-01T22:03:12.737903+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:15.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: cluster 2023-12-01T22:03:12.952759+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:15.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: cluster 2023-12-01T22:03:12.952839+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:15.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: cluster 2023-12-01T22:03:13.713267+0000 2023-12-01T22:03:15.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: mgr.smithi092.dlnhnq (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-01T22:03:15.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: audit 2023-12-01T22: 2023-12-01T22:03:15.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: 03:14.312497+0000 mon.smithi092 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:15.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: audit 2023-12-01T22:03:14.312717 2023-12-01T22:03:15.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: +0000 mon.smithi092 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:15.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: cluster 2023-12-01T22: 2023-12-01T22:03:15.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: 03:14.318117+0000 mon.smithi092 (mon.0) 515 : cluster [INF] osd.6 [v2:172.21.15.196:6824/3486228318,v1:172.21.15.196:6825/3486228318] boot 2023-12-01T22:03:15.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: cluster 2023-12- 2023-12-01T22:03:15.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: 01T22:03:14.318149+0000 mon.smithi092 (mon.0) 2023-12-01T22:03:15.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: 516 : cluster [INF] osd.5 [v2:172.21.15.92:6818/337830332,v1:172.21.15.92:6819/337830332] boot 2023-12-01T22:03:15.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: cluster 2023-12-01T22:03 2023-12-01T22:03:15.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: :14.318170+0000 mon.smithi092 (mon.0) 517 : cluster [DBG] 2023-12-01T22:03:15.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: osdmap e29: 8 total, 7 up, 8 in 2023-12-01T22:03:15.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:03:15.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: 12-01T22:03:14.318508+0000 mon.smithi092 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:15.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: audit 2023-12-01T22:03:14 2023-12-01T22:03:15.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: .318683+0000 mon.smithi092 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:15.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: audit 2023-12-01T22:03:14 2023-12-01T22:03:15.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:15 smithi196 conmon[87003]: .318904+0000 mon.smithi092 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:15.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:15 smithi092 conmon[81890]: cluster 2023-12-01T22:03:12.737802+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:15.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:15 smithi092 conmon[81890]: cluster 2023-12-01T22:03:12.737903+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:15.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:15 smithi092 conmon[81890]: cluster 2023-12-01T22:03:12.952759+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:15.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:15 smithi092 conmon[81890]: cluster 2023-12-01T22:03:12.952839+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:15.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:15 smithi092 conmon[81890]: cluster 2023-12-01T22:03:13.713267+0000 mgr.smithi092.dlnhnq (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-01T22:03:15.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:15 smithi092 conmon[81890]: audit 2023-12-01T22:03:14.312497+0000 mon.smithi092 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:15.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:15 smithi092 conmon[81890]: audit 2023-12-01T22:03:14.312717+0000 mon.smithi092 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:15.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:15 smithi092 conmon[81890]: cluster 2023-12-01T22:03:14.318117+0000 mon.smithi092 (mon.0) 515 : cluster [INF] osd.6 [v2:172.21.15.196:6824/3486228318,v1:172.21.15.196:6825/3486228318] boot 2023-12-01T22:03:15.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:15 smithi092 conmon[81890]: cluster 2023-12-01T22:03:14.318149+0000 mon.smithi092 (mon.0) 516 : cluster [INF] osd.5 [v2:172.21.15.92:6818/337830332,v1:172.21.15.92:6819/337830332] boot 2023-12-01T22:03:15.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:15 smithi092 conmon[81890]: cluster 2023-12-01T22:03:14.318170+0000 mon.smithi092 (mon.0) 517 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-12-01T22:03:15.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:15 smithi092 conmon[81890]: audit 2023-12-01T22:03:14.318508+0000 mon.smithi092 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-01T22:03:15.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:15 smithi092 conmon[81890]: audit 2023-12-01T22:03:14.318683+0000 mon.smithi092 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-01T22:03:15.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:15 smithi092 conmon[81890]: audit 2023-12-01T22:03:14.318904+0000 mon.smithi092 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:16.410 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:16 smithi092 conmon[81890]: cluster 2023-12-01T22:03:15.323552+0000 mon.smithi092 (mon.0) 521 : cluster [DBG] osdmap e30: 8 total, 7 up, 8 in 2023-12-01T22:03:16.411 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:16 smithi092 conmon[81890]: audit 2023-12-01T22:03:15.323674+0000 mon.smithi092 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:16.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:16 smithi196 conmon[87003]: cluster 2023-12-01T22:03:15.323552+0000 mon.smithi092 (mon.0) 521 : cluster [DBG] 2023-12-01T22:03:16.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:16 smithi196 conmon[87003]: osdmap e30: 8 total, 7 up, 8 in 2023-12-01T22:03:16.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:16 smithi196 conmon[87003]: audit 2023-12-01T22:03:15.323674+0000 mon.smithi092 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:17.076 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:03:17.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:17 smithi092 conmon[81890]: cluster 2023-12-01T22:03:15.713597+0000 mgr.smithi092.dlnhnq (mgr.14180) 103 : 2023-12-01T22:03:17.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:17 smithi092 conmon[81890]: cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-01T22:03:17.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:17 smithi092 conmon[81890]: audit 2023-12-01T22:03:16.642769+0000 mon.smithi092 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:17.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:17 smithi092 conmon[81890]: audit 2023-12-01T22:03:16.644792+0000 mon.smithi092 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:03:17.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:17 smithi092 conmon[81890]: audit 2023-12-01T22:03:17.074826+0000 mon.smithi092 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.92:0/237035621' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:03:17.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:17 smithi092 conmon[81890]: audit 2023-12-01T22:03:17.081778+0000 mon.smithi092 (mon.0) 526 : audit [INF] from='osd.7 [v2:172.21.15.92:6826/2660741118,v1:172.21.15.92:6827/2660741118]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-01T22:03:17.672 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":30,"num_osds":8,"num_up_osds":7,"osd_up_since":1701468194,"num_in_osds":8,"osd_in_since":1701468166,"num_remapped_pgs":0} 2023-12-01T22:03:17.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:17 smithi196 conmon[87003]: cluster 2023-12-01T22:03:15.713597+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:03:17.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:17 smithi196 conmon[87003]: mgr.14180) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-01T22:03:17.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:17 smithi196 conmon[87003]: audit 2023-12-01T22:03:16.642769+0000 mon.smithi092 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:17.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:17 smithi196 conmon[87003]: audit 2023-12-01T22:03:16.644792+0000 mon.smithi092 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:03:17.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:17 smithi196 conmon[87003]: audit 2023-12-01T22:03:17.074826+0000 2023-12-01T22:03:17.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:17 smithi196 conmon[87003]: mon.smithi092 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.92:0/237035621' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:03:17.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:17 smithi196 conmon[87003]: audit 2023-12-01T22:03:17.081778+0000 mon.smithi092 (mon 2023-12-01T22:03:17.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:17 smithi196 conmon[87003]: .0) 526 : audit [INF] from='osd.7 [v2:172.21.15.92:6826/2660741118,v1:172.21.15.92:6827/2660741118]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-01T22:03:18.673 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-01T22:03:18.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:18 smithi196 conmon[87003]: audit 2023-12-01T22:03:17.648939+0000 mon.smithi092 (mon.0) 527 : audit [INF] from='osd.7 [v2:172.21.15.92:6826/2660741118,v1:172.21.15.92:6827/2660741118]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-01T22:03:18.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:18 smithi196 conmon[87003]: cluster 2023-12-01T22:03:17.649013+0000 mon.smithi092 (mon.0) 528 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-12-01T22:03:18.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:18 smithi196 conmon[87003]: audit 2023-12-01T22:03:17.649147+0000 mon.smithi092 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:18.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:18 smithi196 conmon[87003]: audit 2023-12-01T22:03:17.649562+0000 mon.smithi092 (mon.0) 530 : audit [INF] from='osd.7 [v2:172.21.15.92:6826/2660741118,v1:172.21.15.92:6827/2660741118]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-12-01T22:03:18.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:18 smithi196 conmon[87003]: cluster 2023-12-01T22:03:17.713907+0000 mgr.smithi092.dlnhnq (mgr.14180) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-01T22:03:19.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:18 smithi092 conmon[81890]: audit 2023-12-01T22:03:17.648939+0000 mon.smithi092 (mon.0) 527 : audit [INF] from='osd.7 [v2:172.21.15.92:6826/2660741118,v1:172.21.15.92:6827/2660741118]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-01T22:03:19.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:18 smithi092 conmon[81890]: cluster 2023-12-01T22:03:17.649013+0000 mon.smithi092 (mon.0) 528 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-12-01T22:03:19.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:18 smithi092 conmon[81890]: audit 2023-12-01T22:03:17.649147+0000 mon.smithi092 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:19.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:18 smithi092 conmon[81890]: audit 2023-12-01T22:03:17.649562+0000 mon.smithi092 (mon.0) 530 : audit [INF] from='osd.7 [v2:172.21.15.92:6826/2660741118,v1:172.21.15.92:6827/2660741118]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-12-01T22:03:19.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:18 smithi092 conmon[81890]: cluster 2023-12-01T22:03:17.713907+0000 mgr.smithi092.dlnhnq (mgr.14180) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-01T22:03:19.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:19 smithi092 conmon[81890]: audit 2023-12-01T22:03:18.647407+0000 2023-12-01T22:03:19.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:19 smithi092 conmon[81890]: mon.smithi092 (mon.0) 531 : audit [INF] from='osd.7 [v2:172.21.15.92:6826/2660741118,v1:172.21.15.92:6827/2660741118]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-12-01T22:03:19.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:19 smithi092 conmon[81890]: cluster 2023-12-01T22:03:18.647468+0000 mon.smithi092 (mon.0) 532 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-12-01T22:03:19.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:19 smithi092 conmon[81890]: audit 2023-12-01T22:03:18.648043+0000 mon.smithi092 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:19.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:19 smithi092 conmon[81890]: audit 2023-12-01T22:03:18.651813+0000 mon.smithi092 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:19.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:19 smithi092 conmon[81890]: audit 2023-12-01T22:03:19.551731+0000 mon.smithi092 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:19.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:19 smithi196 conmon[87003]: audit 2023-12-01T22:03:18.647407+0000 mon.smithi092 (mon.0) 531 : audit [INF] from='osd.7 [v2:172.21.15.92:6826/2660741118,v1:172.21.15.92:6827/2660741118]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-12-01T22:03:19.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:19 smithi196 conmon[87003]: 2023-12-01T22:03:19.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:19 smithi196 conmon[87003]: cluster 2023-12-01T22:03:18.647468+0000 mon.smithi092 (mon.0) 532 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-12-01T22:03:19.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:19 smithi196 conmon[87003]: audit 2023-12-01T22:03:18.648043+0000 mon.smithi092 ( 2023-12-01T22:03:19.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:19 smithi196 conmon[87003]: mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:19.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:19 smithi196 conmon[87003]: audit 2023-12-01T22:03:18.651813+0000 mon.smithi092 2023-12-01T22:03:19.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:19 smithi196 conmon[87003]: (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:19.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:19 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:03:19.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:19 smithi196 conmon[87003]: 01T22:03:19.551731+0000 mon.smithi092 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:20.388 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:03:20.870 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":33,"num_osds":8,"num_up_osds":8,"osd_up_since":1701468199,"num_in_osds":8,"osd_in_since":1701468166,"num_remapped_pgs":1} 2023-12-01T22:03:20.871 INFO:tasks.cephadm:Setting up client nodes... 2023-12-01T22:03:20.871 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-01T22:03:20.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:20 smithi196 conmon[87003]: cluster 2023-12-01T22:03:18.119441+0000 osd.7 (osd.7) 1 : cluster 2023-12-01T22:03:20.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:20 smithi196 conmon[87003]: [DBG] purged_snaps scrub starts 2023-12-01T22:03:20.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:20 smithi196 conmon[87003]: cluster 2023-12-01T22:03:18.119483+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:20.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:20 smithi196 conmon[87003]: audit 2023-12-01T22:03:19.650576+0000 mon.smithi092 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:20.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:20 smithi196 conmon[87003]: cluster 2023-12-01T22:03:19.657545+0000 mon.smithi092 (mon.0) 537 : cluster [INF] osd.7 [v2:172.21.15.92:6826/2660741118,v1:172.21.15.92:6827/2660741118] boot 2023-12-01T22:03:20.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:20 smithi196 conmon[87003]: cluster 2023-12-01T22:03:19.657623+0000 mon.smithi092 (mon.0) 538 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-01T22:03:20.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:20 smithi196 conmon[87003]: audit 2023-12-01T22:03:19.658138+0000 mon.smithi092 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:20.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:20 smithi196 conmon[87003]: cluster 2023-12-01T22:03:19.714275+0000 mgr.smithi092.dlnhnq (mgr.14180) 105 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-01T22:03:20.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:20 smithi196 conmon[87003]: audit 2023-12-01T22:03:20.387437+0000 mon.smithi092 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.92:0/1205137344' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:03:21.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:20 smithi092 conmon[81890]: cluster 2023-12-01T22:03:18.119441+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-01T22:03:21.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:20 smithi092 conmon[81890]: cluster 2023-12-01T22:03:18.119483+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-01T22:03:21.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:20 smithi092 conmon[81890]: audit 2023-12-01T22:03:19.650576+0000 mon.smithi092 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:21.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:20 smithi092 conmon[81890]: cluster 2023-12-01T22:03:19.657545+0000 mon.smithi092 (mon.0) 537 : cluster [INF] osd.7 [v2:172.21.15.92:6826/2660741118,v1:172.21.15.92:6827/2660741118] boot 2023-12-01T22:03:21.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:20 smithi092 conmon[81890]: cluster 2023-12-01T22:03:19.657623+0000 mon.smithi092 (mon.0) 538 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-01T22:03:21.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:20 smithi092 conmon[81890]: audit 2023-12-01T22:03:19.658138+0000 mon.smithi092 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-01T22:03:21.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:20 smithi092 conmon[81890]: cluster 2023-12-01T22:03:19.714275+0000 mgr.smithi092.dlnhnq (mgr.14180) 105 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-01T22:03:21.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:20 smithi092 conmon[81890]: audit 2023-12-01T22:03:20.387437+0000 mon.smithi092 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.92:0/1205137344' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-01T22:03:21.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:21 smithi092 conmon[81890]: cluster 2023-12-01T22:03:20 2023-12-01T22:03:21.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:21 smithi092 conmon[81890]: .668237+0000 mon.smithi092 (mon.0) 541 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-01T22:03:21.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:21 smithi196 conmon[87003]: cluster 2023-12-01T22:03:20.668237+0000 mon.smithi092 (mon.0 2023-12-01T22:03:21.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:21 smithi196 conmon[87003]: ) 541 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-01T22:03:22.863 INFO:teuthology.orchestra.run.smithi092.stdout:[client.0] 2023-12-01T22:03:22.863 INFO:teuthology.orchestra.run.smithi092.stdout: key = AQAqWGplAqUzMxAAMyBt1HSp0Vz79iIwm17fEg== 2023-12-01T22:03:23.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:22 smithi092 conmon[81890]: cluster 2023-12-01T22:03:21.668568+0000 mon.smithi092 (mon.0) 542 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-01T22:03:23.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:22 smithi092 conmon[81890]: cluster 2023-12-01T22:03:21.714645+0000 mgr.smithi092.dlnhnq (mgr.14180) 106 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:23.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:22 smithi092 conmon[81890]: audit 2023-12-01T22:03:22.514149+0000 mon.smithi092 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:23.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:22 smithi196 conmon[87003]: cluster 2023-12-01T22:03:21.668568+0000 mon.smithi092 (mon.0) 542 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-01T22:03:23.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:22 smithi196 conmon[87003]: cluster 2023-12-01T22:03:21.714645+0000 mgr.smithi092.dlnhnq (mgr.14180) 106 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:23.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:22 smithi196 conmon[87003]: audit 2023-12-01T22:03:22.514149+0000 mon.smithi092 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:23.223 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T22:03:23.223 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-01T22:03:23.223 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-01T22:03:23.264 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-01T22:03:23.999 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:23 smithi196 conmon[87003]: cephadm 2023-12-01T22:03:22.742093+0000 mgr.smithi092.dlnhnq (mgr.14180) 107 : cephadm [INF] Detected new or changed devices on smithi196 2023-12-01T22:03:23.999 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:23 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:03:23.999 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:23 smithi196 conmon[87003]: 01T22:03:22.748114+0000 mon.smithi092 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:23.999 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:23 smithi196 conmon[87003]: audit 2023-12-01T22:03:22.858863+0000 mon.smithi092 (mon.0) 545 : audit [INF] from='client.? 172.21.15.92:0/872752450' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-01T22:03:23.999 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:23 smithi196 conmon[87003]: audit 2023-12-01T22:03:22.862149+0000 mon.smithi092 (mon.0) 546 : audit [INF] from='client.? 172.21.15.92:0/872752450' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-01T22:03:23.999 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:23 smithi196 conmon[87003]: audit 2023-12-01T22:03:23.144160+0000 mon.smithi092 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:23.999 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:23 smithi196 conmon[87003]: audit 2023-12-01T22:03:23.144797+0000 mon.smithi092 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:24.000 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:23 smithi196 conmon[87003]: audit 2023-12-01T22:03:23.145304+0000 mon.smithi092 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:24.000 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:23 smithi196 conmon[87003]: audit 2023-12-01T22:03:23.145799+0000 mon.smithi092 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:24.000 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:23 smithi196 conmon[87003]: cephadm 2023-12-01T22:03:23.146203+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:03:24.000 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:23 smithi196 conmon[87003]: .14180) 108 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 4004M 2023-12-01T22:03:24.000 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:23 smithi196 conmon[87003]: audit 2023-12-01T22:03:23.149698+0000 mon.smithi092 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:24.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:23 smithi092 conmon[81890]: cephadm 2023-12-01T22:03:22.742093+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:03:24.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:23 smithi092 conmon[81890]: .14180) 107 : cephadm [INF] Detected new or changed devices on smithi196 2023-12-01T22:03:24.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:23 smithi092 conmon[81890]: audit 2023-12-01T22:03:22.748114+0000 mon.smithi092 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:24.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:23 smithi092 conmon[81890]: audit 2023-12-01T22:03:22.858863+0000 mon.smithi092 (mon.0) 545 : audit [INF] from='client.? 172.21.15.92:0/872752450' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-01T22:03:24.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:23 smithi092 conmon[81890]: audit 2023-12-01T22:03:22.862149+0000 mon.smithi092 (mon.0) 546 : audit [INF] from='client.? 172.21.15.92:0/872752450' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-01T22:03:24.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:23 smithi092 conmon[81890]: audit 2023-12-01T22:03:23.144160+0000 mon.smithi092 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:24.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:23 smithi092 conmon[81890]: audit 2023-12-01T22:03:23.144797+0000 mon.smithi092 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:24.002 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:23 smithi092 conmon[81890]: audit 2023-12-01T22:03:23.145304+0000 mon.smithi092 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:24.002 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:23 smithi092 conmon[81890]: audit 2023-12-01T22:03:23.145799+0000 mon.smithi092 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:24.002 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:23 smithi092 conmon[81890]: cephadm 2023-12-01T22:03:23.146203+0000 mgr.smithi092.dlnhnq (mgr.14180) 108 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 4004M 2023-12-01T22:03:24.002 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:23 smithi092 conmon[81890]: audit 2023-12-01T22:03:23.149698+0000 mon.smithi092 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:24.968 INFO:teuthology.orchestra.run.smithi196.stdout:[client.1] 2023-12-01T22:03:24.969 INFO:teuthology.orchestra.run.smithi196.stdout: key = AQAsWGplmol1ORAAFORrkfMT6PmvnUJ/u3EvPA== 2023-12-01T22:03:25.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:25 smithi196 conmon[87003]: cluster 2023-12-01T22:03:23.714993+0000 mgr.smithi092.dlnhnq (mgr.14180) 109 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:25.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:25 smithi196 conmon[87003]: audit 2023-12-01T22:03:24.963482+0000 mon.smithi196 (mon.1) 18 : audit [INF] from='client.? 172.21.15.196:0/1183239537' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-01T22:03:25.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:25 smithi196 conmon[87003]: audit 2023-12-01T22:03:24.963857+0000 mon.smithi092 (mon.0) 552 : 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 2023-12-01T22:03:25.323 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:25 smithi196 conmon[87003]: audit 2023-12-01T22:03:24.967012+0000 mon.smithi092 (mon.0) 553 : 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 2023-12-01T22:03:25.396 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-01T22:03:25.396 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-01T22:03:25.396 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-01T22:03:25.434 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-01T22:03:25.459 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:25 smithi092 conmon[81890]: cluster 2023-12-01T22:03:23.714993+0000 mgr.smithi092.dlnhnq (mgr.14180) 109 : cluster 2023-12-01T22:03:25.459 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:25 smithi092 conmon[81890]: [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:25.459 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:25 smithi092 conmon[81890]: audit 2023-12-01T22:03:24.963482+0000 mon.smithi196 (mon.1) 18 : audit [INF] from='client.? 172.21.15.196:0/1183239537' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-01T22:03:25.459 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:25 smithi092 conmon[81890]: audit 2023-12-01T22:03:24.963857+0000 mon.smithi092 (mon.0) 552 : 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 2023-12-01T22:03:25.459 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:25 smithi092 conmon[81890]: audit 2023-12-01T22:03:24.967012+0000 mon.smithi092 (mon.0) 553 : 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 2023-12-01T22:03:26.035 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: cluster 2023-12-01T22:03:25.715340+0000 mgr.smithi092.dlnhnq (mgr.14180) 110 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: cephadm 2023-12-01T22:03:25.885086+0000 mgr.smithi092.dlnhnq (mgr.14180) 111 : cephadm [INF] Detected new or changed devices on smithi092 2023-12-01T22:03:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.890478+0000 mon.smithi092 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.891478+0000 mon.smithi092 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.892095+0000 mon.smithi092 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.892652+0000 mon.smithi092 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.893205+0000 mon.smithi092 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: cephadm 2023-12-01T22:03:25.893688+0000 mgr.smithi092.dlnhnq (mgr.14180) 112 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 3236M 2023-12-01T22:03:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.897661+0000 mon.smithi092 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:26.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.898655+0000 mon.smithi092 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:26.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.899448+0000 mon.smithi092 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:03:26.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.905521+0000 mon.smithi092 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:26.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.909268+0000 mon.smithi092 (mon.0) 563 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T22:03:26.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.912203+0000 mon.smithi092 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T22:03:26.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.913198+0000 mon.smithi092 (mon 2023-12-01T22:03:26.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: .0) 565 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T22:03:26.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.913484+0000 mon.smithi092 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:26.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:26 smithi196 conmon[87003]: audit 2023-12-01T22:03:25.914096+0000 mon.smithi092 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:27.164 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: cluster 2023-12-01T22:03:25.715340+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:03:27.164 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: mgr.14180) 110 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:27.164 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: cephadm 2023-12-01T22:03:25.885086+0000 mgr.smithi092.dlnhnq (mgr.14180) 111 : cephadm [INF] Detected new or changed devices on smithi092 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.890478+0000 mon.smithi092 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.891478+0000 mon.smithi092 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.892095+0000 mon.smithi092 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.892652+0000 mon.smithi092 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.893205+0000 mon.smithi092 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: cephadm 2023-12-01T22:03:25.893688+0000 mgr.smithi092.dlnhnq (mgr.14180) 112 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 3236M 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.897661+0000 mon.smithi092 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.898655+0000 mon.smithi092 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.899448+0000 mon.smithi092 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.905521+0000 mon.smithi092 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.909268+0000 mon.smithi092 (mon.0) 563 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.912203+0000 mon.smithi092 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.913198+0000 mon.smithi092 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-01T22:03:27.165 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.913484+0000 mon.smithi092 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:27.166 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:26 smithi092 conmon[81890]: audit 2023-12-01T22:03:25.914096+0000 mon.smithi092 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:03:27.578 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:03:27.579 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":35,"fsid":"d9a73af2-9094-11ee-95a2-87774f69a715","created":"2023-12-01T21:59:43.574727+0000","modified":"2023-12-01T22:03:21.665372+0000","last_up_change":"2023-12-01T22:03:19.649152+0000","last_in_change":"2023-12-01T22:02:46.413113+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-01T22:03:06.161618+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":"27","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":"249c9150-629c-4f2a-b4a2-a9bcf6c7053c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6800","nonce":392053854},{"type":"v1","addr":"172.21.15.196:6801","nonce":392053854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":392053854},{"type":"v1","addr":"172.21.15.196:6803","nonce":392053854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":392053854},{"type":"v1","addr":"172.21.15.196:6807","nonce":392053854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":392053854},{"type":"v1","addr":"172.21.15.196:6805","nonce":392053854}]},"public_addr":"172.21.15.196:6801/392053854","cluster_addr":"172.21.15.196:6803/392053854","heartbeat_back_addr":"172.21.15.196:6807/392053854","heartbeat_front_addr":"172.21.15.196:6805/392053854","state":["exists","up"]},{"osd":1,"uuid":"7cd1522f-5c56-42aa-a325-cff84d5a704b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":859147615},{"type":"v1","addr":"172.21.15.92:6803","nonce":859147615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":859147615},{"type":"v1","addr":"172.21.15.92:6805","nonce":859147615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6808","nonce":859147615},{"type":"v1","addr":"172.21.15.92:6809","nonce":859147615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":859147615},{"type":"v1","addr":"172.21.15.92:6807","nonce":859147615}]},"public_addr":"172.21.15.92:6803/859147615","cluster_addr":"172.21.15.92:6805/859147615","heartbeat_back_addr":"172.21.15.92:6809/859147615","heartbeat_front_addr":"172.21.15.92:6807/859147615","state":["exists","up"]},{"osd":2,"uuid":"b0466b85-3cde-4657-a612-e1098ebbefc7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6808","nonce":4133640865},{"type":"v1","addr":"172.21.15.196:6809","nonce":4133640865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6810","nonce":4133640865},{"type":"v1","addr":"172.21.15.196:6811","nonce":4133640865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6814","nonce":4133640865},{"type":"v1","addr":"172.21.15.196:6815","nonce":4133640865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6812","nonce":4133640865},{"type":"v1","addr":"172.21.15.196:6813","nonce":4133640865}]},"public_addr":"172.21.15.196:6809/4133640865","cluster_addr":"172.21.15.196:6811/4133640865","heartbeat_back_addr":"172.21.15.196:6815/4133640865","heartbeat_front_addr":"172.21.15.196:6813/4133640865","state":["exists","up"]},{"osd":3,"uuid":"1617a0eb-eb2b-4367-a9ef-37c57c8668fa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6810","nonce":2212125303},{"type":"v1","addr":"172.21.15.92:6811","nonce":2212125303}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6812","nonce":2212125303},{"type":"v1","addr":"172.21.15.92:6813","nonce":2212125303}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6816","nonce":2212125303},{"type":"v1","addr":"172.21.15.92:6817","nonce":2212125303}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6814","nonce":2212125303},{"type":"v1","addr":"172.21.15.92:6815","nonce":2212125303}]},"public_addr":"172.21.15.92:6811/2212125303","cluster_addr":"172.21.15.92:6813/2212125303","heartbeat_back_addr":"172.21.15.92:6817/2212125303","heartbeat_front_addr":"172.21.15.92:6815/2212125303","state":["exists","up"]},{"osd":4,"uuid":"08cac40b-db71-4573-8abd-630e15907e09","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.196:6816","nonce":3694545186},{"type":"v1","addr":"172.21.15.196:6817","nonce":3694545186}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6818","nonce":3694545186},{"type":"v1","addr":"172.21.15.196:6819","nonce":3694545186}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6822","nonce":3694545186},{"type":"v1","addr":"172.21.15.196:6823","nonce":3694545186}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6820","nonce":3694545186},{"type":"v1","addr":"172.21.15.196:6821","nonce":3694545186}]},"public_addr":"172.21.15.196:6817/3694545186","cluster_addr":"172.21.15.196:6819/3694545186","heartbeat_back_addr":"172.21.15.196:6823/3694545186","heartbeat_front_addr":"172.21.15.196:6821/3694545186","state":["exists","up"]},{"osd":5,"uuid":"be55799e-f870-4aa6-8452-4e1bf486cfb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6818","nonce":337830332},{"type":"v1","addr":"172.21.15.92:6819","nonce":337830332}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6820","nonce":337830332},{"type":"v1","addr":"172.21.15.92:6821","nonce":337830332}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6824","nonce":337830332},{"type":"v1","addr":"172.21.15.92:6825","nonce":337830332}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6822","nonce":337830332},{"type":"v1","addr":"172.21.15.92:6823","nonce":337830332}]},"public_addr":"172.21.15.92:6819/337830332","cluster_addr":"172.21.15.92:6821/337830332","heartbeat_back_addr":"172.21.15.92:6825/337830332","heartbeat_front_addr":"172.21.15.92:6823/337830332","state":["exists","up"]},{"osd":6,"uuid":"af8c3471-94fe-4d88-89fc-2402a0df8824","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6824","nonce":3486228318},{"type":"v1","addr":"172.21.15.196:6825","nonce":3486228318}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6826","nonce":3486228318},{"type":"v1","addr":"172.21.15.196:6827","nonce":3486228318}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6830","nonce":3486228318},{"type":"v1","addr":"172.21.15.196:6831","nonce":3486228318}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6828","nonce":3486228318},{"type":"v1","addr":"172.21.15.196:6829","nonce":3486228318}]},"public_addr":"172.21.15.196:6825/3486228318","cluster_addr":"172.21.15.196:6827/3486228318","heartbeat_back_addr":"172.21.15.196:6831/3486228318","heartbeat_front_addr":"172.21.15.196:6829/3486228318","state":["exists","up"]},{"osd":7,"uuid":"ef971554-b9d3-4194-96b5-b3c3223df14c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6826","nonce":2660741118},{"type":"v1","addr":"172.21.15.92:6827","nonce":2660741118}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6828","nonce":2660741118},{"type":"v1","addr":"172.21.15.92:6829","nonce":2660741118}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6832","nonce":2660741118},{"type":"v1","addr":"172.21.15.92:6833","nonce":2660741118}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6830","nonce":2660741118},{"type":"v1","addr":"172.21.15.92:6831","nonce":2660741118}]},"public_addr":"172.21.15.92:6827/2660741118","cluster_addr":"172.21.15.92:6829/2660741118","heartbeat_back_addr":"172.21.15.92:6833/2660741118","heartbeat_front_addr":"172.21.15.92:6831/2660741118","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":"2023-12-01T22:02:59.728791+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":"2023-12-01T22:03:02.070738+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":"2023-12-01T22:03:04.039690+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":"2023-12-01T22:03:07.546234+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":"2023-12-01T22:03:08.389203+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":"2023-12-01T22:03:12.737911+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":"2023-12-01T22:03:12.952845+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":"2023-12-01T22:03:18.119510+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.92:6801/3785169308":"2023-12-02T22:01:15.690323+0000","172.21.15.92:0/943445367":"2023-12-02T22:01:15.690323+0000","172.21.15.92:0/560550155":"2023-12-02T22:01:15.690323+0000","172.21.15.92:6801/2824693322":"2023-12-02T22:00:31.716240+0000","172.21.15.92:6800/3785169308":"2023-12-02T22:01:15.690323+0000","172.21.15.92:6800/2824693322":"2023-12-02T22:00:31.716240+0000","172.21.15.92:0/4161328974":"2023-12-02T22:00:07.399700+0000","172.21.15.92:0/1028614273":"2023-12-02T22:00:31.716240+0000","172.21.15.92:6801/2497439687":"2023-12-02T22:00:07.399700+0000","172.21.15.92:0/4238256844":"2023-12-02T22:00:31.716240+0000","172.21.15.92:6800/2497439687":"2023-12-02T22:00:07.399700+0000","172.21.15.92:0/3623234539":"2023-12-02T22:00:07.399700+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}} 2023-12-01T22:03:27.944 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-01T22:03:06.161618+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': '27', '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': {}}}] 2023-12-01T22:03:27.944 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-01T22:03:28.145 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:27 smithi092 conmon[81890]: audit 2023-12-01T22:03:27.576974+0000 mon.smithi092 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.92:0/3147367127' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T22:03:28.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:27 smithi196 conmon[87003]: audit 2023-12-01T22:03:27.576974+0000 mon.smithi092 (mon.0) 2023-12-01T22:03:28.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:27 smithi196 conmon[87003]: 568 : audit [DBG] from='client.? 172.21.15.92:0/3147367127' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T22:03:28.636 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:29.107 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:28 smithi092 conmon[81890]: cluster 2023-12-01T22:03:27.715661+0000 mgr.smithi092.dlnhnq (mgr.14180) 113 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:29.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:28 smithi196 conmon[87003]: cluster 2023-12-01T22:03:27.715661+0000 mgr.smithi092.dlnhnq (mgr.14180) 113 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:30.240 INFO:teuthology.orchestra.run.smithi092.stdout:pg_num: 1 2023-12-01T22:03:30.717 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-01T22:03:30.717 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-01T22:03:30.717 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-01T22:03:31.041 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:30 smithi196 conmon[87003]: cluster 2023-12-01T22:03:29.715932+0000 mgr.smithi092.dlnhnq (mgr.14180) 114 : cluster 2023-12-01T22:03:31.041 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:30 smithi196 conmon[87003]: [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:31.042 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:30 smithi196 conmon[87003]: audit 2023-12-01T22:03:30.239547+0000 mon.smithi092 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.92:0/1347068784' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-01T22:03:31.163 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:30 smithi092 conmon[81890]: cluster 2023-12-01T22:03:29.715932+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:03:31.163 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:30 smithi092 conmon[81890]: .14180) 114 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:31.163 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:30 smithi092 conmon[81890]: audit 2023-12-01T22:03:30.239547+0000 mon.smithi092 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.92:0/1347068784' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-01T22:03:31.656 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:33.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:32 smithi196 conmon[87003]: cluster 2023-12-01T22:03:31.716223+0000 mgr.smithi092.dlnhnq (mgr.14180) 115 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:33.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:32 smithi092 conmon[81890]: cluster 2023-12-01T22:03:31.716223+0000 mgr.smithi092.dlnhnq (mgr.14180) 115 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:33.426 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:03:34.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:33 smithi092 conmon[81890]: audit 2023-12-01T22:03:33.420134+0000 mon.smithi092 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.92:0/2087753015' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-01T22:03:34.129 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi092.dlnhnq","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6800","nonce":2631589176},{"type":"v1","addr":"172.21.15.92:6801","nonce":2631589176}]},"active_addr":"172.21.15.92:6801/2631589176","active_change":"2023-12-01T22:01:15.690478+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14204,"name":"smithi196.dcqzty","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.92:8443/","prometheus":"http://172.21.15.92: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.92:0","nonce":3034425808}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.92:0","nonce":3123986850}]}]} 2023-12-01T22:03:34.134 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-01T22:03:34.134 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-01T22:03:34.134 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-01T22:03:34.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:33 smithi196 conmon[87003]: audit 2023-12-01T22:03:33.420134+0000 mon.smithi092 (mon.0) 570 : audit 2023-12-01T22:03:34.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:33 smithi196 conmon[87003]: [DBG] from='client.? 172.21.15.92:0/2087753015' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-01T22:03:34.892 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:35.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:34 smithi092 conmon[81890]: cluster 2023-12-01T22:03:33.716535+0000 mgr.smithi092.dlnhnq (mgr.14180) 116 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:35.198 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:34 smithi092 conmon[81890]: audit 2023-12-01T22:03:33.942251+0000 mon.smithi092 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:35.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:34 smithi196 conmon[87003]: cluster 2023-12-01T22:03:33.716535+0000 mgr.smithi092.dlnhnq (mgr.14180) 116 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:35.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:34 smithi196 conmon[87003]: audit 2023-12-01T22:03:33.942251+0000 2023-12-01T22:03:35.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:34 smithi196 conmon[87003]: mon.smithi092 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:36.431 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:03:36.432 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":35,"fsid":"d9a73af2-9094-11ee-95a2-87774f69a715","created":"2023-12-01T21:59:43.574727+0000","modified":"2023-12-01T22:03:21.665372+0000","last_up_change":"2023-12-01T22:03:19.649152+0000","last_in_change":"2023-12-01T22:02:46.413113+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-01T22:03:06.161618+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":"27","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":"249c9150-629c-4f2a-b4a2-a9bcf6c7053c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6800","nonce":392053854},{"type":"v1","addr":"172.21.15.196:6801","nonce":392053854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":392053854},{"type":"v1","addr":"172.21.15.196:6803","nonce":392053854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":392053854},{"type":"v1","addr":"172.21.15.196:6807","nonce":392053854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":392053854},{"type":"v1","addr":"172.21.15.196:6805","nonce":392053854}]},"public_addr":"172.21.15.196:6801/392053854","cluster_addr":"172.21.15.196:6803/392053854","heartbeat_back_addr":"172.21.15.196:6807/392053854","heartbeat_front_addr":"172.21.15.196:6805/392053854","state":["exists","up"]},{"osd":1,"uuid":"7cd1522f-5c56-42aa-a325-cff84d5a704b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":859147615},{"type":"v1","addr":"172.21.15.92:6803","nonce":859147615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":859147615},{"type":"v1","addr":"172.21.15.92:6805","nonce":859147615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6808","nonce":859147615},{"type":"v1","addr":"172.21.15.92:6809","nonce":859147615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":859147615},{"type":"v1","addr":"172.21.15.92:6807","nonce":859147615}]},"public_addr":"172.21.15.92:6803/859147615","cluster_addr":"172.21.15.92:6805/859147615","heartbeat_back_addr":"172.21.15.92:6809/859147615","heartbeat_front_addr":"172.21.15.92:6807/859147615","state":["exists","up"]},{"osd":2,"uuid":"b0466b85-3cde-4657-a612-e1098ebbefc7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6808","nonce":4133640865},{"type":"v1","addr":"172.21.15.196:6809","nonce":4133640865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6810","nonce":4133640865},{"type":"v1","addr":"172.21.15.196:6811","nonce":4133640865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6814","nonce":4133640865},{"type":"v1","addr":"172.21.15.196:6815","nonce":4133640865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6812","nonce":4133640865},{"type":"v1","addr":"172.21.15.196:6813","nonce":4133640865}]},"public_addr":"172.21.15.196:6809/4133640865","cluster_addr":"172.21.15.196:6811/4133640865","heartbeat_back_addr":"172.21.15.196:6815/4133640865","heartbeat_front_addr":"172.21.15.196:6813/4133640865","state":["exists","up"]},{"osd":3,"uuid":"1617a0eb-eb2b-4367-a9ef-37c57c8668fa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6810","nonce":2212125303},{"type":"v1","addr":"172.21.15.92:6811","nonce":2212125303}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6812","nonce":2212125303},{"type":"v1","addr":"172.21.15.92:6813","nonce":2212125303}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6816","nonce":2212125303},{"type":"v1","addr":"172.21.15.92:6817","nonce":2212125303}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6814","nonce":2212125303},{"type":"v1","addr":"172.21.15.92:6815","nonce":2212125303}]},"public_addr":"172.21.15.92:6811/2212125303","cluster_addr":"172.21.15.92:6813/2212125303","heartbeat_back_addr":"172.21.15.92:6817/2212125303","heartbeat_front_addr":"172.21.15.92:6815/2212125303","state":["exists","up"]},{"osd":4,"uuid":"08cac40b-db71-4573-8abd-630e15907e09","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.196:6816","nonce":3694545186},{"type":"v1","addr":"172.21.15.196:6817","nonce":3694545186}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6818","nonce":3694545186},{"type":"v1","addr":"172.21.15.196:6819","nonce":3694545186}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6822","nonce":3694545186},{"type":"v1","addr":"172.21.15.196:6823","nonce":3694545186}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6820","nonce":3694545186},{"type":"v1","addr":"172.21.15.196:6821","nonce":3694545186}]},"public_addr":"172.21.15.196:6817/3694545186","cluster_addr":"172.21.15.196:6819/3694545186","heartbeat_back_addr":"172.21.15.196:6823/3694545186","heartbeat_front_addr":"172.21.15.196:6821/3694545186","state":["exists","up"]},{"osd":5,"uuid":"be55799e-f870-4aa6-8452-4e1bf486cfb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6818","nonce":337830332},{"type":"v1","addr":"172.21.15.92:6819","nonce":337830332}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6820","nonce":337830332},{"type":"v1","addr":"172.21.15.92:6821","nonce":337830332}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6824","nonce":337830332},{"type":"v1","addr":"172.21.15.92:6825","nonce":337830332}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6822","nonce":337830332},{"type":"v1","addr":"172.21.15.92:6823","nonce":337830332}]},"public_addr":"172.21.15.92:6819/337830332","cluster_addr":"172.21.15.92:6821/337830332","heartbeat_back_addr":"172.21.15.92:6825/337830332","heartbeat_front_addr":"172.21.15.92:6823/337830332","state":["exists","up"]},{"osd":6,"uuid":"af8c3471-94fe-4d88-89fc-2402a0df8824","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6824","nonce":3486228318},{"type":"v1","addr":"172.21.15.196:6825","nonce":3486228318}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6826","nonce":3486228318},{"type":"v1","addr":"172.21.15.196:6827","nonce":3486228318}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6830","nonce":3486228318},{"type":"v1","addr":"172.21.15.196:6831","nonce":3486228318}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6828","nonce":3486228318},{"type":"v1","addr":"172.21.15.196:6829","nonce":3486228318}]},"public_addr":"172.21.15.196:6825/3486228318","cluster_addr":"172.21.15.196:6827/3486228318","heartbeat_back_addr":"172.21.15.196:6831/3486228318","heartbeat_front_addr":"172.21.15.196:6829/3486228318","state":["exists","up"]},{"osd":7,"uuid":"ef971554-b9d3-4194-96b5-b3c3223df14c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6826","nonce":2660741118},{"type":"v1","addr":"172.21.15.92:6827","nonce":2660741118}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6828","nonce":2660741118},{"type":"v1","addr":"172.21.15.92:6829","nonce":2660741118}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6832","nonce":2660741118},{"type":"v1","addr":"172.21.15.92:6833","nonce":2660741118}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6830","nonce":2660741118},{"type":"v1","addr":"172.21.15.92:6831","nonce":2660741118}]},"public_addr":"172.21.15.92:6827/2660741118","cluster_addr":"172.21.15.92:6829/2660741118","heartbeat_back_addr":"172.21.15.92:6833/2660741118","heartbeat_front_addr":"172.21.15.92:6831/2660741118","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":"2023-12-01T22:02:59.728791+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":"2023-12-01T22:03:02.070738+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":"2023-12-01T22:03:04.039690+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":"2023-12-01T22:03:07.546234+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":"2023-12-01T22:03:08.389203+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":"2023-12-01T22:03:12.737911+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":"2023-12-01T22:03:12.952845+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":"2023-12-01T22:03:18.119510+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.92:6801/3785169308":"2023-12-02T22:01:15.690323+0000","172.21.15.92:0/943445367":"2023-12-02T22:01:15.690323+0000","172.21.15.92:0/560550155":"2023-12-02T22:01:15.690323+0000","172.21.15.92:6801/2824693322":"2023-12-02T22:00:31.716240+0000","172.21.15.92:6800/3785169308":"2023-12-02T22:01:15.690323+0000","172.21.15.92:6800/2824693322":"2023-12-02T22:00:31.716240+0000","172.21.15.92:0/4161328974":"2023-12-02T22:00:07.399700+0000","172.21.15.92:0/1028614273":"2023-12-02T22:00:31.716240+0000","172.21.15.92:6801/2497439687":"2023-12-02T22:00:07.399700+0000","172.21.15.92:0/4238256844":"2023-12-02T22:00:31.716240+0000","172.21.15.92:6800/2497439687":"2023-12-02T22:00:07.399700+0000","172.21.15.92:0/3623234539":"2023-12-02T22:00:07.399700+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}} 2023-12-01T22:03:36.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:36 smithi092 conmon[81890]: audit 2023-12-01T22:03:35.592342+0000 2023-12-01T22:03:36.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:36 smithi092 conmon[81890]: mon.smithi092 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:36.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:36 smithi092 conmon[81890]: cluster 2023-12-01T22:03:35.716788+0000 mgr.smithi092.dlnhnq (mgr.14180) 117 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:36.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:36 smithi092 conmon[81890]: audit 2023-12-01T22:03:36.429394+0000 mon.smithi092 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.92:0/25153578' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T22:03:36.801 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-01T22:03:36.801 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-01T22:03:36.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:36 smithi196 conmon[87003]: audit 2023-12-01T22:03:35.592342+0000 mon.smithi092 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:03:36.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:36 smithi196 conmon[87003]: cluster 2023-12-01T22:03:35.716788 2023-12-01T22:03:36.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:36 smithi196 conmon[87003]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 117 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:36.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:36 smithi196 conmon[87003]: audit 2023-12-01T22:03:36.429394+0000 mon.smithi092 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.92:0/25153578' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T22:03:37.394 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:38.703 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:03:38.703 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":35,"fsid":"d9a73af2-9094-11ee-95a2-87774f69a715","created":"2023-12-01T21:59:43.574727+0000","modified":"2023-12-01T22:03:21.665372+0000","last_up_change":"2023-12-01T22:03:19.649152+0000","last_in_change":"2023-12-01T22:02:46.413113+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-01T22:03:06.161618+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":"27","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":"249c9150-629c-4f2a-b4a2-a9bcf6c7053c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6800","nonce":392053854},{"type":"v1","addr":"172.21.15.196:6801","nonce":392053854}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6802","nonce":392053854},{"type":"v1","addr":"172.21.15.196:6803","nonce":392053854}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6806","nonce":392053854},{"type":"v1","addr":"172.21.15.196:6807","nonce":392053854}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6804","nonce":392053854},{"type":"v1","addr":"172.21.15.196:6805","nonce":392053854}]},"public_addr":"172.21.15.196:6801/392053854","cluster_addr":"172.21.15.196:6803/392053854","heartbeat_back_addr":"172.21.15.196:6807/392053854","heartbeat_front_addr":"172.21.15.196:6805/392053854","state":["exists","up"]},{"osd":1,"uuid":"7cd1522f-5c56-42aa-a325-cff84d5a704b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":859147615},{"type":"v1","addr":"172.21.15.92:6803","nonce":859147615}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":859147615},{"type":"v1","addr":"172.21.15.92:6805","nonce":859147615}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6808","nonce":859147615},{"type":"v1","addr":"172.21.15.92:6809","nonce":859147615}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":859147615},{"type":"v1","addr":"172.21.15.92:6807","nonce":859147615}]},"public_addr":"172.21.15.92:6803/859147615","cluster_addr":"172.21.15.92:6805/859147615","heartbeat_back_addr":"172.21.15.92:6809/859147615","heartbeat_front_addr":"172.21.15.92:6807/859147615","state":["exists","up"]},{"osd":2,"uuid":"b0466b85-3cde-4657-a612-e1098ebbefc7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6808","nonce":4133640865},{"type":"v1","addr":"172.21.15.196:6809","nonce":4133640865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6810","nonce":4133640865},{"type":"v1","addr":"172.21.15.196:6811","nonce":4133640865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6814","nonce":4133640865},{"type":"v1","addr":"172.21.15.196:6815","nonce":4133640865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6812","nonce":4133640865},{"type":"v1","addr":"172.21.15.196:6813","nonce":4133640865}]},"public_addr":"172.21.15.196:6809/4133640865","cluster_addr":"172.21.15.196:6811/4133640865","heartbeat_back_addr":"172.21.15.196:6815/4133640865","heartbeat_front_addr":"172.21.15.196:6813/4133640865","state":["exists","up"]},{"osd":3,"uuid":"1617a0eb-eb2b-4367-a9ef-37c57c8668fa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6810","nonce":2212125303},{"type":"v1","addr":"172.21.15.92:6811","nonce":2212125303}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6812","nonce":2212125303},{"type":"v1","addr":"172.21.15.92:6813","nonce":2212125303}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6816","nonce":2212125303},{"type":"v1","addr":"172.21.15.92:6817","nonce":2212125303}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6814","nonce":2212125303},{"type":"v1","addr":"172.21.15.92:6815","nonce":2212125303}]},"public_addr":"172.21.15.92:6811/2212125303","cluster_addr":"172.21.15.92:6813/2212125303","heartbeat_back_addr":"172.21.15.92:6817/2212125303","heartbeat_front_addr":"172.21.15.92:6815/2212125303","state":["exists","up"]},{"osd":4,"uuid":"08cac40b-db71-4573-8abd-630e15907e09","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.196:6816","nonce":3694545186},{"type":"v1","addr":"172.21.15.196:6817","nonce":3694545186}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6818","nonce":3694545186},{"type":"v1","addr":"172.21.15.196:6819","nonce":3694545186}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6822","nonce":3694545186},{"type":"v1","addr":"172.21.15.196:6823","nonce":3694545186}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6820","nonce":3694545186},{"type":"v1","addr":"172.21.15.196:6821","nonce":3694545186}]},"public_addr":"172.21.15.196:6817/3694545186","cluster_addr":"172.21.15.196:6819/3694545186","heartbeat_back_addr":"172.21.15.196:6823/3694545186","heartbeat_front_addr":"172.21.15.196:6821/3694545186","state":["exists","up"]},{"osd":5,"uuid":"be55799e-f870-4aa6-8452-4e1bf486cfb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6818","nonce":337830332},{"type":"v1","addr":"172.21.15.92:6819","nonce":337830332}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6820","nonce":337830332},{"type":"v1","addr":"172.21.15.92:6821","nonce":337830332}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6824","nonce":337830332},{"type":"v1","addr":"172.21.15.92:6825","nonce":337830332}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6822","nonce":337830332},{"type":"v1","addr":"172.21.15.92:6823","nonce":337830332}]},"public_addr":"172.21.15.92:6819/337830332","cluster_addr":"172.21.15.92:6821/337830332","heartbeat_back_addr":"172.21.15.92:6825/337830332","heartbeat_front_addr":"172.21.15.92:6823/337830332","state":["exists","up"]},{"osd":6,"uuid":"af8c3471-94fe-4d88-89fc-2402a0df8824","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6824","nonce":3486228318},{"type":"v1","addr":"172.21.15.196:6825","nonce":3486228318}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6826","nonce":3486228318},{"type":"v1","addr":"172.21.15.196:6827","nonce":3486228318}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6830","nonce":3486228318},{"type":"v1","addr":"172.21.15.196:6831","nonce":3486228318}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.196:6828","nonce":3486228318},{"type":"v1","addr":"172.21.15.196:6829","nonce":3486228318}]},"public_addr":"172.21.15.196:6825/3486228318","cluster_addr":"172.21.15.196:6827/3486228318","heartbeat_back_addr":"172.21.15.196:6831/3486228318","heartbeat_front_addr":"172.21.15.196:6829/3486228318","state":["exists","up"]},{"osd":7,"uuid":"ef971554-b9d3-4194-96b5-b3c3223df14c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6826","nonce":2660741118},{"type":"v1","addr":"172.21.15.92:6827","nonce":2660741118}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6828","nonce":2660741118},{"type":"v1","addr":"172.21.15.92:6829","nonce":2660741118}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6832","nonce":2660741118},{"type":"v1","addr":"172.21.15.92:6833","nonce":2660741118}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6830","nonce":2660741118},{"type":"v1","addr":"172.21.15.92:6831","nonce":2660741118}]},"public_addr":"172.21.15.92:6827/2660741118","cluster_addr":"172.21.15.92:6829/2660741118","heartbeat_back_addr":"172.21.15.92:6833/2660741118","heartbeat_front_addr":"172.21.15.92:6831/2660741118","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":"2023-12-01T22:02:59.728791+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":"2023-12-01T22:03:02.070738+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":"2023-12-01T22:03:04.039690+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":"2023-12-01T22:03:07.546234+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":"2023-12-01T22:03:08.389203+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":"2023-12-01T22:03:12.737911+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":"2023-12-01T22:03:12.952845+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":"2023-12-01T22:03:18.119510+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.92:6801/3785169308":"2023-12-02T22:01:15.690323+0000","172.21.15.92:0/943445367":"2023-12-02T22:01:15.690323+0000","172.21.15.92:0/560550155":"2023-12-02T22:01:15.690323+0000","172.21.15.92:6801/2824693322":"2023-12-02T22:00:31.716240+0000","172.21.15.92:6800/3785169308":"2023-12-02T22:01:15.690323+0000","172.21.15.92:6800/2824693322":"2023-12-02T22:00:31.716240+0000","172.21.15.92:0/4161328974":"2023-12-02T22:00:07.399700+0000","172.21.15.92:0/1028614273":"2023-12-02T22:00:31.716240+0000","172.21.15.92:6801/2497439687":"2023-12-02T22:00:07.399700+0000","172.21.15.92:0/4238256844":"2023-12-02T22:00:31.716240+0000","172.21.15.92:6800/2497439687":"2023-12-02T22:00:07.399700+0000","172.21.15.92:0/3623234539":"2023-12-02T22:00:07.399700+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}} 2023-12-01T22:03:39.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:38 smithi092 conmon[81890]: cluster 2023-12-01T22:03:37.717120+0000 mgr.smithi092.dlnhnq (mgr.14180) 118 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:39.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:38 smithi092 conmon[81890]: audit 2023-12- 2023-12-01T22:03:39.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:38 smithi092 conmon[81890]: 01T22:03:38.701369+0000 mon.smithi092 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.92:0/108061053' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T22:03:39.110 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-01T22:03:39.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:38 smithi196 conmon[87003]: cluster 2023-12-01T22:03:37.717120+0000 mgr.smithi092.dlnhnq (mgr.14180) 118 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:39.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:38 smithi196 conmon[87003]: audit 2023-12-01T22:03:38.701369+0000 mon.smithi092 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.92:0/108061053' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-01T22:03:39.695 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:40.990 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:40 smithi092 conmon[81890]: cluster 2023-12-01T22:03:39.717443+0000 mgr.smithi092.dlnhnq (mgr.14180) 119 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:41.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:40 smithi196 conmon[87003]: cluster 2023-12-01T22:03:39.717443+0000 mgr.smithi092.dlnhnq (mgr.14180) 119 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:41.298 INFO:teuthology.orchestra.run.smithi092.stdout:68719476747 2023-12-01T22:03:41.299 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-01T22:03:41.882 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:43.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:42 smithi196 conmon[87003]: cluster 2023-12-01T22:03:41.717855+0000 mgr.smithi092.dlnhnq (mgr.14180) 120 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:43.224 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:42 smithi092 conmon[81890]: cluster 2023-12-01T22:03 2023-12-01T22:03:43.224 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:42 smithi092 conmon[81890]: :41.717855+0000 mgr.smithi092.dlnhnq (mgr.14180) 120 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:43.385 INFO:teuthology.orchestra.run.smithi092.stdout:81604378634 2023-12-01T22:03:43.386 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-01T22:03:43.969 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:45.161 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:44 smithi092 conmon[81890]: cluster 2023-12-01T22:03:43.718204+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:03:45.161 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:44 smithi092 conmon[81890]: ) 121 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:45.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:44 smithi196 conmon[87003]: cluster 2023-12-01T22:03:43.718204+0000 mgr.smithi092.dlnhnq (mgr.14180) 121 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:45.477 INFO:teuthology.orchestra.run.smithi092.stdout:90194313225 2023-12-01T22:03:45.477 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-01T22:03:46.061 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:47.015 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:46 smithi092 conmon[81890]: cluster 2023-12-01T22:03:45.718482+0000 mgr.smithi092.dlnhnq (mgr.14180) 122 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:47.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:46 smithi196 conmon[87003]: cluster 2023-12-01T22:03:45.718482+0000 mgr.smithi092.dlnhnq (mgr.14180) 122 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:47.566 INFO:teuthology.orchestra.run.smithi092.stdout:103079215114 2023-12-01T22:03:47.566 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-01T22:03:48.153 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:49.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:48 smithi092 conmon[81890]: cluster 2023-12-01T22:03:47.718817+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:03:49.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:48 smithi092 conmon[81890]: mgr.14180) 123 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:49.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:48 smithi196 conmon[87003]: cluster 2023-12-01T22:03:47.718817+0000 mgr.smithi092.dlnhnq (mgr.14180) 123 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:49.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:48 smithi196 conmon[87003]: 2023-12-01T22:03:49.674 INFO:teuthology.orchestra.run.smithi092.stdout:107374182409 2023-12-01T22:03:49.674 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-01T22:03:50.260 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:51.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:50 smithi196 conmon[87003]: cluster 2023-12-01T22:03:49.719137+0000 mgr.smithi092.dlnhnq (mgr.14180) 124 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:51.231 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:50 smithi092 conmon[81890]: cluster 2023-12-01T22:03:49.719137+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:03:51.231 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:50 smithi092 conmon[81890]: .14180) 124 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:51.778 INFO:teuthology.orchestra.run.smithi092.stdout:124554051595 2023-12-01T22:03:51.779 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-01T22:03:52.363 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:53.171 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:52 smithi092 conmon[81890]: cluster 2023-12-01T22:03:51.719611+0000 mgr.smithi092.dlnhnq (mgr.14180) 125 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:53.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:52 smithi196 conmon[87003]: cluster 2023-12-01T22:03:51.719611+0000 mgr.smithi092.dlnhnq (mgr.14180) 125 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:53.879 INFO:teuthology.orchestra.run.smithi092.stdout:124554051595 2023-12-01T22:03:53.879 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-01T22:03:54.463 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:55.012 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:54 smithi092 conmon[81890]: cluster 2023-12-01T22:03:53.720008+0000 mgr.smithi092.dlnhnq (mgr.14180) 126 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:55.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:54 smithi196 conmon[87003]: cluster 2023-12-01T22:03:53.720008+0000 mgr.smithi092.dlnhnq (mgr.14180) 126 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:55.977 INFO:teuthology.orchestra.run.smithi092.stdout:141733920778 2023-12-01T22:03:55.978 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-01T22:03:56.564 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:57.103 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:56 smithi092 conmon[81890]: cluster 2023-12-01T22:03:55.720507+0000 mgr.smithi092.dlnhnq (mgr.14180) 127 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:57.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:56 smithi196 conmon[87003]: cluster 2023-12-01T22:03:55.720507+0000 mgr.smithi092.dlnhnq (mgr.14180) 127 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:57.896 INFO:teuthology.orchestra.run.smithi092.stdout:68719476751 2023-12-01T22:03:58.270 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476747 got 68719476751 for osd.0 2023-12-01T22:03:58.270 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-01T22:03:58.856 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:03:59.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:58 smithi196 conmon[87003]: cluster 2023-12-01T22:03:57.720819+0000 mgr.smithi092.dlnhnq (mgr.14180) 128 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:59.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:58 smithi196 conmon[87003]: audit 2023-12-01T22:03:57.894649+0000 2023-12-01T22:03:59.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:03:58 smithi196 conmon[87003]: mon.smithi092 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.92:0/1555943211' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-01T22:03:59.238 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:58 smithi092 conmon[81890]: cluster 2023-12-01T22:03:57.720819+0000 2023-12-01T22:03:59.238 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:58 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 128 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:03:59.238 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:03:58 smithi092 conmon[81890]: audit 2023-12-01T22:03:57.894649+0000 mon.smithi092 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.92:0/1555943211' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-01T22:04:00.219 INFO:teuthology.orchestra.run.smithi092.stdout:81604378637 2023-12-01T22:04:00.573 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378634 got 81604378637 for osd.1 2023-12-01T22:04:00.573 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-01T22:04:01.162 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:04:01.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:00 smithi196 conmon[87003]: cluster 2023-12-01T22:03:59.721159+0000 mgr.smithi092.dlnhnq (mgr.14180) 129 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:01.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:00 smithi196 conmon[87003]: audit 2023-12-01T 2023-12-01T22:04:01.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:00 smithi196 conmon[87003]: 22:04:00.218757+0000 mon.smithi092 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.92:0/396310423' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-01T22:04:01.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:00 smithi092 conmon[81890]: cluster 2023-12-01T22:03:59.721159+0000 mgr.smithi092.dlnhnq (mgr.14180) 129 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:01.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:00 smithi092 conmon[81890]: audit 2023-12-01T22:04:00.218757+0000 mon.smithi092 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.92:0/396310423' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-01T22:04:02.594 INFO:teuthology.orchestra.run.smithi092.stdout:90194313229 2023-12-01T22:04:02.965 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313225 got 90194313229 for osd.2 2023-12-01T22:04:02.966 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-01T22:04:03.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:02 smithi196 conmon[87003]: cluster 2023-12-01T22:04:01.721536+0000 mgr.smithi092.dlnhnq (mgr.14180) 130 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:03.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:02 smithi196 conmon[87003]: audit 2023-12-01T22:04:02. 2023-12-01T22:04:03.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:02 smithi196 conmon[87003]: 593012+0000 mon.smithi092 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.92:0/1436903223' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-01T22:04:03.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:02 smithi092 conmon[81890]: cluster 2023-12-01T22:04:01.721536+0000 mgr.smithi092.dlnhnq (mgr.14180) 130 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:03.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:02 smithi092 conmon[81890]: audit 2023-12-01T22:04:02.593012+0000 mon.smithi092 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.92:0/1436903223' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-01T22:04:03.547 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:04:04.868 INFO:teuthology.orchestra.run.smithi092.stdout:103079215117 2023-12-01T22:04:05.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:04 smithi196 conmon[87003]: cluster 2023-12-01T22:04:03.721859+0000 mgr.smithi092.dlnhnq (mgr.14180) 131 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:05.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:04 smithi196 conmon[87003]: audit 2023-12-01T22: 2023-12-01T22:04:05.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:04 smithi196 conmon[87003]: 04:04.866669+0000 mon.smithi092 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.92:0/2650564751' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-01T22:04:05.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:04 smithi092 conmon[81890]: cluster 2023-12-01T22:04:03.721859+0000 mgr.smithi092.dlnhnq (mgr.14180) 131 : cluster 2023-12-01T22:04:05.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:04 smithi092 conmon[81890]: [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:05.203 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:04 smithi092 conmon[81890]: audit 2023-12-01T22:04:04.866669+0000 mon.smithi092 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.92:0/2650564751' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-01T22:04:05.250 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215114 got 103079215117 for osd.3 2023-12-01T22:04:05.250 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-01T22:04:05.835 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:04:07.171 INFO:teuthology.orchestra.run.smithi092.stdout:107374182413 2023-12-01T22:04:07.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:06 smithi196 conmon[87003]: cluster 2023-12-01T22:04:05.722173+0000 mgr.smithi092.dlnhnq (mgr.14180) 132 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:07.191 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:06 smithi092 conmon[81890]: cluster 2023-12-01T22:04:05.722173+0000 mgr.smithi092.dlnhnq (mgr.14180) 132 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:07.542 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182409 got 107374182413 for osd.4 2023-12-01T22:04:07.542 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-01T22:04:08.126 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:04:08.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:07 smithi196 conmon[87003]: audit 2023-12-01T22:04:07.169813+0000 mon.smithi092 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.92:0/1500715360' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-01T22:04:08.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:07 smithi092 conmon[81890]: audit 2023-12-01T22:04:07.169813+0000 mon.smithi092 (mon.0) 579 : audit 2023-12-01T22:04:08.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:07 smithi092 conmon[81890]: [DBG] from='client.? 172.21.15.92:0/1500715360' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-01T22:04:09.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:08 smithi092 conmon[81890]: cluster 2023-12-01T22:04:07.722510+0000 mgr.smithi092.dlnhnq (mgr.14180) 133 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:09.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:08 smithi196 conmon[87003]: cluster 2023-12-01T22:04:07.722510+0000 mgr.smithi092.dlnhnq (mgr.14180) 133 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:09.404 INFO:teuthology.orchestra.run.smithi092.stdout:124554051598 2023-12-01T22:04:09.742 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051595 got 124554051598 for osd.5 2023-12-01T22:04:09.742 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-01T22:04:10.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:09 smithi092 conmon[81890]: audit 2023-12-01T22:04:09.403547+0000 mon.smithi092 (mon.0) 2023-12-01T22:04:10.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:09 smithi092 conmon[81890]: 580 : audit [DBG] from='client.? 172.21.15.92:0/754844762' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-01T22:04:10.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:09 smithi196 conmon[87003]: audit 2023-12-01T22:04:09.403547+0000 mon.smithi092 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.92:0/754844762' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-01T22:04:10.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:09 smithi196 conmon[87003]: 2023-12-01T22:04:10.330 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:04:11.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:10 smithi196 conmon[87003]: cluster 2023-12-01T22:04:09.722787+0000 mgr.smithi092.dlnhnq (mgr.14180) 134 : cluster 2023-12-01T22:04:11.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:10 smithi196 conmon[87003]: [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:11.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:10 smithi092 conmon[81890]: cluster 2023-12-01T22:04:09.722787+0000 mgr.smithi092.dlnhnq (mgr.14180) 134 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:11.664 INFO:teuthology.orchestra.run.smithi092.stdout:124554051598 2023-12-01T22:04:12.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:11 smithi092 conmon[81890]: audit 2023-12-01T22:04:11.663420+0000 mon.smithi092 (mon. 2023-12-01T22:04:12.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:11 smithi092 conmon[81890]: 0) 581 : audit [DBG] from='client.? 172.21.15.92:0/1527476337' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-01T22:04:12.148 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051595 got 124554051598 for osd.6 2023-12-01T22:04:12.148 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-01T22:04:12.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:11 smithi196 conmon[87003]: audit 2023-12-01T22:04:11.663420+0000 mon.smithi092 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.92:0/1527476337' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-01T22:04:12.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:11 smithi196 conmon[87003]: 2023-12-01T22:04:12.734 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:04:13.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:12 smithi196 conmon[87003]: cluster 2023-12-01T22:04:11.723124+0000 mgr.smithi092.dlnhnq (mgr.14180) 135 : cluster 2023-12-01T22:04:13.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:12 smithi196 conmon[87003]: [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:13.241 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:12 smithi092 conmon[81890]: cluster 2023-12-01T22:04:11.723124+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:04:13.241 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:12 smithi092 conmon[81890]: ) 135 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:14.075 INFO:teuthology.orchestra.run.smithi092.stdout:141733920782 2023-12-01T22:04:14.440 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920778 got 141733920782 for osd.7 2023-12-01T22:04:14.441 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-01T22:04:14.441 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-01T22:04:15.029 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:04:15.178 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:14 smithi196 conmon[87003]: cluster 2023-12-01T22:04:13.723416+0000 mgr.smithi092.dlnhnq (mgr.14180) 136 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:15.178 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:14 smithi196 conmon[87003]: audit 2023-12-01T22:04:14.074504+0000 mon.smithi092 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.92:0/1536220138' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-01T22:04:15.224 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:14 smithi092 conmon[81890]: cluster 2023-12-01T22:04:13.723416+0000 mgr.smithi092.dlnhnq 2023-12-01T22:04:15.224 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:14 smithi092 conmon[81890]: (mgr.14180) 136 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:15.225 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:14 smithi092 conmon[81890]: audit 2023-12-01T22:04:14.074504+0000 mon.smithi092 (mon.0 2023-12-01T22:04:15.225 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:14 smithi092 conmon[81890]: ) 582 : audit [DBG] from='client.? 172.21.15.92:0/1536220138' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-01T22:04:16.356 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:04:16.358 INFO:teuthology.orchestra.run.smithi092.stderr:dumped all 2023-12-01T22:04:16.746 INFO:teuthology.orchestra.run.smithi092.stdout:{"pg_ready":true,"pg_map":{"version":114,"stamp":"2023-12-01T22:04:15.723587+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":2379436,"kb_used_data":2668,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549012,"statfs":{"total":767926730752,"available":765490188288,"internally_reserved":0,"allocated":2732032,"data_stored":1060328,"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":35,"state":"active+clean","last_fresh":"2023-12-01T22:03:22.162466+0000","last_change":"2023-12-01T22:03:22.162466+0000","last_active":"2023-12-01T22:03:22.162466+0000","last_peered":"2023-12-01T22:03:22.162466+0000","last_clean":"2023-12-01T22:03:22.162466+0000","last_became_active":"2023-12-01T22:03:22.162092+0000","last_became_peered":"2023-12-01T22:03:22.162092+0000","last_unstale":"2023-12-01T22:03:22.162466+0000","last_undegraded":"2023-12-01T22:03:22.162466+0000","last_fullsized":"2023-12-01T22:03:22.162466+0000","mapping_epoch":34,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":35,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-01T22:03:06.893419+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-01T22:03:06.893419+0000","last_clean_scrub_stamp":"2023-12-01T22:03:06.893419+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":33,"seq":141733920783,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297428,"kb_used_data":332,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443628,"statfs":{"total":95990841344,"available":95686275072,"internally_reserved":0,"allocated":339968,"data_stored":132610,"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.72299999999999998}]},{"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.61499999999999999}]},{"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.57199999999999995}]},{"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.59999999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59599999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58399999999999996}]},{"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.71199999999999997}]}]},{"osd":6,"up_from":29,"seq":124554051600,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297432,"kb_used_data":336,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443624,"statfs":{"total":95990841344,"available":95686270976,"internally_reserved":0,"allocated":344064,"data_stored":132925,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42999999999999999}]},{"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.52600000000000002}]},{"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.499}]},{"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.48999999999999999}]},{"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.57899999999999996}]},{"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.67500000000000004}]},{"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.69799999999999995}]}]},{"osd":1,"up_from":19,"seq":81604378641,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297428,"kb_used_data":332,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443628,"statfs":{"total":95990841344,"available":95686275072,"internally_reserved":0,"allocated":339968,"data_stored":132610,"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":"Fri Dec 1 22:04:04 2023","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.46500000000000002}]},{"osd":2,"last update":"Fri Dec 1 22:04:07 2023","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.52000000000000002}]},{"osd":3,"last update":"Fri Dec 1 22:04:12 2023","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.29199999999999998},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.314}]},{"osd":4,"last update":"Fri Dec 1 22:04:12 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.437},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.53000000000000003}]},{"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.40699999999999997}]},{"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.48699999999999999}]},{"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.51100000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476754,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297428,"kb_used_data":332,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443628,"statfs":{"total":95990841344,"available":95686275072,"internally_reserved":0,"allocated":339968,"data_stored":132610,"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":"Fri Dec 1 22:04:04 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.57599999999999996}]},{"osd":2,"last update":"Fri Dec 1 22:04:10 2023","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.52800000000000002}]},{"osd":3,"last update":"Fri Dec 1 22:04:10 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.65800000000000003},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.69299999999999995}]},{"osd":4,"last update":"Fri Dec 1 22:04:10 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.434}]},{"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.72599999999999998}]},{"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.49099999999999999}]},{"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.67100000000000004}]}]},{"osd":2,"up_from":21,"seq":90194313231,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297428,"kb_used_data":332,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443628,"statfs":{"total":95990841344,"available":95686275072,"internally_reserved":0,"allocated":339968,"data_stored":131487,"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":"Fri Dec 1 22:04:07 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.44600000000000001}]},{"osd":1,"last update":"Fri Dec 1 22:04:07 2023","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.53600000000000003}]},{"osd":3,"last update":"Fri Dec 1 22:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.831,"5min":1.831,"15min":1.831},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.8460000000000001,"5min":1.8460000000000001,"15min":1.8460000000000001},"last":0.61799999999999999}]},{"osd":4,"last update":"Fri Dec 1 22:04:10 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.64500000000000002}]},{"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.51700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68799999999999994}]},{"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.71299999999999997}]}]},{"osd":3,"up_from":24,"seq":103079215120,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297428,"kb_used_data":332,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443628,"statfs":{"total":95990841344,"available":95686275072,"internally_reserved":0,"allocated":339968,"data_stored":132236,"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":"Fri Dec 1 22:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.53100000000000003}]},{"osd":1,"last update":"Fri Dec 1 22:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.434,"5min":0.434,"15min":0.434},"last":0.23899999999999999},{"interface":"front","average":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"last":0.31}]},{"osd":2,"last update":"Fri Dec 1 22:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.55300000000000005}]},{"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.57199999999999995}]},{"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.27200000000000002}]},{"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.48399999999999999}]},{"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.33400000000000002}]}]},{"osd":4,"up_from":25,"seq":107374182415,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297432,"kb_used_data":336,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443624,"statfs":{"total":95990841344,"available":95686270976,"internally_reserved":0,"allocated":344064,"data_stored":132925,"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":"Fri Dec 1 22:04:12 2023","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.371}]},{"osd":1,"last update":"Fri Dec 1 22:04:12 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.39300000000000002}]},{"osd":2,"last update":"Fri Dec 1 22:04:12 2023","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.59499999999999997}]},{"osd":3,"last update":"Fri Dec 1 22:04:12 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.0069999999999999,"5min":1.0069999999999999,"15min":1.0069999999999999},"last":0.40799999999999997}]},{"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.48499999999999999}]},{"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.46800000000000003}]},{"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.55700000000000005}]}]},{"osd":5,"up_from":29,"seq":124554051600,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297432,"kb_used_data":336,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443624,"statfs":{"total":95990841344,"available":95686270976,"internally_reserved":0,"allocated":344064,"data_stored":132925,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46000000000000002}]},{"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.38600000000000001}]},{"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.502}]},{"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.33500000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54200000000000004}]},{"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.433}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-01T22:04:16.747 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-01T22:04:17.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:16 smithi092 conmon[81890]: cluster 2023-12-01T22:04:15.723717+0000 mgr.smithi092.dlnhnq (mgr.14180) 137 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:17.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:16 smithi092 conmon[81890]: audit 2023-12-01T22:04:16.353363+0000 mgr.smithi092.dlnhnq (mgr.14180) 138 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:04:17.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:16 smithi196 conmon[87003]: cluster 2023-12-01T22:04:15.723717+0000 mgr.smithi092.dlnhnq (mgr.14180) 137 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:17.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:16 smithi196 conmon[87003]: audit 2023-12-01T22:04 2023-12-01T22:04:17.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:16 smithi196 conmon[87003]: :16.353363+0000 mgr.smithi092.dlnhnq (mgr.14180) 138 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:04:17.339 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:04:18.778 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:04:18.780 INFO:teuthology.orchestra.run.smithi092.stderr:dumped all 2023-12-01T22:04:19.085 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:18 smithi092 conmon[81890]: cluster 2023-12-01T22:04:17.724047+0000 mgr.smithi092.dlnhnq (mgr.14180) 139 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:19.143 INFO:teuthology.orchestra.run.smithi092.stdout:{"pg_ready":true,"pg_map":{"version":115,"stamp":"2023-12-01T22:04:17.723863+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":2379436,"kb_used_data":2668,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549012,"statfs":{"total":767926730752,"available":765490188288,"internally_reserved":0,"allocated":2732032,"data_stored":1060328,"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":35,"state":"active+clean","last_fresh":"2023-12-01T22:03:22.162466+0000","last_change":"2023-12-01T22:03:22.162466+0000","last_active":"2023-12-01T22:03:22.162466+0000","last_peered":"2023-12-01T22:03:22.162466+0000","last_clean":"2023-12-01T22:03:22.162466+0000","last_became_active":"2023-12-01T22:03:22.162092+0000","last_became_peered":"2023-12-01T22:03:22.162092+0000","last_unstale":"2023-12-01T22:03:22.162466+0000","last_undegraded":"2023-12-01T22:03:22.162466+0000","last_fullsized":"2023-12-01T22:03:22.162466+0000","mapping_epoch":34,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":35,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-01T22:03:06.893419+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-01T22:03:06.893419+0000","last_clean_scrub_stamp":"2023-12-01T22:03:06.893419+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":33,"seq":141733920783,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297428,"kb_used_data":332,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443628,"statfs":{"total":95990841344,"available":95686275072,"internally_reserved":0,"allocated":339968,"data_stored":132610,"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.72299999999999998}]},{"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.61499999999999999}]},{"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.57199999999999995}]},{"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.59999999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59599999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58399999999999996}]},{"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.71199999999999997}]}]},{"osd":6,"up_from":29,"seq":124554051600,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297432,"kb_used_data":336,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443624,"statfs":{"total":95990841344,"available":95686270976,"internally_reserved":0,"allocated":344064,"data_stored":132925,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42999999999999999}]},{"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.52600000000000002}]},{"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.499}]},{"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.48999999999999999}]},{"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.57899999999999996}]},{"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.67500000000000004}]},{"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.69799999999999995}]}]},{"osd":1,"up_from":19,"seq":81604378641,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297428,"kb_used_data":332,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443628,"statfs":{"total":95990841344,"available":95686275072,"internally_reserved":0,"allocated":339968,"data_stored":132610,"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":"Fri Dec 1 22:04:04 2023","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.46500000000000002}]},{"osd":2,"last update":"Fri Dec 1 22:04:07 2023","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.52000000000000002}]},{"osd":3,"last update":"Fri Dec 1 22:04:12 2023","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"last":0.29199999999999998},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.314}]},{"osd":4,"last update":"Fri Dec 1 22:04:12 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.437},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.53000000000000003}]},{"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.40699999999999997}]},{"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.48699999999999999}]},{"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.51100000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476755,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297428,"kb_used_data":332,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443628,"statfs":{"total":95990841344,"available":95686275072,"internally_reserved":0,"allocated":339968,"data_stored":132610,"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":"Fri Dec 1 22:04:04 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.47899999999999998}]},{"osd":2,"last update":"Fri Dec 1 22:04:10 2023","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.443}]},{"osd":3,"last update":"Fri Dec 1 22:04:10 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.51900000000000002}]},{"osd":4,"last update":"Fri Dec 1 22:04:10 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.53400000000000003}]},{"osd":5,"last update":"Fri Dec 1 22:04:15 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.51500000000000001}]},{"osd":6,"last update":"Fri Dec 1 22:04:15 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.495},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.60099999999999998}]},{"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.56599999999999995}]}]},{"osd":2,"up_from":21,"seq":90194313232,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297428,"kb_used_data":332,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443628,"statfs":{"total":95990841344,"available":95686275072,"internally_reserved":0,"allocated":339968,"data_stored":131487,"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":"Fri Dec 1 22:04:07 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.44600000000000001}]},{"osd":1,"last update":"Fri Dec 1 22:04:07 2023","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.53600000000000003}]},{"osd":3,"last update":"Fri Dec 1 22:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.831,"5min":1.831,"15min":1.831},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.8460000000000001,"5min":1.8460000000000001,"15min":1.8460000000000001},"last":0.61799999999999999}]},{"osd":4,"last update":"Fri Dec 1 22:04:10 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.64500000000000002}]},{"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.51700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68799999999999994}]},{"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.71299999999999997}]}]},{"osd":3,"up_from":24,"seq":103079215120,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297428,"kb_used_data":332,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443628,"statfs":{"total":95990841344,"available":95686275072,"internally_reserved":0,"allocated":339968,"data_stored":132236,"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":"Fri Dec 1 22:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.53100000000000003}]},{"osd":1,"last update":"Fri Dec 1 22:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.434,"5min":0.434,"15min":0.434},"last":0.23899999999999999},{"interface":"front","average":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"last":0.31}]},{"osd":2,"last update":"Fri Dec 1 22:04:09 2023","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.55300000000000005}]},{"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.57199999999999995}]},{"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.27200000000000002}]},{"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.48399999999999999}]},{"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.33400000000000002}]}]},{"osd":4,"up_from":25,"seq":107374182415,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297432,"kb_used_data":336,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443624,"statfs":{"total":95990841344,"available":95686270976,"internally_reserved":0,"allocated":344064,"data_stored":132925,"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":"Fri Dec 1 22:04:12 2023","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.371}]},{"osd":1,"last update":"Fri Dec 1 22:04:12 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.39300000000000002}]},{"osd":2,"last update":"Fri Dec 1 22:04:12 2023","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.59499999999999997}]},{"osd":3,"last update":"Fri Dec 1 22:04:12 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.0069999999999999,"5min":1.0069999999999999,"15min":1.0069999999999999},"last":0.40799999999999997}]},{"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.48499999999999999}]},{"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.46800000000000003}]},{"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.55700000000000005}]}]},{"osd":5,"up_from":29,"seq":124554051600,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297432,"kb_used_data":336,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443624,"statfs":{"total":95990841344,"available":95686270976,"internally_reserved":0,"allocated":344064,"data_stored":132925,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46000000000000002}]},{"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.38600000000000001}]},{"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.502}]},{"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.33500000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54200000000000004}]},{"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.433}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-01T22:04:19.144 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-01T22:04:19.144 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-01T22:04:19.144 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-01T22:04:19.145 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-01T22:04:19.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:18 smithi196 conmon[87003]: cluster 2023-12-01T22:04:17.724047+0000 mgr.smithi092.dlnhnq (mgr.14180) 139 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:19.726 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring config /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/mon.smithi092/config 2023-12-01T22:04:20.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:19 smithi092 conmon[81890]: audit 2023-12-01T22:04:18.775461+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:04:20.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:19 smithi092 conmon[81890]: .14180) 140 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:04:20.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:19 smithi196 conmon[87003]: audit 2023-12-01T22:04:18.775461+0000 mgr.smithi092.dlnhnq (mgr.14180) 140 2023-12-01T22:04:20.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:19 smithi196 conmon[87003]: : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:04:21.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:20 smithi092 conmon[81890]: cluster 2023-12-01T22:04:19.724392+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:04:21.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:20 smithi092 conmon[81890]: ) 141 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:21.088 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:04:21.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:20 smithi196 conmon[87003]: cluster 2023-12-01T22:04:19.724392+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:04:21.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:20 smithi196 conmon[87003]: ) 141 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:21.448 INFO:teuthology.orchestra.run.smithi092.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-01T22:04:21.448 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-01T22:04:21.448 INFO:tasks.cephadm:Setup complete, yielding 2023-12-01T22:04:21.449 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-01T22:04:21.458 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-12-01T22:04:21.459 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-12-01T22:04:22.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:21 smithi092 conmon[81890]: audit 2023-12-01T22:04:21.087304+0000 mon.smithi092 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.92:0/3854698190' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-01T22:04:22.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:21 smithi196 conmon[87003]: audit 2023-12-01T22:04:21.087304+0000 mon.smithi092 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.92:0/3854698190' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-01T22:04:23.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:22 smithi092 conmon[81890]: cluster 2023-12-01T22:04:21.724803+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:04:23.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:22 smithi092 conmon[81890]: mgr.14180) 142 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:23.290 INFO:teuthology.orchestra.run.smithi092.stdout:Backend: cephadm 2023-12-01T22:04:23.290 INFO:teuthology.orchestra.run.smithi092.stdout:Available: Yes 2023-12-01T22:04:23.290 INFO:teuthology.orchestra.run.smithi092.stdout:Paused: No 2023-12-01T22:04:23.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:22 smithi196 conmon[87003]: cluster 2023-12-01T22:04:21.724803+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:04:23.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:22 smithi196 conmon[87003]: 142 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:23.678 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-01T22:04:24.189 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:23 smithi092 conmon[81890]: audit 2023-12-01T22:04:23. 2023-12-01T22:04:24.190 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:23 smithi092 conmon[81890]: 288686+0000 mgr.smithi092.dlnhnq (mgr.14180) 143 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:24.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:23 smithi196 conmon[87003]: audit 2023-12-01T22:04:23.288686+0000 mgr.smithi092.dlnhnq (mgr.14180) 143 : audit 2023-12-01T22:04:24.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:23 smithi196 conmon[87003]: [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:25.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:24 smithi092 conmon[81890]: cluster 2023-12-01T22:04:23.725110+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:04:25.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:24 smithi092 conmon[81890]: 14180) 144 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:25.384 INFO:teuthology.orchestra.run.smithi092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-01T22:04:25.385 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager.smithi092 smithi092 *:9093,9094 running (2m) 62s ago 3m 16.2M - 0.23.0 ba2b418f427c 036689eee7c6 2023-12-01T22:04:25.385 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi092 smithi092 running (3m) 62s ago 3m 7302k - 16.2.14-328-g0dc074ce d30c4dc4d760 876d5168193c 2023-12-01T22:04:25.385 INFO:teuthology.orchestra.run.smithi092.stdout:crash.smithi196 smithi196 running (2m) 65s ago 2m 7419k - 16.2.14-328-g0dc074ce d30c4dc4d760 ab63d30ea47f 2023-12-01T22:04:25.385 INFO:teuthology.orchestra.run.smithi092.stdout:grafana.smithi092 smithi092 *:3000 running (2m) 62s ago 3m 45.5M - 8.3.5 dad864ee21e9 bbf74985fe00 2023-12-01T22:04:25.385 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi092.dlnhnq smithi092 *:9283 running (4m) 62s ago 4m 444M - 16.2.14-328-g0dc074ce d30c4dc4d760 48d57a4481c3 2023-12-01T22:04:25.385 INFO:teuthology.orchestra.run.smithi092.stdout:mgr.smithi196.dcqzty smithi196 *:8443,9283 running (2m) 65s ago 2m 394M - 16.2.14-328-g0dc074ce d30c4dc4d760 5ecf37b548d6 2023-12-01T22:04:25.385 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi092 smithi092 running (4m) 62s ago 4m 74.4M 2048M 16.2.14-328-g0dc074ce d30c4dc4d760 e400b6d455d2 2023-12-01T22:04:25.385 INFO:teuthology.orchestra.run.smithi092.stdout:mon.smithi196 smithi196 running (2m) 65s ago 2m 64.1M 2048M 16.2.14-328-g0dc074ce d30c4dc4d760 457c94e75ced 2023-12-01T22:04:25.385 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi092 smithi092 *:9100 running (3m) 62s ago 3m 22.9M - 1.3.1 1dbe0e931976 ee7b8f20247d 2023-12-01T22:04:25.385 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter.smithi196 smithi196 *:9100 running (2m) 65s ago 2m 23.7M - 1.3.1 1dbe0e931976 72e46209eb07 2023-12-01T22:04:25.385 INFO:teuthology.orchestra.run.smithi092.stdout:osd.0 smithi196 running (90s) 65s ago 89s 33.8M 4004M 16.2.14-328-g0dc074ce d30c4dc4d760 20d067abc309 2023-12-01T22:04:25.385 INFO:teuthology.orchestra.run.smithi092.stdout:osd.1 smithi092 running (87s) 62s ago 87s 32.0M 3236M 16.2.14-328-g0dc074ce d30c4dc4d760 3b8a8df0d606 2023-12-01T22:04:25.385 INFO:teuthology.orchestra.run.smithi092.stdout:osd.2 smithi196 running (85s) 65s ago 85s 29.4M 4004M 16.2.14-328-g0dc074ce d30c4dc4d760 67e872528a69 2023-12-01T22:04:25.386 INFO:teuthology.orchestra.run.smithi092.stdout:osd.3 smithi092 running (82s) 62s ago 82s 31.1M 3236M 16.2.14-328-g0dc074ce d30c4dc4d760 b74c99fa50b4 2023-12-01T22:04:25.386 INFO:teuthology.orchestra.run.smithi092.stdout:osd.4 smithi196 running (81s) 65s ago 81s 29.2M 4004M 16.2.14-328-g0dc074ce d30c4dc4d760 10405f9cc1ca 2023-12-01T22:04:25.386 INFO:teuthology.orchestra.run.smithi092.stdout:osd.5 smithi092 running (77s) 62s ago 76s 30.3M 3236M 16.2.14-328-g0dc074ce d30c4dc4d760 c671158afeda 2023-12-01T22:04:25.386 INFO:teuthology.orchestra.run.smithi092.stdout:osd.6 smithi196 running (77s) 65s ago 76s 31.4M 4004M 16.2.14-328-g0dc074ce d30c4dc4d760 7589a6b954c8 2023-12-01T22:04:25.386 INFO:teuthology.orchestra.run.smithi092.stdout:osd.7 smithi092 running (71s) 62s ago 71s 22.0M 3236M 16.2.14-328-g0dc074ce d30c4dc4d760 4b43fd18c15d 2023-12-01T22:04:25.386 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus.smithi092 smithi092 *:9095 running (2m) 62s ago 2m 43.1M - 2.33.4 514e6a882f6e f99f2787d8d6 2023-12-01T22:04:25.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:24 smithi196 conmon[87003]: cluster 2023-12-01T22:04:23.725110+0000 mgr.smithi092.dlnhnq (mgr.14180) 144 : cluster 2023-12-01T22:04:25.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:24 smithi196 conmon[87003]: [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:25.700 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-01T22:04:26.230 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:25 smithi092 conmon[81890]: audit 2023-12-01T22:04:25.375910+0000 mgr.smithi092.dlnhnq 2023-12-01T22:04:26.230 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:25 smithi092 conmon[81890]: (mgr.14180) 145 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:26.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:25 smithi196 conmon[87003]: audit 2023-12-01T22:04:25.375910+0000 mgr.smithi092.dlnhnq (mgr.14180) 145 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:27.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:26 smithi092 conmon[81890]: cluster 2023-12-01T22:04:25.725437+0000 mgr.smithi092.dlnhnq (mgr.14180) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:27.337 INFO:teuthology.orchestra.run.smithi092.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-01T22:04:27.337 INFO:teuthology.orchestra.run.smithi092.stdout:alertmanager ?:9093,9094 1/1 64s ago 4m count:1 2023-12-01T22:04:27.337 INFO:teuthology.orchestra.run.smithi092.stdout:crash 2/2 67s ago 4m * 2023-12-01T22:04:27.337 INFO:teuthology.orchestra.run.smithi092.stdout:grafana ?:3000 1/1 64s ago 4m count:1 2023-12-01T22:04:27.338 INFO:teuthology.orchestra.run.smithi092.stdout:mgr 2/2 67s ago 4m count:2 2023-12-01T22:04:27.338 INFO:teuthology.orchestra.run.smithi092.stdout:mon 2/2 67s ago 3m smithi092:172.21.15.92=smithi092;smithi196:172.21.15.196=smithi196;count:2 2023-12-01T22:04:27.338 INFO:teuthology.orchestra.run.smithi092.stdout:node-exporter ?:9100 2/2 67s ago 4m * 2023-12-01T22:04:27.338 INFO:teuthology.orchestra.run.smithi092.stdout:osd.all-available-devices 8 67s ago 2m * 2023-12-01T22:04:27.338 INFO:teuthology.orchestra.run.smithi092.stdout:prometheus ?:9095 1/1 64s ago 4m count:1 2023-12-01T22:04:27.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:26 smithi196 conmon[87003]: cluster 2023-12-01T22:04:25.725437+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:04:27.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:26 smithi196 conmon[87003]: ) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:27.723 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-01T22:04:28.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:27 smithi092 conmon[81890]: audit 2023-12-01T22:04:27.333274+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:04:28.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:27 smithi092 conmon[81890]: mgr.14180) 147 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:28.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:27 smithi196 conmon[87003]: audit 2023-12-01T22:04:27.333274+0000 mgr.smithi092.dlnhnq (mgr.14180) 147 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:29.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:28 smithi092 conmon[81890]: cluster 2023-12-01T22:04:27.725711+0000 mgr.smithi092.dlnhnq (mgr.14180) 148 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:29.347 INFO:teuthology.orchestra.run.smithi092.stdout:HOST ADDR LABELS STATUS 2023-12-01T22:04:29.347 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 172.21.15.92 2023-12-01T22:04:29.347 INFO:teuthology.orchestra.run.smithi092.stdout:smithi196 172.21.15.196 2023-12-01T22:04:29.347 INFO:teuthology.orchestra.run.smithi092.stdout:2 hosts in cluster 2023-12-01T22:04:29.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:28 smithi196 conmon[87003]: cluster 2023-12-01T22:04:27.725711+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:04:29.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:28 smithi196 conmon[87003]: 148 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:29.747 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-01T22:04:30.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:29 smithi092 conmon[81890]: audit 2023-12-01T22:04:29.346159+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:04:30.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:29 smithi092 conmon[81890]: mgr.14180) 149 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:30.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:29 smithi196 conmon[87003]: audit 2023-12-01T22:04:29.346159+0000 mgr.smithi092.dlnhnq (mgr.14180) 149 : audit [DBG] 2023-12-01T22:04:30.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:29 smithi196 conmon[87003]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:31.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:30 smithi196 conmon[87003]: cluster 2023-12-01T22:04:29.726013+0000 mgr.smithi092.dlnhnq (mgr.14180) 150 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:31.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:30 smithi092 conmon[81890]: cluster 2023-12-01T22:04:29.726013+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:04:31.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:30 smithi092 conmon[81890]: 150 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:31.390 INFO:teuthology.orchestra.run.smithi092.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-01T22:04:31.391 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400QM400BGN 372G 65s ago LVM detected, locked 2023-12-01T22:04:31.391 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 /dev/nvme1n1 ssd Linux_8b86029afd757b617f20 89.4G 65s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:31.391 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 /dev/nvme2n1 ssd Linux_7ae5c6735f1c451f1ee1 89.4G 65s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:31.391 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 /dev/nvme3n1 ssd Linux_091167e21df1fa068337 89.4G 65s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:31.391 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 /dev/nvme4n1 ssd Linux_c1cc45ec7dde05cb9288 89.4G 65s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:31.391 INFO:teuthology.orchestra.run.smithi092.stdout:smithi196 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6246000Z400BGN 372G 68s ago LVM detected, locked 2023-12-01T22:04:31.391 INFO:teuthology.orchestra.run.smithi092.stdout:smithi196 /dev/nvme1n1 ssd Linux_97aab28f5a6e425e2be1 89.4G 68s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:31.391 INFO:teuthology.orchestra.run.smithi092.stdout:smithi196 /dev/nvme2n1 ssd Linux_3b8fe3857309c2c29d26 89.4G 68s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:31.391 INFO:teuthology.orchestra.run.smithi092.stdout:smithi196 /dev/nvme3n1 ssd Linux_ab411b07957084e9a38b 89.4G 68s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:31.391 INFO:teuthology.orchestra.run.smithi092.stdout:smithi196 /dev/nvme4n1 ssd Linux_3067077bc26601698d38 89.4G 68s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:31.787 INFO:teuthology.run_tasks:Running task vip... 2023-12-01T22:04:31.797 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-01T22:04:31.797 INFO:tasks.vip:peername 172.21.15.92 2023-12-01T22:04:31.800 INFO:tasks.vip:172.21.15.92 in 172.21.0.0/20, pos 3931 2023-12-01T22:04:31.804 INFO:tasks.vip:smithi092.front.sepia.ceph.com static 10.0.15.92, vnet 10.0.0.0/16 2023-12-01T22:04:31.804 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-01T22:04:31.804 DEBUG:teuthology.orchestra.run.smithi092:> sudo ip route ls 2023-12-01T22:04:31.830 INFO:teuthology.orchestra.run.smithi092.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-01T22:04:31.830 INFO:teuthology.orchestra.run.smithi092.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.92 metric 100 2023-12-01T22:04:31.831 INFO:tasks.vip:Configuring 10.0.15.92 on smithi092.front.sepia.ceph.com iface enp3s0f1... 2023-12-01T22:04:31.831 DEBUG:teuthology.orchestra.run.smithi092:> sudo ip addr add 10.0.15.92/16 dev enp3s0f1 2023-12-01T22:04:31.897 INFO:tasks.vip:peername 172.21.15.196 2023-12-01T22:04:31.899 INFO:tasks.vip:172.21.15.196 in 172.21.0.0/20, pos 4035 2023-12-01T22:04:31.903 INFO:tasks.vip:smithi196.front.sepia.ceph.com static 10.0.15.196, vnet 10.0.0.0/16 2023-12-01T22:04:31.904 DEBUG:teuthology.orchestra.run.smithi196:> sudo ip route ls 2023-12-01T22:04:31.940 INFO:teuthology.orchestra.run.smithi196.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-01T22:04:31.940 INFO:teuthology.orchestra.run.smithi196.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.196 metric 100 2023-12-01T22:04:31.941 INFO:tasks.vip:Configuring 10.0.15.196 on smithi196.front.sepia.ceph.com iface enp3s0f1... 2023-12-01T22:04:31.942 DEBUG:teuthology.orchestra.run.smithi196:> sudo ip addr add 10.0.15.196/16 dev enp3s0f1 2023-12-01T22:04:32.012 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-01T22:04:32.021 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-12-01T22:04:32.022 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-01T22:04:32.023 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:31 smithi092 conmon[81890]: audit 2023-12-01T22:04:31.387702+0000 mgr.smithi092.dlnhnq (mgr.14180) 151 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:32.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:31 smithi196 conmon[87003]: audit 2023-12-01T22:04:31.387702+0000 mgr.smithi092.dlnhnq (mgr.14180) 151 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:33.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:32 smithi092 conmon[81890]: cluster 2023-12-01T22:04:31.726534+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:04:33.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:32 smithi092 conmon[81890]: mgr.14180) 152 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:33.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:32 smithi196 conmon[87003]: cluster 2023-12-01T22:04:31.726534+0000 mgr.smithi092.dlnhnq (mgr.14180) 152 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:33.684 INFO:teuthology.orchestra.run.smithi092.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-01T22:04:33.684 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400QM400BGN 372G 67s ago LVM detected, locked 2023-12-01T22:04:33.684 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 /dev/nvme1n1 ssd Linux_8b86029afd757b617f20 89.4G 67s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:33.684 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 /dev/nvme2n1 ssd Linux_7ae5c6735f1c451f1ee1 89.4G 67s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:33.684 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 /dev/nvme3n1 ssd Linux_091167e21df1fa068337 89.4G 67s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:33.684 INFO:teuthology.orchestra.run.smithi092.stdout:smithi092 /dev/nvme4n1 ssd Linux_c1cc45ec7dde05cb9288 89.4G 67s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:33.685 INFO:teuthology.orchestra.run.smithi092.stdout:smithi196 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6246000Z400BGN 372G 70s ago LVM detected, locked 2023-12-01T22:04:33.685 INFO:teuthology.orchestra.run.smithi092.stdout:smithi196 /dev/nvme1n1 ssd Linux_97aab28f5a6e425e2be1 89.4G 70s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:33.685 INFO:teuthology.orchestra.run.smithi092.stdout:smithi196 /dev/nvme2n1 ssd Linux_3b8fe3857309c2c29d26 89.4G 70s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:33.685 INFO:teuthology.orchestra.run.smithi092.stdout:smithi196 /dev/nvme3n1 ssd Linux_ab411b07957084e9a38b 89.4G 70s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:33.685 INFO:teuthology.orchestra.run.smithi092.stdout:smithi196 /dev/nvme4n1 ssd Linux_3067077bc26601698d38 89.4G 70s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-01T22:04:34.041 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-01T22:04:34.050 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-12-01T22:04:34.050 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-01T22:04:34.081 INFO:teuthology.orchestra.run.smithi092.stderr:+ systemctl stop nfs-server 2023-12-01T22:04:34.088 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi196.front.sepia.ceph.com 2023-12-01T22:04:34.088 DEBUG:teuthology.orchestra.run.smithi196:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-01T22:04:34.113 INFO:teuthology.orchestra.run.smithi196.stderr:+ systemctl stop nfs-server 2023-12-01T22:04:34.121 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-01T22:04:34.129 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-12-01T22:04:34.130 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-12-01T22:04:34.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:33 smithi092 conmon[81890]: audit 2023-12-01T22:04:33.719905+0000 mon.smithi092 ( 2023-12-01T22:04:34.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:33 smithi092 conmon[81890]: mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:04:34.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:33 smithi196 conmon[87003]: audit 2023-12-01T22:04:33.719905+0000 mon.smithi092 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:04:35.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:34 smithi092 conmon[81890]: audit 2023-12-01T22:04:33.680957+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:04:35.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:34 smithi092 conmon[81890]: mgr.14180) 153 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:35.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:34 smithi092 conmon[81890]: cluster 2023-12-01T22:04:33.726812+0000 mgr.smithi092.dlnhnq (mgr.14180) 154 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:35.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:34 smithi196 conmon[87003]: audit 2023-12-01T22:04:33.680957+0000 mgr.smithi092.dlnhnq (mgr.14180) 153 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:35.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:34 smithi196 conmon[87003]: cluster 2023-12-01T22:04:33.726812+0000 mgr.smithi092.dlnhnq (mgr.14180) 154 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:36.017 INFO:teuthology.orchestra.run.smithi092.stdout:Scheduled rgw.foorgw update... 2023-12-01T22:04:36.463 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.92/16' 2023-12-01T22:04:37.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:37 smithi092 conmon[81890]: cluster 2023-12-01T22:04:35.727094+0000 mgr.smithi092.dlnhnq (mgr.14180) 155 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:37.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:37 smithi092 conmon[81890]: audit 2023-12-01T22:04:36.012030+0000 mgr.smithi092.dlnhnq (mgr.14180) 156 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:37.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:37 smithi092 conmon[81890]: cephadm 2023-12-01T22:04:36.013112+0000 mgr.smithi092.dlnhnq (mgr.14180) 157 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-01T22:04:37.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:37 smithi092 conmon[81890]: audit 2023-12-01T22:04:36.016193+0000 mon.smithi092 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:37.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:37 smithi092 conmon[81890]: audit 2023-12-01T22:04:36.420547+0000 mon.smithi092 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:37.373 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:37 smithi196 conmon[87003]: cluster 2023-12-01T22:04:35.727094+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:04:37.373 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:37 smithi196 conmon[87003]: ) 155 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:37.373 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:37 smithi196 conmon[87003]: audit 2023-12-01T22:04:36.012030+0000 mgr.smithi092.dlnhnq (mgr.14180) 156 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:37.373 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:37 smithi196 conmon[87003]: cephadm 2023-12-01T22:04:36.013112+0000 mgr.smithi092.dlnhnq (mgr.14180) 157 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-01T22:04:37.373 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:37 smithi196 conmon[87003]: audit 2023-12-01T22:04:36.016193+0000 mon.smithi092 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:37.373 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:37 smithi196 conmon[87003]: audit 2023-12-01T22:04:36.420547+0000 mon.smithi092 (mon.0) 586 : audit 2023-12-01T22:04:37.373 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:37 smithi196 conmon[87003]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:39.253 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:39 smithi196 conmon[87003]: cluster 2023-12-01T22:04:37.727419+0000 mgr.smithi092.dlnhnq (mgr.14180) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:39.254 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:39 smithi196 conmon[87003]: audit 2023-12-01T22:04:38.319515+0000 mgr.smithi092.dlnhnq (mgr.14180) 159 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.92/16", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:39.254 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:39 smithi196 conmon[87003]: audit 2023-12-01T22:04:38.320762+0000 mon.smithi092 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-01T22:04:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:39 smithi092 conmon[81890]: cluster 2023-12-01T22:04:37.727419+0000 mgr.smithi092.dlnhnq (mgr.14180) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:39 smithi092 conmon[81890]: audit 2023-12-01T22:04:38.319515+0000 mgr.smithi092.dlnhnq (mgr.14180) 159 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.92/16", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:04:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:39 smithi092 conmon[81890]: audit 2023-12-01T22:04:38.320762+0000 mon.smithi092 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-01T22:04:40.063 INFO:teuthology.orchestra.run.smithi092.stdout:NFS Cluster Created Successfully 2023-12-01T22:04:40.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:40 smithi196 conmon[87003]: audit 2023-12-01T22:04:39.024630+0000 2023-12-01T22:04:40.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:40 smithi196 conmon[87003]: mon.smithi092 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-01T22:04:40.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:40 smithi196 conmon[87003]: cluster 2023-12-01T22:04:39.024674+0000 mon.smithi092 (mon.0) 589 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-01T22:04:40.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:40 smithi196 conmon[87003]: audit 2023-12-01T22:04:39.025760+0000 mon.smithi092 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-01T22:04:40.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:40 smithi196 conmon[87003]: audit 2023-12-01T22:04:39.254913+0000 mon.smithi092 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:40.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:40 smithi196 conmon[87003]: audit 2023-12-01T22:04:39.624651+0000 mon.smithi092 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:40.426 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:40 smithi092 conmon[81890]: audit 2023-12-01T22:04:39.024630+0000 mon.smithi092 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-01T22:04:40.426 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:40 smithi092 conmon[81890]: cluster 2023-12-01T22:04:39.024674+0000 mon.smithi092 (mon.0) 589 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-01T22:04:40.426 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:40 smithi092 conmon[81890]: audit 2023-12-01T22:04:39.025760+0000 mon.smithi092 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-01T22:04:40.426 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:40 smithi092 conmon[81890]: audit 2023-12-01T22:04:39.254913+0000 mon.smithi092 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:40.426 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:40 smithi092 conmon[81890]: audit 2023-12-01T22:04:39.624651+0000 mon.smithi092 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:40.817 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-01T22:04:40.826 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-12-01T22:04:40.827 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-12-01T22:04:40.853 INFO:teuthology.orchestra.run.smithi092.stderr:+ dnf install -y python3-boto3 2023-12-01T22:04:41.106 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:41 smithi092 conmon[81890]: cluster 2023-12-01T22:04:39.727749+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:04:41.107 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:41 smithi092 conmon[81890]: mgr.14180) 160 : cluster [DBG] pgmap v127: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:41.107 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:41 smithi092 conmon[81890]: audit 2023-12-01T22:04:40.028864+0000 mon.smithi092 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-01T22:04:41.107 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:41 smithi092 conmon[81890]: cluster 2023-12-01T22:04:40.029076+0000 mon.smithi092 (mon.0) 594 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-01T22:04:41.107 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:41 smithi092 conmon[81890]: cephadm 2023-12-01T22:04:40.055657+0000 mgr.smithi092.dlnhnq (mgr.14180) 161 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-01T22:04:41.107 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:41 smithi092 conmon[81890]: audit 2023-12-01T22:04:40.058803+0000 mon.smithi092 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:41.107 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:41 smithi092 conmon[81890]: cephadm 2023-12-01T22:04:40.059939+0000 mgr.smithi092.dlnhnq (mgr.14180) 162 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-01T22:04:41.107 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:41 smithi092 conmon[81890]: audit 2023-12-01T22:04:40.062162+0000 mon.smithi092 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:41.221 INFO:teuthology.orchestra.run.smithi092.stdout:Updating Subscription Management repositories. 2023-12-01T22:04:41.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: cluster 2023-12-01T22:04:39.727749+0000 mgr.smithi092.dlnhnq (mgr.14180) 160 : cluster [DBG] pgmap v127: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:41.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: audit 2023-12-01T22:04:40.028864+0000 mon.smithi092 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-01T22:04:41.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: cluster 2023-12-01T22:04:41.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: 2023-12-01T22:04: 2023-12-01T22:04:41.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: 40.029076+0000 mon.smithi092 (mon.0 2023-12-01T22:04:41.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: ) 594 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-01T22:04:41.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: cephadm 2023- 2023-12-01T22:04:41.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: 12-01T22:04:40.055657 2023-12-01T22:04:41.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 161 2023-12-01T22:04:41.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-01T22:04:41.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: audit 2023 2023-12-01T22:04:41.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: -12-01T22:04:40 2023-12-01T22:04:41.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: .058803+0000 mon.smithi092 (mon.0) 595 2023-12-01T22:04:41.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:41.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: cephadm 2023-12-01T 2023-12-01T22:04:41.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: 22:04:40.059939+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:04:41.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: 162 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-01T22:04:41.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:04:41.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: 12-01T22:04:40 2023-12-01T22:04:41.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: .062162+0000 mon.smithi092 (mon.0 2023-12-01T22:04:41.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:41 smithi196 conmon[87003]: ) 596 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:42.158 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:07:22 ago on Fri 01 Dec 2023 09:57:19 PM UTC. 2023-12-01T22:04:42.414 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:42 smithi092 conmon[81890]: cluster 2023-12-01T22:04:41.046994+0000 mon.smithi092 (mon.0) 597 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-01T22:04:42.414 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:42 smithi092 conmon[81890]: cluster 2023-12-01T22:04:41.068228+0000 mon.smithi092 (mon.0) 598 : cluster [DBG] mgrmap e19: smithi092.dlnhnq(active, since 3m), standbys: smithi196.dcqzty 2023-12-01T22:04:42.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:42 smithi196 conmon[87003]: cluster 2023-12-01T22:04:41.046994+0000 mon.smithi092 (mon.0) 597 : cluster 2023-12-01T22:04:42.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:42 smithi196 conmon[87003]: [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-01T22:04:42.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:42 smithi196 conmon[87003]: cluster 2023-12-01T22:04:41.068228+0000 mon.smithi092 (mon.0) 598 : cluster [DBG] mgrmap e19: smithi092.dlnhnq(active, since 3m), standbys: smithi196.dcqzty 2023-12-01T22:04:43.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:43 smithi196 conmon[87003]: cluster 2023-12-01T22:04:41.728074+0000 mgr.smithi092.dlnhnq (mgr.14180) 163 : cluster [DBG] pgmap v130: 33 pgs: 21 active+clean, 3 creating+peering, 9 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:43.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:43 smithi196 conmon[87003]: audit 2023-12-01T22:04:42. 2023-12-01T22:04:43.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:43 smithi196 conmon[87003]: 773539+0000 mon.smithi092 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:43.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:43 smithi092 conmon[81890]: cluster 2023-12 2023-12-01T22:04:43.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:43 smithi092 conmon[81890]: -01T22:04:41.728074+0000 mgr.smithi092.dlnhnq (mgr.14180) 163 : cluster [DBG] pgmap v130: 33 pgs: 21 active+clean, 3 creating+peering, 9 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:43.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:43 smithi092 conmon[81890]: audit 2023-12-01T22:04:42.773539+0000 mon.smithi092 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:44.014 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-12-01T22:04:44.015 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-12-01T22:04:44.015 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2023-12-01T22:04:44.015 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-12-01T22:04:44.015 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2023-12-01T22:04:44.015 INFO:teuthology.orchestra.run.smithi092.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2023-12-01T22:04:44.015 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2023-12-01T22:04:44.015 INFO:teuthology.orchestra.run.smithi092.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2023-12-01T22:04:44.015 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2023-12-01T22:04:44.015 INFO:teuthology.orchestra.run.smithi092.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2023-12-01T22:04:44.016 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:04:44.016 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2023-12-01T22:04:44.016 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-12-01T22:04:44.016 INFO:teuthology.orchestra.run.smithi092.stdout:Install 4 Packages 2023-12-01T22:04:44.016 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:04:44.016 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 4.8 M 2023-12-01T22:04:44.016 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 49 M 2023-12-01T22:04:44.016 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2023-12-01T22:04:44.327 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:44 smithi196 conmon[87003]: audit 2023-12-01T22:04:43.175875+0000 mon.smithi092 (mon.0) 2023-12-01T22:04:44.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:44 smithi196 conmon[87003]: 600 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:04:44.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:44 smithi196 conmon[87003]: audit 2023-12-01T22:04:43.176536+0000 mon.smithi092 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:04:44.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:44 smithi196 conmon[87003]: audit 2023-12-01T22:04:43.180895+0000 mon.smithi092 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:44.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:44 smithi196 conmon[87003]: audit 2023-12-01T22:04:43.184326+0000 mon.smithi092 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T22:04:44.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:44 smithi196 conmon[87003]: cephadm 2023-12-01T22:04:43.188141+0000 mgr.smithi092.dlnhnq (mgr.14180) 164 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-01T22:04:44.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:44 smithi196 conmon[87003]: audit 2023-12-01T22:04:43.191017+0000 mon.smithi092 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:44.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:44 smithi196 conmon[87003]: audit 2023-12-01T22:04:43.191457+0000 mon.smithi092 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi196.rzowcy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T22:04:44.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:44 smithi196 conmon[87003]: audit 2023-12-01T22:04:43.196352+0000 mon.smithi092 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi196.rzowcy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T22:04:44.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:44 smithi196 conmon[87003]: audit 2023-12-01T22:04:43.202636+0000 mon.smithi092 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:44.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:44 smithi196 conmon[87003]: audit 2023-12-01T22:04:43.203183+0000 mon.smithi092 (mon.0) 608 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:04:44.328 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:44 smithi196 conmon[87003]: cephadm 2023-12-01T22:04:43.203699+0000 mgr.smithi092.dlnhnq (mgr.14180) 165 : cephadm [INF] Deploying daemon rgw.foorgw.smithi196.rzowcy on smithi196 2023-12-01T22:04:44.365 INFO:teuthology.orchestra.run.smithi092.stdout:(1/4): python3-boto3-1.15.15-1.el8.noarch.rpm 1.2 MB/s | 152 kB 00:00 2023-12-01T22:04:44.379 INFO:teuthology.orchestra.run.smithi092.stdout:(2/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 766 kB/s | 108 kB 00:00 2023-12-01T22:04:44.409 INFO:teuthology.orchestra.run.smithi092.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 1.0 MB/s | 45 kB 00:00 2023-12-01T22:04:44.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: audit 2023-12-01T22:04:43.175875 2023-12-01T22:04:44.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: +0000 mon.smithi092 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:04:44.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: audit 2023-12-01T22:04:43.176536+0000 mon.smithi092 2023-12-01T22:04:44.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:04:44.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T22:04:44.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: 22:04:43.180895+0000 mon.smithi092 (mon.0) 602 2023-12-01T22:04:44.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:44.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: audit 2023-12-01T22:04:44.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: 2023-12-01T22:04:43. 2023-12-01T22:04:44.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: 184326+0000 mon.smithi092 (mon.0) 603 : audit [DBG] 2023-12-01T22:04:44.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T22:04:44.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: cephadm 2023- 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: 12-01T22:04:43.188141+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: mgr.14180) 164 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: audit 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: 2023-12-01T22:04 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: :43.191017+0000 mon.smithi092 (mon.0) 604 : 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: audit 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: 2023-12-01T22:04:43.191457+0000 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: mon.smithi092 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi196.rzowcy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: audit 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: 2023-12-01T22:04:43 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: .196352+0000 mon.smithi092 (mon.0) 606 : audit 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi196.rzowcy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T22:04:44.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: audit 2023-12-01T22 2023-12-01T22:04:44.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: :04:43.202636+0000 mon.smithi092 (mon.0) 2023-12-01T22:04:44.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: 607 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:44.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: audit 2023-12 2023-12-01T22:04:44.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: -01T22:04:43.203183+0000 mon.smithi092 (mon 2023-12-01T22:04:44.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: .0) 608 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:04:44.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: cephadm 2023-12-01T22:04:44.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: 2023-12-01T22:04: 2023-12-01T22:04:44.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: 43.203699+0000 mgr.smithi092.dlnhnq (mgr.14180) 165 : cephadm 2023-12-01T22:04:44.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:44 smithi092 conmon[81890]: [INF] Deploying daemon rgw.foorgw.smithi196.rzowcy on smithi196 2023-12-01T22:04:44.807 INFO:teuthology.orchestra.run.smithi092.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 7.8 MB/s | 4.5 MB 00:00 2023-12-01T22:04:44.810 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2023-12-01T22:04:44.810 INFO:teuthology.orchestra.run.smithi092.stdout:Total 6.0 MB/s | 4.8 MB 00:00 2023-12-01T22:04:44.812 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2023-12-01T22:04:44.819 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2023-12-01T22:04:44.819 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2023-12-01T22:04:44.978 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2023-12-01T22:04:44.983 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2023-12-01T22:04:45.229 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2023-12-01T22:04:45.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:45 smithi092 conmon[81890]: cluster 2023-12-01T22:04:43.728441+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:04:45.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:45 smithi092 conmon[81890]: mgr.14180) 166 : cluster [DBG] pgmap v131: 33 pgs: 23 active+clean, 3 creating+peering, 7 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:45.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:45 smithi196 conmon[87003]: cluster 2023-12-01T22:04:43.728441+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:04:45.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:45 smithi196 conmon[87003]: 166 : cluster [DBG] pgmap v131: 33 pgs: 23 active+clean, 3 creating+peering, 7 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:46.650 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2023-12-01T22:04:46.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:46 smithi092 conmon[81890]: audit 2023-12-01T22:04:45.439307+0000 mon.smithi092 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:46.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:46 smithi092 conmon[81890]: audit 2023-12-01T22:04:45.440540+0000 mon.smithi092 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi092.pgofos", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T22:04:46.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:46 smithi092 conmon[81890]: audit 2023-12-01T22:04:45.445822+0000 mon.smithi092 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi092.pgofos", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T22:04:46.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:46 smithi092 conmon[81890]: audit 2023-12-01T22:04:45.451907+0000 mon.smithi092 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:46.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:46 smithi092 conmon[81890]: audit 2023-12-01T22:04:45.452560+0000 mon.smithi092 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:04:46.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:46 smithi092 conmon[81890]: cluster 2023-12-01T22:04:45.484733+0000 mon.smithi092 (mon.0) 614 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-01T22:04:46.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:46 smithi092 conmon[81890]: audit 2023-12-01T22:04:45.487463+0000 mon.smithi196 (mon.1) 19 : audit [INF] from='client.? 172.21.15.196:0/2967262782' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-01T22:04:46.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:46 smithi092 conmon[81890]: audit 2023-12-01T22:04:45.488772+0000 mon.smithi092 (mon.0) 615 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-01T22:04:46.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: audit 2023-12-01T22:04:45.439307+0000 mon.smithi092 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:46.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: audit 2023-12-01T22:04:45.440540+0000 mon.smithi092 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi092.pgofos", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T22:04:46.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: audit 2023-12-01T22:04:45.445822+0000 mon.smithi092 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi092.pgofos", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T22:04:46.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: audit 2023-12-01T22:04:45.451907+0000 mon.smithi092 (mon 2023-12-01T22:04:46.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: .0) 612 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:46.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:04:46.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: 12-01T22:04:45.452560+0000 mon.smithi092 2023-12-01T22:04:46.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:04:46.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: cluster 2023- 2023-12-01T22:04:46.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: 12-01T22:04:45.484733+0000 mon.smithi092 ( 2023-12-01T22:04:46.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: mon.0) 614 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-01T22:04:46.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:04:46.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: 12-01T22:04:45.487463+0000 mon.smithi196 (mon. 2023-12-01T22:04:46.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: 1) 19 : audit [INF] from='client.? 172.21.15.196:0/2967262782' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-01T22:04:46.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: audit 2023-12 2023-12-01T22:04:46.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: -01T22:04:45.488772+0000 mon.smithi092 ( 2023-12-01T22:04:46.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:46 smithi196 conmon[87003]: mon.0) 615 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-01T22:04:46.942 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-12-01T22:04:47.195 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-12-01T22:04:47.477 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2023-12-01T22:04:47.770 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2023-12-01T22:04:47.770 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2023-12-01T22:04:47.770 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2023-12-01T22:04:47.770 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2023-12-01T22:04:47.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:47 smithi092 conmon[81890]: cephadm 2023-12-01T22:04:45.453098+0000 mgr.smithi092.dlnhnq (mgr.14180) 167 : cephadm [INF] Deploying daemon rgw.foorgw.smithi092.pgofos on smithi092 2023-12-01T22:04:47.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:47 smithi092 conmon[81890]: cluster 2023-12-01T22:04:45.728792+0000 mgr.smithi092.dlnhnq (mgr.14180) 168 : cluster [DBG] pgmap v133: 65 pgs: 4 creating+peering, 28 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:47.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:47 smithi092 conmon[81890]: audit 2023-12-01T22:04:46.488114+0000 mon.smithi092 (mon.0) 616 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-01T22:04:47.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:47 smithi092 conmon[81890]: cluster 2023-12-01T22:04:46.488272+0000 mon.smithi092 (mon.0) 617 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-01T22:04:47.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:47 smithi196 conmon[87003]: cephadm 2023-12-01T22:04:45.453098+0000 mgr.smithi092.dlnhnq (mgr.14180) 167 : cephadm [INF] Deploying daemon rgw.foorgw.smithi092.pgofos on smithi092 2023-12-01T22:04:47.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:47 smithi196 conmon[87003]: cluster 2023-12-01T22:04:45.728792+0000 mgr.smithi092.dlnhnq (mgr.14180) 168 : cluster [DBG] pgmap v133: 65 pgs: 4 creating+peering, 28 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:47.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:47 smithi196 conmon[87003]: audit 2023-12-01T22:04:46.488114+0000 mon.smithi092 (mon.0) 616 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-01T22:04:47.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:47 smithi196 conmon[87003]: cluster 2023-12-01T22:04:46.488272+0000 mon.smithi092 (mon.0) 617 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-01T22:04:48.768 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: cluster 2023-12-01T22:04:47.490463+0000 mon.smithi092 (mon.0) 618 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-01T22:04:48.768 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.497445+0000 mon.smithi196 (mon.1) 20 : audit [INF] from='client.? 172.21.15.196:0/2967262782' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-01T22:04:48.768 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.498572+0000 mon.smithi092 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-01T22:04:48.768 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.690537+0000 mon.smithi092 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:48.768 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.695417+0000 mon.smithi092 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:48.768 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: cephadm 2023-12-01T22:04:47.711944+0000 mgr.smithi092.dlnhnq (mgr.14180) 169 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi092.qzuhzs 2023-12-01T22:04:48.768 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.712361+0000 mon.smithi092 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi092.qzuhzs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-01T22:04:48.768 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.715664+0000 mon.smithi092 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi092.qzuhzs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-01T22:04:48.768 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: cephadm 2023-12-01T22:04:47.716238+0000 mgr.smithi092.dlnhnq (mgr.14180) 170 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-01T22:04:48.768 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.716485+0000 mon.smithi092 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-01T22:04:48.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.719837+0000 mon.smithi092 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-01T22:04:48.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.720949+0000 mon.smithi092 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:04:48.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: cluster 2023-12-01T22:04:47.729320+0000 mgr.smithi092.dlnhnq (mgr.14180) 171 : cluster [DBG] pgmap v136: 97 pgs: 6 creating+peering, 53 unknown, 38 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:48.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.760830+0000 mon.smithi092 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-01T22:04:48.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.764144+0000 mon.smithi092 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-01T22:04:48.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: cephadm 2023-12-01T22:04:47.805954+0000 mgr.smithi092.dlnhnq (mgr.14180) 172 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-01T22:04:48.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: cephadm 2023-12-01T22:04:47.806045+0000 mgr.smithi092.dlnhnq (mgr.14180) 173 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi092.qzuhzs-rgw 2023-12-01T22:04:48.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.806353+0000 mon.smithi092 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi092.qzuhzs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T22:04:48.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.809578+0000 mon.smithi092 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi092.qzuhzs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T22:04:48.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: audit 2023-12-01T22:04:47.812843+0000 mon.smithi092 (mon.0) 631 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:04:48.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:48 smithi092 conmon[81890]: cephadm 2023-12-01T22:04:47.813603+0000 mgr.smithi092.dlnhnq (mgr.14180) 174 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi092.qzuhzs on smithi092 2023-12-01T22:04:48.836 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2023-12-01T22:04:48.836 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:07:29 ago on Fri 01 Dec 2023 09:57:19 PM UTC. 2023-12-01T22:04:48.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: cluster 2023-12-01T22:04:47.490463+0000 mon.smithi092 (mon.0 2023-12-01T22:04:48.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: ) 618 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-01T22:04:48.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023-12-01T22:04:47.497445+0000 mon.smithi196 (mon.1) 20 : audit [INF] from='client.? 172.21.15.196:0/2967262782' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-01T22:04:48.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023-12-01T22:04:47.498572+0000 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: mon.smithi092 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 12-01T22:04:47.690537+0000 mon.smithi092 (mon.0) 620 : audit [INF] 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023-12-01T22 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: :04:47.695417+0000 mon.smithi092 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: (mon.0) 621 : audit [INF] 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: cephadm 2023-12-01T22:04:47 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: .711944+0000 mgr.smithi092.dlnhnq (mgr.14180) 169 : cephadm [INF] 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: Creating key for client.nfs.foo.0.0.smithi092.qzuhzs 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 2023-12-01T22:04:47.712361+0000 mon.smithi092 (mon.0) 622 : audit 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi092.qzuhzs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-01T22:04:48.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023-12-01T22:04:47 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: .715664+0000 mon.smithi092 (mon.0) 623 : audit [INF] 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi092.qzuhzs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: cephadm 2023-12-01T22:04:47. 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 716238+0000 mgr.smithi092.dlnhnq (mgr.14180) 170 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 2023-12-01T22:04:47. 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 716485+0000 mon.smithi092 (mon.0) 624 : audit [INF] 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023-12-01T22:04:47.719837+0000 mon.smithi092 (mon 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: .0) 625 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 2023-12-01T22:04:47.720949+0000 mon.smithi092 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: cluster 2023-12-01T22:04:47.729320+0000 mgr.smithi092.dlnhnq (mgr.14180) 171 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: : cluster [DBG] pgmap v136: 97 pgs: 6 creating+peering, 53 unknown, 38 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023-12-01T22:04:47. 2023-12-01T22:04:48.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 760830+0000 mon.smithi092 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-01T22:04:48.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023-12-01T22:04: 2023-12-01T22:04:48.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 47.764144+0000 mon.smithi092 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-01T22:04:48.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: cephadm 2023-12-01T22:04:47.805954+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:04:48.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: .14180) 172 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-01T22:04:48.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: cephadm 2023-12-01T22:04:48.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 2023-12-01T22:04 2023-12-01T22:04:48.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: :47.806045+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:04:48.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: .14180) 173 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi092.qzuhzs-rgw 2023-12-01T22:04:48.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 2023-12-01T22:04:48.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023-12-01T22:04: 2023-12-01T22:04:48.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 47.806353+0000 mon.smithi092 (mon.0) 629 : 2023-12-01T22:04:48.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi092.qzuhzs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-01T22:04:48.929 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023-12-01T22:04:48.929 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 2023-12-01T22:04:47.809578+0000 2023-12-01T22:04:48.929 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: mon.smithi092 (mon.0) 630 : audit [INF] 2023-12-01T22:04:48.929 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi092.qzuhzs-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-01T22:04:48.929 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: audit 2023-12-01T22:04:48.929 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 2023-12-01T22:04:47.812843+0000 mon.smithi092 (mon. 2023-12-01T22:04:48.929 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: 0) 631 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:04:48.929 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: cephadm 2023-12-01T22:04:47.813603+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:04:48.929 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:48 smithi196 conmon[87003]: mgr.14180) 174 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi092.qzuhzs on smithi092 2023-12-01T22:04:49.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:49 smithi092 conmon[81890]: audit 2023-12-01 2023-12-01T22:04:49.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:49 smithi092 conmon[81890]: T22:04:48.491675+0000 mon.smithi092 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-01T22:04:49.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:49 smithi092 conmon[81890]: cluster 2023-12-01T22:04:48.491764+0000 mon.smithi092 (mon.0) 633 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-01T22:04:49.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:49 smithi092 conmon[81890]: cluster 2023-12-01T22:04:49.494835+0000 mon.smithi092 (mon.0) 634 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-01T22:04:49.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:49 smithi092 conmon[81890]: audit 2023-12-01T22:04:49.495893+0000 mon.smithi092 (mon.0) 635 : audit [INF] from='client.? 172.21.15.92:0/3041014488' entity='client.rgw.foorgw.smithi092.pgofos' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-01T22:04:49.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:49 smithi092 conmon[81890]: audit 2023-12-01T22:04:49.501623+0000 mon.smithi196 (mon.1) 21 : audit [INF] from='client.? 172.21.15.196:0/2967262782' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-01T22:04:49.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:49 smithi092 conmon[81890]: audit 2023-12-01T22:04:49.502236+0000 mon.smithi092 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-01T22:04:49.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: audit 2023-12-01T22:04:48.491675+0000 mon.smithi092 (mon.0) 632 2023-12-01T22:04:49.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-01T22:04:49.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: cluster 2023-12-01T22:04:48.491764+0000 mon.smithi092 (mon.0) 633 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-01T22:04:49.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: cluster 2023-12-01T22: 2023-12-01T22:04:49.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: 04:49.494835+0000 mon.smithi092 (mon.0) 634 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-01T22:04:49.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: audit 2023-12-01T22:04:49.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: 2023-12-01T22:04:49.495893+0000 mon.smithi092 (mon.0) 635 2023-12-01T22:04:49.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: : audit [INF] from='client.? 172.21.15.92:0/3041014488' entity='client.rgw.foorgw.smithi092.pgofos' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-01T22:04:49.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:04:49.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: 01T22:04:49.501623+0000 mon.smithi196 (mon.1 2023-12-01T22:04:49.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: ) 21 : audit [INF] from='client.? 172.21.15.196:0/2967262782' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-01T22:04:49.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:04:49.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: 12-01T22:04:49.502236+0000 mon.smithi092 (mon 2023-12-01T22:04:49.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:49 smithi196 conmon[87003]: .0) 636 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-01T22:04:50.853 INFO:teuthology.orchestra.run.smithi092.stdout:Installed products updated. 2023-12-01T22:04:50.955 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:04:50.956 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2023-12-01T22:04:50.956 INFO:teuthology.orchestra.run.smithi092.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2023-12-01T22:04:50.956 INFO:teuthology.orchestra.run.smithi092.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2023-12-01T22:04:50.956 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:04:50.956 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-12-01T22:04:51.073 DEBUG:teuthology.orchestra.run.smithi092:> 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' 2023-12-01T22:04:51.140 INFO:teuthology.orchestra.run.smithi092.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-12-01T22:04:51.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: cluster 2023-12-01T22:04:49.729744+0000 mgr.smithi092.dlnhnq 2023-12-01T22:04:51.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: (mgr.14180) 175 : cluster [DBG] pgmap v139: 129 pgs: 6 creating+peering, 73 unknown, 50 active+clean; 16 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: audit 2023-12-01T22:04 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: :49.952803+0000 mon.smithi092 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: audit 2023 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: -12-01T22:04:49.959035+0000 mon.smithi092 ( 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: cephadm 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: 2023-12-01T22:04:49.966177+0000 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: mgr.smithi092.dlnhnq (mgr.14180) 176 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.piynaw on smithi196 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: audit 2023-12-01T 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: 22:04:50.208385+0000 mon.smithi092 (mon.0) 639 : audit 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: 01T22:04:50.495336+0000 mon.smithi092 (mon. 2023-12-01T22:04:51.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: 0) 640 : audit [INF] from='client.? 172.21.15.92:0/3041014488' entity='client.rgw.foorgw.smithi092.pgofos' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-01T22:04:51.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: audit 2023 2023-12-01T22:04:51.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: -12-01T22:04:50.495587+0000 mon.smithi092 2023-12-01T22:04:51.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-01T22:04:51.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: cluster 2023-12- 2023-12-01T22:04:51.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: 01T22:04:50.495669+0000 mon.smithi092 (mon.0) 2023-12-01T22:04:51.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:51 smithi196 conmon[87003]: 642 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-01T22:04:51.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: cluster 2023-12-01T22:04:49 2023-12-01T22:04:51.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: .729744+0000 mgr.smithi092.dlnhnq (mgr.14180) 175 : cluster [DBG] pgmap v139: 129 pgs: 6 creating+peering, 73 unknown, 50 active+clean; 16 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-12-01T22:04:51.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: audit 2023-12-01T22:04:49 2023-12-01T22:04:51.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: .952803+0000 mon.smithi092 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:51.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: audit 2023 2023-12-01T22:04:51.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: -12-01T22:04:49. 2023-12-01T22:04:51.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: 959035+0000 mon.smithi092 (mon.0) 638 2023-12-01T22:04:51.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:51.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: cephadm 2023 2023-12-01T22:04:51.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: -12-01T22:04:49.966177 2023-12-01T22:04:51.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 176 2023-12-01T22:04:51.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.piynaw on smithi196 2023-12-01T22:04:51.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: audit 2023-12-01T22:04:51.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: 2023-12-01T22:04:50.208385 2023-12-01T22:04:51.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: +0000 mon.smithi092 (mon.0) 639 : 2023-12-01T22:04:51.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:04:51.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: audit 2023 2023-12-01T22:04:51.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: -12-01T22:04:50.495336+0000 2023-12-01T22:04:51.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: mon.smithi092 (mon.0) 640 : audit 2023-12-01T22:04:51.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: [INF] from='client.? 172.21.15.92:0/3041014488' entity='client.rgw.foorgw.smithi092.pgofos' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-01T22:04:51.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: audit 2023 2023-12-01T22:04:51.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: -12-01T22:04:50.495587 2023-12-01T22:04:51.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: +0000 mon.smithi092 (mon.0) 641 : 2023-12-01T22:04:51.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-01T22:04:51.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: cluster 2023 2023-12-01T22:04:51.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: -12-01T22:04:50.495669 2023-12-01T22:04:51.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: +0000 mon.smithi092 (mon.0) 642 : 2023-12-01T22:04:51.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:51 smithi092 conmon[81890]: cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-01T22:04:51.704 INFO:teuthology.orchestra.run.smithi092.stderr:Inferring fsid d9a73af2-9094-11ee-95a2-87774f69a715 2023-12-01T22:04:51.837 INFO:teuthology.orchestra.run.smithi092.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e1f680df85d9287f04633db70fe79d7c61fc217400b17f0852d169b69a0b050e 2023-12-01T22:04:52.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:52 smithi092 conmon[81890]: cluster 2023-12-01T22:04:51.497885+0000 mon.smithi092 (mon.0) 643 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-01T22:04:52.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:52 smithi092 conmon[81890]: audit 2023-12-01T22:04:51.498467+0000 mon.smithi092 (mon.0) 644 : audit [INF] from='client.? 172.21.15.92:0/2742130537' entity='client.rgw.foorgw.smithi092.pgofos' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-01T22:04:52.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:52 smithi092 conmon[81890]: audit 2023-12-01T22:04:51.500263+0000 mon.smithi196 (mon.1) 22 : audit [INF] from='client.? 172.21.15.196:0/2538683040' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-01T22:04:52.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:52 smithi092 conmon[81890]: audit 2023-12-01T22:04:51.501183+0000 mon.smithi092 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-01T22:04:52.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:52 smithi092 conmon[81890]: cluster 2023-12-01T22:04:51.730149+0000 mgr.smithi092.dlnhnq (mgr.14180) 177 : cluster [DBG] pgmap v142: 161 pgs: 15 creating+peering, 48 unknown, 98 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 2023-12-01T22:04:52.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:52 smithi196 conmon[87003]: cluster 2023-12-01T22:04:51.497885+0000 2023-12-01T22:04:52.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:52 smithi196 conmon[87003]: mon.smithi092 (mon.0) 643 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-01T22:04:52.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:52 smithi196 conmon[87003]: audit 2023-12-01T22:04:51.498467+0000 mon.smithi092 (mon.0) 644 : audit [INF] from='client.? 172.21.15.92:0/2742130537' entity='client.rgw.foorgw.smithi092.pgofos' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-01T22:04:52.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:52 smithi196 conmon[87003]: audit 2023-12-01T22:04:51.500263+0000 mon.smithi196 (mon.1) 22 : audit [INF] from='client.? 172.21.15.196:0/2538683040' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-01T22:04:52.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:52 smithi196 conmon[87003]: audit 2023-12-01T 2023-12-01T22:04:52.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:52 smithi196 conmon[87003]: 22:04:51.501183+0000 mon.smithi092 (mon.0) 645 : audit [INF] 2023-12-01T22:04:52.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:52 smithi196 conmon[87003]: from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-01T22:04:52.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:52 smithi196 conmon[87003]: cluster 2023-12-01T22:04:52.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:52 smithi196 conmon[87003]: 2023-12-01T22:04:51.730149+0000 mgr.smithi092.dlnhnq (mgr.14180) 177 : cluster [DBG] pgmap v142: 161 pgs: 15 creating+peering, 48 unknown, 98 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 2023-12-01T22:04:53.456 INFO:teuthology.run_tasks:Running task python... 2023-12-01T22:04:53.474 INFO:tasks.python:Running python on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-12-01T22:04:53.474 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') 2023-12-01T22:04:53.477 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-12-01T22:04:53.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:53 smithi092 conmon[81890]: audit 2023-12-01T22:04:52.505191+0000 mon.smithi092 (mon.0 2023-12-01T22:04:53.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:53 smithi092 conmon[81890]: ) 646 : audit [INF] from='client.? 172.21.15.92:0/2742130537' entity='client.rgw.foorgw.smithi092.pgofos' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-01T22:04:53.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:53 smithi092 conmon[81890]: audit 2023-12-01T22:04:52.505402+0000 mon.smithi092 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-01T22:04:53.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:53 smithi092 conmon[81890]: cluster 2023-12-01T22:04:52.505572+0000 mon.smithi092 (mon.0) 648 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-01T22:04:53.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:53 smithi092 conmon[81890]: audit 2023-12-01T22:04:52.507611+0000 mon.smithi196 (mon.1) 23 : audit [INF] from='client.? 172.21.15.196:0/2538683040' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-01T22:04:53.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:53 smithi092 conmon[81890]: audit 2023-12-01T22:04:52.509816+0000 mon.smithi092 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-01T22:04:53.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:53 smithi092 conmon[81890]: audit 2023-12-01T22:04:52.510095+0000 mon.smithi092 (mon.0) 650 : audit [INF] from='client.? 172.21.15.92:0/2742130537' entity='client.rgw.foorgw.smithi092.pgofos' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-01T22:04:53.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: audit 2023-12-01T22:04:52.505191+0000 mon.smithi092 (mon.0) 646 2023-12-01T22:04:53.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: : audit [INF] from='client.? 172.21.15.92:0/2742130537' entity='client.rgw.foorgw.smithi092.pgofos' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-01T22:04:53.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: audit 2023-12-01T22:04:52.505402+0000 mon.smithi092 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-01T22:04:53.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: cluster 2023-12-01T22:04: 2023-12-01T22:04:53.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: 52.505572+0000 mon.smithi092 (mon.0) 648 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-01T22:04:53.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: audit 2023-12-01T22:04:53.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: 2023-12-01T22:04:52.507611+0000 mon.smithi196 (mon.1) 23 : 2023-12-01T22:04:53.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: audit [INF] from='client.? 172.21.15.196:0/2538683040' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-01T22:04:53.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:04:53.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: 12-01T22:04:52.509816+0000 mon.smithi092 (mon.0) 649 2023-12-01T22:04:53.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-01T22:04:53.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: audit 2023 2023-12-01T22:04:53.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: -12-01T22:04:52.510095+0000 mon.smithi092 (mon.0) 2023-12-01T22:04:53.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:53 smithi196 conmon[87003]: 650 : audit [INF] from='client.? 172.21.15.92:0/2742130537' entity='client.rgw.foorgw.smithi092.pgofos' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-01T22:04:54.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:54 smithi092 conmon[81890]: audit 2023-12-01T22:04:53.504270+0000 mon.smithi092 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-01T22:04:54.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:54 smithi092 conmon[81890]: audit 2023-12-01T22:04:53.504334+0000 mon.smithi092 (mon.0) 652 : audit [INF] from='client.? 172.21.15.92:0/2742130537' entity='client.rgw.foorgw.smithi092.pgofos' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-01T22:04:54.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:54 smithi092 conmon[81890]: cluster 2023-12-01T22:04:53.504370+0000 mon.smithi092 (mon.0) 653 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-01T22:04:54.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:54 smithi092 conmon[81890]: cluster 2023-12-01T22:04:53.730531+0000 mgr.smithi092.dlnhnq (mgr.14180) 178 : cluster [DBG] pgmap v145: 161 pgs: 18 creating+peering, 34 unknown, 109 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1023 B/s wr, 4 op/s 2023-12-01T22:04:54.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:54 smithi196 conmon[87003]: audit 2023-12-01T22:04:53.504270+0000 2023-12-01T22:04:54.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:54 smithi196 conmon[87003]: mon.smithi092 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi196.rzowcy' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-01T22:04:54.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:54 smithi196 conmon[87003]: audit 2023-12-01T22:04:53.504334+0000 mon.smithi092 (mon.0) 652 : audit 2023-12-01T22:04:54.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:54 smithi196 conmon[87003]: [INF] from='client.? 172.21.15.92:0/2742130537' entity='client.rgw.foorgw.smithi092.pgofos' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-01T22:04:54.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:54 smithi196 conmon[87003]: cluster 2023-12-01T22:04:54.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:54 smithi196 conmon[87003]: 2023-12-01T22:04:53.504370 2023-12-01T22:04:54.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:54 smithi196 conmon[87003]: +0000 mon.smithi092 (mon.0) 653 2023-12-01T22:04:54.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:54 smithi196 conmon[87003]: : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-01T22:04:54.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:54 smithi196 conmon[87003]: cluster 2023-12-01T22:04:54.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:54 smithi196 conmon[87003]: 2023-12-01T22: 2023-12-01T22:04:54.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:54 smithi196 conmon[87003]: 04:53.730531+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:04:54.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:54 smithi196 conmon[87003]: .14180) 178 : cluster [DBG] pgmap v145: 161 pgs: 18 creating+peering, 34 unknown, 109 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1023 B/s wr, 4 op/s 2023-12-01T22:04:54.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:54 smithi196 conmon[87003]: 2023-12-01T22:04:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:55 smithi196 conmon[87003]: cluster 2023-12-01T22:04:54.516015+0000 mon.smithi092 (mon.0) 654 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-01T22:04:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:55 smithi196 conmon[87003]: audit 2023-12-01T22:04:54.516870+0000 mon.smithi092 (mon.0) 655 : audit [INF] from='client.? 172.21.15.92:0/3041014488' entity='client.rgw.foorgw.smithi092.pgofos' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-12-01T22:04:56.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:55 smithi092 conmon[81890]: cluster 2023-12-01T22:04:54.516015+0000 mon.smithi092 (mon.0) 654 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-01T22:04:56.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:55 smithi092 conmon[81890]: audit 2023-12-01T22:04:54.516870+0000 mon.smithi092 (mon.0) 655 : audit [INF] from='client.? 172.21.15.92:0/3041014488' entity='client.rgw.foorgw.smithi092.pgofos' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-12-01T22:04:56.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:56 smithi196 conmon[87003]: audit 2023-12-01T22:04:55.520652+0000 mon.smithi092 (mon.0) 656 : audit [INF] from='client.? 172.21.15.92:0/3041014488' entity='client.rgw.foorgw.smithi092.pgofos' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-12-01T22:04:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:56 smithi196 conmon[87003]: 2023-12-01T22:04:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:56 smithi196 conmon[87003]: cluster 2023-12-01T22:04:55.520902+0000 mon.smithi092 (mon.0) 657 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-01T22:04:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:56 smithi196 conmon[87003]: audit 2023-12-01T22:04:55.522774+0000 mon.smithi092 (mon.0) 658 : audit [INF] from='client.? 172.21.15.92:0/3041014488' entity='client.rgw.foorgw.smithi092.pgofos' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-01T22:04:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:56 smithi196 conmon[87003]: cluster 2023-12-01T22:04:55.731160+0000 mgr.smithi092.dlnhnq (mgr.14180) 179 : cluster [DBG] 2023-12-01T22:04:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:56 smithi196 conmon[87003]: pgmap v148: 193 pgs: 19 creating+peering, 16 unknown, 158 active+clean; 3.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 7.2 KiB/s wr, 223 op/s 2023-12-01T22:04:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:56 smithi196 conmon[87003]: audit 2023-12-01T22:04:56.519180 2023-12-01T22:04:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:56 smithi196 conmon[87003]: +0000 mon.smithi092 (mon.0) 659 : audit [INF] 2023-12-01T22:04:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:56 smithi196 conmon[87003]: from='client.? 172.21.15.92:0/3041014488' entity='client.rgw.foorgw.smithi092.pgofos' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-01T22:04:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:56 smithi196 conmon[87003]: cluster 2023-12-01T22:04:56.519280+0000 2023-12-01T22:04:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:56 smithi196 conmon[87003]: mon.smithi092 (mon.0) 660 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-01T22:04:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:56 smithi196 conmon[87003]: 2023-12-01T22:04:57.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:56 smithi092 conmon[81890]: audit 2023-12-01T22:04:55.520652+0000 mon.smithi092 (mon.0) 656 : audit [INF] from='client.? 172.21.15.92:0/3041014488' entity='client.rgw.foorgw.smithi092.pgofos' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-12-01T22:04:57.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:56 smithi092 conmon[81890]: cluster 2023-12-01T22:04:55.520902+0000 mon.smithi092 (mon.0) 657 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-01T22:04:57.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:56 smithi092 conmon[81890]: audit 2023-12-01T22:04:55.522774+0000 mon.smithi092 (mon.0) 658 : audit [INF] from='client.? 172.21.15.92:0/3041014488' entity='client.rgw.foorgw.smithi092.pgofos' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-01T22:04:57.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:56 smithi092 conmon[81890]: cluster 2023-12-01T22:04:55.731160+0000 mgr.smithi092.dlnhnq (mgr.14180) 179 : cluster [DBG] pgmap v148: 193 pgs: 19 creating+peering, 16 unknown, 158 active+clean; 3.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 106 KiB/s rd, 7.2 KiB/s wr, 223 op/s 2023-12-01T22:04:57.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:56 smithi092 conmon[81890]: audit 2023-12-01T22:04:56.519180+0000 mon.smithi092 (mon.0) 659 : audit [INF] from='client.? 172.21.15.92:0/3041014488' entity='client.rgw.foorgw.smithi092.pgofos' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-01T22:04:57.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:56 smithi092 conmon[81890]: cluster 2023-12-01T22:04:56.519280+0000 mon.smithi092 (mon.0) 660 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-01T22:04:58.610 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-01T22:04:58.620 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi092.front.sepia.ceph.com 2023-12-01T22:04:58.620 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2023-12-01T22:04:58.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:58 smithi196 conmon[87003]: cluster 2023-12-01T22:04:57.536615+0000 mon.smithi092 (mon.0) 661 : cluster 2023-12-01T22:04:58.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:58 smithi196 conmon[87003]: [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-01T22:04:58.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:58 smithi196 conmon[87003]: audit 2023-12-01T22:04:57.542863+0000 mon.smithi092 (mon.0) 662 : audit [INF] from='client.? 172.21.15.92:0/2742130537' entity='client.rgw.foorgw.smithi092.pgofos' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-12-01T22:04:58.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:58 smithi196 conmon[87003]: cluster 2023-12 2023-12-01T22:04:58.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:58 smithi196 conmon[87003]: -01T22:04:57.731711+0000 mgr.smithi092.dlnhnq (mgr.14180) 180 : cluster [DBG] pgmap v151: 225 pgs: 16 creating+peering, 38 unknown, 171 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 166 KiB/s rd, 10 KiB/s wr, 350 op/s 2023-12-01T22:04:59.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:58 smithi092 conmon[81890]: cluster 2023-12-01T22:04:57.536615+0000 mon.smithi092 (mon.0) 661 : cluster [DBG] 2023-12-01T22:04:59.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:58 smithi092 conmon[81890]: osdmap e51: 8 total, 8 up, 8 in 2023-12-01T22:04:59.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:58 smithi092 conmon[81890]: audit 2023-12-01T22:04:57.542863+0000 mon.smithi092 (mon.0) 662 : audit [INF] from='client.? 172.21.15.92:0/2742130537' entity='client.rgw.foorgw.smithi092.pgofos' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-12-01T22:04:59.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:58 smithi092 conmon[81890]: cluster 2023-12-01T22:04:59.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:58 smithi092 conmon[81890]: 2023-12-01T22:04:57.731711+0000 mgr.smithi092.dlnhnq (mgr.14180) 180 : cluster [DBG] pgmap v151: 225 pgs: 16 creating+peering, 38 unknown, 171 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 166 KiB/s rd, 10 KiB/s wr, 350 op/s 2023-12-01T22:04:59.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:59 smithi092 conmon[81890]: audit 2023-12-01T22:04:58.541528+0000 mon.smithi092 (mon.0) 2023-12-01T22:04:59.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:59 smithi092 conmon[81890]: 663 : audit [INF] from='client.? 172.21.15.92:0/2742130537' entity='client.rgw.foorgw.smithi092.pgofos' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-12-01T22:04:59.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:04:59 smithi092 conmon[81890]: cluster 2023-12-01T22:04:58.541740+0000 mon.smithi092 (mon.0) 664 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-01T22:04:59.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:59 smithi196 conmon[87003]: audit 2023-12-01T22:04:58.541528+0000 mon.smithi092 (mon.0) 663 : audit [INF] from='client.? 172.21.15.92:0/2742130537' entity='client.rgw.foorgw.smithi092.pgofos' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-12-01T22:04:59.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:04:59 smithi196 conmon[87003]: cluster 2023-12-01T22:04:58.541740+0000 mon.smithi092 (mon.0) 664 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-01T22:05:00.551 INFO:teuthology.orchestra.run.smithi092.stdout:{ 2023-12-01T22:05:00.551 INFO:teuthology.orchestra.run.smithi092.stdout: "bind": "/foobucket", 2023-12-01T22:05:00.551 INFO:teuthology.orchestra.run.smithi092.stdout: "path": "foobucket", 2023-12-01T22:05:00.551 INFO:teuthology.orchestra.run.smithi092.stdout: "cluster": "foo", 2023-12-01T22:05:00.551 INFO:teuthology.orchestra.run.smithi092.stdout: "mode": "RW", 2023-12-01T22:05:00.551 INFO:teuthology.orchestra.run.smithi092.stdout: "squash": "none" 2023-12-01T22:05:00.551 INFO:teuthology.orchestra.run.smithi092.stdout:} 2023-12-01T22:05:00.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:00 smithi196 conmon[87003]: cluster 2023-12-01T22:04:59.546967+0000 mon.smithi092 (mon.0) 2023-12-01T22:05:00.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:00 smithi196 conmon[87003]: 665 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-01T22:05:00.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:00 smithi196 conmon[87003]: cluster 2023-12-01T22:04:59.732168+0000 mgr.smithi092.dlnhnq (mgr.14180) 181 : cluster [DBG] pgmap v154: 225 pgs: 16 creating+peering, 29 unknown, 180 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 60 KiB/s rd, 3.5 KiB/s wr, 130 op/s 2023-12-01T22:05:00.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:00 smithi196 conmon[87003]: audit 2023-12-01T22: 2023-12-01T22:05:00.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:00 smithi196 conmon[87003]: 05:00.335713+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:05:00.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:00 smithi196 conmon[87003]: 182 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:05:00.987 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:00 smithi092 conmon[81890]: cluster 2023-12-01T22:04:59.546967+0000 mon.smithi092 2023-12-01T22:05:00.987 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:00 smithi092 conmon[81890]: (mon.0) 665 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-01T22:05:00.987 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:00 smithi092 conmon[81890]: cluster 2023-12-01T22:04:59.732168+0000 mgr.smithi092.dlnhnq (mgr.14180) 181 : cluster [DBG] pgmap v154: 225 pgs: 16 creating+peering, 29 unknown, 180 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 60 KiB/s rd, 3.5 KiB/s wr, 130 op/s 2023-12-01T22:05:00.987 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:00 smithi092 conmon[81890]: audit 2023-12-01T22:05:00.335713+0000 mgr.smithi092.dlnhnq (mgr.14180) 182 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-12-01T22:05:01.056 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-01T22:05:01.066 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-01T22:05:01.066 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:02.772 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:02.772 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:03.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:02 smithi196 conmon[87003]: cluster 2023-12-01T22:05:01.733227+0000 mgr.smithi092.dlnhnq (mgr.14180) 183 : cluster [DBG] pgmap v155: 225 pgs: 7 unknown, 218 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 3.1 KiB/s wr, 69 op/s 2023-12-01T22:05:03.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:02 smithi196 conmon[87003]: 2023-12-01T22:05:03.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:02 smithi092 conmon[81890]: cluster 2023-12-01T22:05:01.733227+0000 mgr.smithi092.dlnhnq (mgr.14180) 183 : cluster [DBG] pgmap v155: 225 pgs: 7 unknown, 218 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 3.1 KiB/s wr, 69 op/s 2023-12-01T22:05:03.600 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:04.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:03 smithi196 conmon[87003]: audit 2023-12-01T22:05:02.766598+0000 mgr.smithi092.dlnhnq (mgr.14180) 184 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:04.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:03 smithi092 conmon[81890]: audit 2023-12-01T22:05:02.766598+0000 mgr.smithi092.dlnhnq (mgr.14180) 184 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:04.602 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:05.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:04 smithi092 conmon[81890]: cluster 2023-12-01T22:05:03.733940+0000 mgr.smithi092.dlnhnq (mgr.14180) 185 : cluster 2023-12-01T22:05:05.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:04 smithi092 conmon[81890]: [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.5 KiB/s wr, 12 op/s 2023-12-01T22:05:05.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:04 smithi196 conmon[87003]: cluster 2023-12-01T22:05:03.733940+0000 mgr.smithi092.dlnhnq (mgr.14180) 185 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.5 KiB/s wr, 12 op/s 2023-12-01T22:05:06.290 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:06.291 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:06.727 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:07.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:06 smithi092 conmon[81890]: cluster 2023-12-01T22:05:05.734718+0000 mgr.smithi092.dlnhnq (mgr.14180) 186 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 1.2 KiB/s wr, 26 op/s 2023-12-01T22:05:07.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:06 smithi092 conmon[81890]: audit 2023-12-01T22:05:06.286576+0000 mgr.smithi092.dlnhnq (mgr.14180) 187 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:07.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:06 smithi196 conmon[87003]: cluster 2023-12-01T22:05:05.734718+0000 mgr.smithi092.dlnhnq (mgr.14180) 186 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 1.2 KiB/s wr, 26 op/s 2023-12-01T22:05:07.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:06 smithi196 conmon[87003]: audit 2023-12-01T22:05:06.286576+0000 2023-12-01T22:05:07.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:06 smithi196 conmon[87003]: mgr.smithi092.dlnhnq (mgr.14180) 187 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:07.728 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:09.006 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:08 smithi092 conmon[81890]: cluster 2023-12-01T22:05:07.735316+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:05:09.006 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:08 smithi092 conmon[81890]: 14180) 188 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 1.1 KiB/s wr, 23 op/s 2023-12-01T22:05:09.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:08 smithi196 conmon[87003]: cluster 2023-12-01T22:05:07.735316+0000 mgr.smithi092.dlnhnq (mgr.14180) 188 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 1.1 KiB/s wr, 23 op/s 2023-12-01T22:05:09.393 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:09.393 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:09.756 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:10.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:09 smithi092 conmon[81890]: audit 2023-12-01T22:05:09.388968+0000 mgr.smithi092.dlnhnq (mgr.14180) 189 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:10.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:09 smithi196 conmon[87003]: audit 2023-12-01T22:05:09.388968+0000 mgr.smithi092.dlnhnq (mgr.14180) 189 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:10.758 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:11.491 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:11 smithi092 conmon[81890]: cluster 2023-12-01T22:05:09.735822+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:05:11.491 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:11 smithi092 conmon[81890]: mgr.14180) 190 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 904 B/s wr, 19 op/s 2023-12-01T22:05:11.491 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:11 smithi092 conmon[81890]: audit 2023-12-01T22:05:10.220181+0000 mon.smithi092 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:05:11.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:11 smithi196 conmon[87003]: cluster 2023-12-01T22:05:09.735822+0000 mgr.smithi092.dlnhnq (mgr.14180) 190 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 904 B/s wr, 19 op/s 2023-12-01T22:05:11.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:11 smithi196 conmon[87003]: audit 2023-12-01T22:05:10.220181+0000 mon.smithi092 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:05:12.410 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:12.411 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:12.793 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:13.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:13 smithi092 conmon[81890]: cluster 2023-12-01T22:05:11.736668+0000 mgr.smithi092.dlnhnq (mgr.14180) 191 2023-12-01T22:05:13.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:13 smithi092 conmon[81890]: : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 767 B/s wr, 16 op/s 2023-12-01T22:05:13.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:13 smithi092 conmon[81890]: audit 2023-12-01T22:05:12.406555+0000 mgr.smithi092.dlnhnq (mgr.14180) 192 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:13.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:13 smithi196 conmon[87003]: cluster 2023-12-01T22:05:11.736668+0000 mgr.smithi092.dlnhnq (mgr.14180) 191 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 767 B/s wr, 16 op/s 2023-12-01T22:05:13.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:13 smithi196 conmon[87003]: audit 2023-12-01T22:05:12.406555+0000 mgr.smithi092.dlnhnq (mgr.14180) 192 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:13.794 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:15.496 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:15.496 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:15.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:15 smithi092 conmon[81890]: cluster 2023-12-01T22:05:13.737125+0000 mgr.smithi092.dlnhnq (mgr.14180) 193 : cluster 2023-12-01T22:05:15.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:15 smithi092 conmon[81890]: [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 85 B/s wr, 12 op/s 2023-12-01T22:05:15.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:15 smithi196 conmon[87003]: cluster 2023-12-01T22:05:13.737125+0000 mgr.smithi092.dlnhnq (mgr.14180) 193 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 85 B/s wr, 12 op/s 2023-12-01T22:05:15.841 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:16.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:16 smithi092 conmon[81890]: audit 2023-12-01T22:05:15.718981+0000 mon.smithi092 (mon.0) 667 : audit [INF] 2023-12-01T22:05:16.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:16 smithi092 conmon[81890]: from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]: dispatch 2023-12-01T22:05:16.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:16 smithi092 conmon[81890]: audit 2023-12-01T22:05:15.719177+0000 mon.smithi092 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.0", "id": [5, 3]}]: dispatch 2023-12-01T22:05:16.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:16 smithi196 conmon[87003]: audit 2023-12-01T22:05:15.718981+0000 mon.smithi092 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]: dispatch 2023-12-01T22:05:16.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:16 smithi196 conmon[87003]: audit 2023-12-01T22: 2023-12-01T22:05:16.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:16 smithi196 conmon[87003]: 05:15.719177+0000 mon.smithi092 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.0", "id": [5, 3]}]: dispatch 2023-12-01T22:05:16.843 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:17.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:17 smithi092 conmon[81890]: audit 2023-12-01T22:05:15.491617+0000 mgr.smithi092.dlnhnq (mgr.14180) 194 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:17.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:17 smithi092 conmon[81890]: cluster 2023-12-01T22:05:15.737969+0000 mgr.smithi092.dlnhnq (mgr.14180) 195 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 85 B/s wr, 11 op/s 2023-12-01T22:05:17.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:17 smithi092 conmon[81890]: audit 2023-12-01T22:05:16.232311+0000 mon.smithi092 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]': finished 2023-12-01T22:05:17.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:17 smithi092 conmon[81890]: audit 2023-12-01T22:05:16.232396+0000 mon.smithi092 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.0", "id": [5, 3]}]': finished 2023-12-01T22:05:17.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:17 smithi092 conmon[81890]: cluster 2023-12-01T22:05:16.232497+0000 mon.smithi092 (mon.0) 671 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-01T22:05:17.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:17 smithi196 conmon[87003]: audit 2023-12-01T22:05:15.491617+0000 mgr.smithi092.dlnhnq (mgr.14180) 194 2023-12-01T22:05:17.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:17 smithi196 conmon[87003]: : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:17.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:17 smithi196 conmon[87003]: cluster 2023-12-01T22:05:15.737969+0000 mgr.smithi092.dlnhnq (mgr.14180) 195 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 85 B/s wr, 11 op/s 2023-12-01T22:05:17.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:17 smithi196 conmon[87003]: audit 2023-12-01T22:05:16 2023-12-01T22:05:17.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:17 smithi196 conmon[87003]: .232311+0000 mon.smithi092 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]': finished 2023-12-01T22:05:17.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:17 smithi196 conmon[87003]: audit 2023-12-01T22:05:16.232396+0000 2023-12-01T22:05:17.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:17 smithi196 conmon[87003]: mon.smithi092 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.0", "id": [5, 3]}]': finished 2023-12-01T22:05:17.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:17 smithi196 conmon[87003]: cluster 2023-12-01T22:05:17.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:17 smithi196 conmon[87003]: 2023-12-01T22:05:16.232497+0000 mon.smithi092 (mon.0) 2023-12-01T22:05:17.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:17 smithi196 conmon[87003]: 671 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-01T22:05:18.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:18 smithi092 conmon[81890]: cluster 2023-12-01T22:05:17.234242+0000 mon.smithi092 ( 2023-12-01T22:05:18.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:18 smithi092 conmon[81890]: mon.0) 672 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-01T22:05:18.576 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:18.576 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:18.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:18 smithi196 conmon[87003]: cluster 2023-12-01T22:05:17.234242+0000 mon.smithi092 (mon.0) 672 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-01T22:05:18.996 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:19.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:19 smithi092 conmon[81890]: cluster 2023-12-01T22:05:17.738368 2023-12-01T22:05:19.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:19 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 196 : cluster [DBG] pgmap v165: 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 2023-12-01T22:05:19.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:19 smithi196 conmon[87003]: cluster 2023-12-01T22:05:17.738368+0000 mgr.smithi092.dlnhnq (mgr.14180) 196 : cluster [DBG] 2023-12-01T22:05:19.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:19 smithi196 conmon[87003]: pgmap v165: 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 2023-12-01T22:05:19.998 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:20.518 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:20 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T22:05:20.518 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:20 smithi092 conmon[81890]: 22:05:18.572372+0000 mgr.smithi092.dlnhnq (mgr.14180) 197 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:20.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:20 smithi196 conmon[87003]: audit 2023-12-01T22:05:18.572372+0000 mgr.smithi092.dlnhnq (mgr.14180) 197 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:21.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:21 smithi092 conmon[81890]: cluster 2023-12-01T22:05:19.739091+0000 mgr.smithi092.dlnhnq (mgr.14180) 198 : cluster [DBG] pgmap v166: 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 2023-12-01T22:05:21.633 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:21.633 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:21.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:21 smithi196 conmon[87003]: cluster 2023-12-01T22:05:19.739091+0000 mgr.smithi092.dlnhnq (mgr.14180) 198 : cluster 2023-12-01T22:05:21.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:21 smithi196 conmon[87003]: [DBG] pgmap v166: 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 2023-12-01T22:05:22.034 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:23.035 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:23.517 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:23 smithi092 conmon[81890]: audit 2023-12-01T22:05:21.628951+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:05:23.517 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:23 smithi092 conmon[81890]: ) 199 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:23.517 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:23 smithi092 conmon[81890]: cluster 2023-12-01T22:05:21.739941+0000 mgr.smithi092.dlnhnq (mgr.14180) 200 : cluster [DBG] pgmap v167: 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 2023-12-01T22:05:23.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:23 smithi196 conmon[87003]: audit 2023-12-01T22:05:21.628951+0000 mgr.smithi092.dlnhnq (mgr.14180) 199 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:23.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:23 smithi196 conmon[87003]: cluster 2023-12-01T22:05:21.739941+0000 mgr.smithi092.dlnhnq (mgr.14180) 200 : cluster [DBG] pgmap v167: 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 2023-12-01T22:05:24.601 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:24.601 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:25.073 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:25.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:25 smithi092 conmon[81890]: cluster 2023-12-01T22:05:23.740539+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:05:25.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:25 smithi092 conmon[81890]: ) 201 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:05:25.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:25 smithi196 conmon[87003]: cluster 2023-12-01T22:05:23.740539+0000 mgr.smithi092.dlnhnq (mgr.14180) 201 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-01T22:05:26.074 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:26.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:26 smithi092 conmon[81890]: audit 2023-12-01T22:05:24.596803+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:05:26.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:26 smithi092 conmon[81890]: ) 202 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:26.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:26 smithi196 conmon[87003]: audit 2023-12-01T22:05:24.596803+0000 mgr.smithi092.dlnhnq (mgr.14180) 202 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:27 smithi092 conmon[81890]: cluster 2023-12-01T22:05:25.741403+0000 mgr.smithi092.dlnhnq (mgr.14180) 203 : cluster 2023-12-01T22:05:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:27 smithi092 conmon[81890]: [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2023-12-01T22:05:27.638 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:27.638 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:27.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:27 smithi196 conmon[87003]: cluster 2023-12-01T22:05:25.741403+0000 mgr.smithi092.dlnhnq (mgr.14180) 203 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 0 op/s 2023-12-01T22:05:28.003 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:29.003 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:29.491 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:29 smithi092 conmon[81890]: audit 2023-12-01T22:05:27.633459+0000 mgr.smithi092.dlnhnq (mgr.14180) 204 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:29.491 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:29 smithi092 conmon[81890]: cluster 2023-12-01T22:05:27.741892+0000 mgr.smithi092.dlnhnq (mgr.14180) 205 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 194 B/s wr, 0 op/s 2023-12-01T22:05:29.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:29 smithi196 conmon[87003]: audit 2023-12-01T22:05:27.633459+0000 mgr.smithi092.dlnhnq (mgr.14180) 204 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:29.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:29 smithi196 conmon[87003]: cluster 2023-12-01T22:05:27.741892+0000 mgr.smithi092.dlnhnq (mgr.14180) 205 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 194 B/s wr, 0 op/s 2023-12-01T22:05:30.633 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:30.633 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:31.046 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:31.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:31 smithi092 conmon[81890]: cluster 2023-12-01T22:05:29.742457+0000 mgr.smithi092.dlnhnq (mgr.14180) 206 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-01T22:05:31.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:31 smithi092 conmon[81890]: audit 2023-12-01T22:05:30.242339+0000 mon.smithi092 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:05:31.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:31 smithi196 conmon[87003]: cluster 2023-12-01T22:05:29.742457+0000 mgr.smithi092.dlnhnq (mgr.14180) 206 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-01T22:05:31.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:31 smithi196 conmon[87003]: audit 2023-12-01T22:05:31.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:31 smithi196 conmon[87003]: 2023-12-01T22:05:30.242339+0000 mon.smithi092 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:05:32.047 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:32.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:32 smithi092 conmon[81890]: audit 2023-12-01T22:05:30.628718+0000 mgr.smithi092.dlnhnq (mgr.14180) 207 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:32.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:32 smithi196 conmon[87003]: audit 2023-12-01T22:05:30.628718+0000 mgr.smithi092.dlnhnq (mgr.14180) 207 : audit 2023-12-01T22:05:32.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:32 smithi196 conmon[87003]: [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:33.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:33 smithi092 conmon[81890]: cluster 2023-12-01T22:05:31.743293+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:05:33.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:33 smithi092 conmon[81890]: .14180) 208 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-01T22:05:33.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:33 smithi196 conmon[87003]: cluster 2023-12-01T22:05:31.743293+0000 mgr.smithi092.dlnhnq (mgr.14180) 208 : cluster [DBG] 2023-12-01T22:05:33.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:33 smithi196 conmon[87003]: pgmap v172: 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 2023-12-01T22:05:33.733 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:33.734 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:34.083 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:35.084 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:35.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:35 smithi092 conmon[81890]: audit 2023-12-01T22:05:33. 2023-12-01T22:05:35.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:35 smithi092 conmon[81890]: 729310+0000 mgr.smithi092.dlnhnq (mgr.14180) 209 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:35.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:35 smithi092 conmon[81890]: cluster 2023-12-01T22:05:33.743801+0000 mgr.smithi092.dlnhnq (mgr.14180) 210 : cluster [DBG] pgmap v173: 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 2023-12-01T22:05:35.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:35 smithi196 conmon[87003]: audit 2023-12-01T22:05:33.729310+0000 mgr.smithi092.dlnhnq (mgr.14180) 209 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:35.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:35 smithi196 conmon[87003]: cluster 2023-12-01T22:05:33.743801+0000 mgr.smithi092.dlnhnq (mgr.14180) 210 : cluster [DBG] pgmap v173: 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 2023-12-01T22:05:36.742 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:36.742 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:37.115 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:37.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:37 smithi092 conmon[81890]: cluster 2023-12-01T22:05:35.744805+0000 mgr.smithi092.dlnhnq (mgr.14180) 211 : cluster [DBG] pgmap v174: 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 2023-12-01T22:05:37.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:37 smithi196 conmon[87003]: cluster 2023-12-01T22:05:35.744805+0000 mgr.smithi092.dlnhnq (mgr.14180) 211 : cluster [DBG] pgmap v174: 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 2023-12-01T22:05:38.116 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:38.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:38 smithi092 conmon[81890]: audit 2023-12-01T22:05:36.737698+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:05:38.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:38 smithi092 conmon[81890]: 212 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:38.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:38 smithi196 conmon[87003]: audit 2023-12-01T22:05:36.737698+0000 mgr.smithi092.dlnhnq (mgr.14180) 212 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:38.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:38 smithi196 conmon[87003]: 2023-12-01T22:05:39.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:39 smithi092 conmon[81890]: cluster 2023-12-01T22:05:37.745604+0000 mgr.smithi092.dlnhnq (mgr.14180) 213 : cluster [DBG] pgmap v175: 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 2023-12-01T22:05:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:39 smithi196 conmon[87003]: cluster 2023-12-01T22:05:37.745604+0000 mgr.smithi092.dlnhnq (mgr.14180) 213 : cluster [DBG] 2023-12-01T22:05:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:39 smithi196 conmon[87003]: pgmap v175: 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 2023-12-01T22:05:39.799 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:39.799 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:40.348 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:41.349 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:41.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:41 smithi092 conmon[81890]: cluster 2023-12-01T22:05:39.746136+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:05:41.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:41 smithi092 conmon[81890]: .14180) 214 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:41.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:41 smithi092 conmon[81890]: audit 2023-12-01T22:05:39.795391+0000 mgr.smithi092.dlnhnq (mgr.14180) 215 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:41.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:41 smithi196 conmon[87003]: cluster 2023-12-01T22:05:39.746136+0000 mgr.smithi092.dlnhnq (mgr.14180) 214 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:41.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:41 smithi196 conmon[87003]: audit 2023-12-01T22:05:39.795391+0000 mgr.smithi092.dlnhnq (mgr.14180) 215 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:43.053 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:43.054 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:43.479 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:43 smithi092 conmon[81890]: cluster 2023-12-01T22:05:41.746854+0000 mgr.smithi092.dlnhnq (mgr.14180) 216 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:43.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:43 smithi196 conmon[87003]: cluster 2023-12-01T22:05:41.746854+0000 mgr.smithi092.dlnhnq (mgr.14180) 216 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:43.689 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:44.653 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:44 smithi092 conmon[81890]: audit 2023-12-01T22:05:43.049152+0000 mgr.smithi092.dlnhnq (mgr.14180) 217 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:44.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:44 smithi196 conmon[87003]: audit 2023-12-01T22:05:43.049152+0000 mgr.smithi092.dlnhnq (mgr.14180) 217 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:44.690 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:45.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:45 smithi092 conmon[81890]: cluster 2023-12-01T22:05:43.747353+0000 mgr.smithi092.dlnhnq (mgr.14180) 218 : cluster 2023-12-01T22:05:45.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:45 smithi092 conmon[81890]: [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:45.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:45 smithi196 conmon[87003]: cluster 2023-12-01T22:05:43.747353+0000 mgr.smithi092.dlnhnq (mgr.14180) 218 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:46.388 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:46.388 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:46.833 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:47.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:47 smithi196 conmon[87003]: cluster 2023-12-01T22:05:45.748366+0000 mgr.smithi092.dlnhnq (mgr.14180) 219 : cluster [DBG] pgmap v179: 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 2023-12-01T22:05:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:47 smithi196 conmon[87003]: 2023-12-01T22:05:47.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:47 smithi196 conmon[87003]: audit 2023-12-01T22:05:46.383674+0000 mgr.smithi092.dlnhnq (mgr.14180) 220 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:47.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:47 smithi092 conmon[81890]: cluster 2023-12-01T22:05:45.748366+0000 mgr.smithi092.dlnhnq (mgr.14180) 219 : cluster [DBG] pgmap v179: 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 2023-12-01T22:05:47.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:47 smithi092 conmon[81890]: audit 2023-12-01T22:05:46.383674+0000 mgr.smithi092.dlnhnq (mgr.14180) 220 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:47.834 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:49.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:49 smithi092 conmon[81890]: cluster 2023-12-01T22:05:47.748973+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:05:49.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:49 smithi092 conmon[81890]: .14180) 221 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:49.615 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:49.615 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:49.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:49 smithi196 conmon[87003]: cluster 2023-12-01T22:05:47.748973+0000 mgr.smithi092.dlnhnq (mgr.14180) 221 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:50.065 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:51.087 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:51.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:51 smithi092 conmon[81890]: audit 2023-12-01T22:05:49.611131+0000 mgr.smithi092.dlnhnq (mgr.14180) 222 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:51.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:51 smithi092 conmon[81890]: cluster 2023-12-01T22:05:49.749682+0000 mgr.smithi092.dlnhnq (mgr.14180) 223 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:51 smithi196 conmon[87003]: audit 2023-12-01T22:05:49.611131+0000 mgr.smithi092.dlnhnq (mgr.14180) 222 : audit 2023-12-01T22:05:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:51 smithi196 conmon[87003]: [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:51 smithi196 conmon[87003]: cluster 2023-12-01T22:05:49.749682+0000 mgr.smithi092.dlnhnq (mgr.14180) 223 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:52.754 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:52.754 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:53.224 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:53 smithi092 conmon[81890]: cluster 2023-12-01T22:05:51.750333+0000 mgr.smithi092.dlnhnq (mgr.14180) 224 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:53.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:53 smithi196 conmon[87003]: cluster 2023-12-01T22:05:51.750333+0000 mgr.smithi092.dlnhnq (mgr.14180) 224 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:54.226 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:54.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:54 smithi092 conmon[81890]: audit 2023-12-01T22:05:52.749859+0000 mgr.smithi092.dlnhnq (mgr.14180) 225 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:54.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:54 smithi092 conmon[81890]: 2023-12-01T22:05:54.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:54 smithi196 conmon[87003]: audit 2023-12-01T22:05:52.749859+0000 mgr.smithi092.dlnhnq (mgr.14180) 225 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:55.528 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:55 smithi092 conmon[81890]: cluster 2023-12-01T22:05:53.750826+0000 mgr.smithi092.dlnhnq (mgr.14180) 226 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:55.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:55 smithi196 conmon[87003]: cluster 2023-12-01T22:05:53.750826+0000 mgr.smithi092.dlnhnq (mgr.14180) 226 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:55.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:55 smithi196 conmon[87003]: 2023-12-01T22:05:55.900 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:55.901 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:56.269 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:57.269 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:05:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:57 smithi196 conmon[87003]: cluster 2023-12-01T22:05:55.751567+0000 mgr.smithi092.dlnhnq (mgr.14180) 227 : 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, 0 op/s 2023-12-01T22:05:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:57 smithi196 conmon[87003]: audit 2023-12-01T22:05:55.896738+0000 mgr.smithi092.dlnhnq (mgr.14180) 228 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:57.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:57 smithi092 conmon[81890]: cluster 2023-12-01T22:05:55.751567+0000 mgr.smithi092.dlnhnq 2023-12-01T22:05:57.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:57 smithi092 conmon[81890]: (mgr.14180) 227 : 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, 0 op/s 2023-12-01T22:05:57.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:57 smithi092 conmon[81890]: audit 2023-12-01T22:05:55.896738+0000 mgr.smithi092.dlnhnq (mgr.14180) 228 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:05:58.865 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:05:58.865 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:05:59.314 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:05:59.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:59 smithi196 conmon[87003]: cluster 2023-12-01T22:05:57.752077+0000 mgr.smithi092.dlnhnq (mgr.14180) 229 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:05:59.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:05:59 smithi196 conmon[87003]: 2023-12-01T22:05:59.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:59 smithi092 conmon[81890]: cluster 2023-12-01T22:05:57.752077+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:05:59.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:05:59 smithi092 conmon[81890]: ) 229 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:00.315 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:00.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:00 smithi196 conmon[87003]: audit 2023-12-01T22:05:58.860842+0000 mgr.smithi092.dlnhnq (mgr.14180) 230 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:00.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:00 smithi092 conmon[81890]: audit 2023-12-01T22:05:58.860842+0000 mgr.smithi092.dlnhnq (mgr.14180) 230 : audit 2023-12-01T22:06:00.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:00 smithi092 conmon[81890]: [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:01.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:01 smithi092 conmon[81890]: cluster 2023-12-01T22:05:59.752616+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:06:01.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:01 smithi092 conmon[81890]: 231 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:01.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:01 smithi196 conmon[87003]: cluster 2023-12-01T22:05:59.752616+0000 mgr.smithi092.dlnhnq (mgr.14180) 231 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:02.002 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:02.003 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:02.354 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:03.355 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:03.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:03 smithi196 conmon[87003]: cluster 2023-12-01T22:06:01.753298+0000 mgr.smithi092.dlnhnq (mgr.14180) 232 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:03.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:03 smithi196 conmon[87003]: audit 2023-12-01T22:06:01.998679+0000 mgr.smithi092.dlnhnq (mgr.14180) 233 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:03.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:03 smithi092 conmon[81890]: cluster 2023-12-01T22:06:01.753298+0000 mgr.smithi092.dlnhnq (mgr.14180) 232 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:03.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:03 smithi092 conmon[81890]: audit 2023-12-01T22:06:01.998679+0000 mgr.smithi092.dlnhnq (mgr.14180) 233 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:05.038 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:05.038 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:05.397 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:05.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:05 smithi196 conmon[87003]: cluster 2023-12-01T22:06:03.753900+0000 mgr.smithi092.dlnhnq (mgr.14180) 234 : 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 2023-12-01T22:06:05.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:05 smithi092 conmon[81890]: cluster 2023-12-01T22:06:03.753900+0000 mgr.smithi092.dlnhnq (mgr.14180) 234 2023-12-01T22:06:05.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:05 smithi092 conmon[81890]: : 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 2023-12-01T22:06:06.398 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:06.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:06 smithi196 conmon[87003]: audit 2023-12-01T22:06:05.033220+0000 mgr.smithi092.dlnhnq (mgr.14180) 235 : audit 2023-12-01T22:06:06.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:06 smithi196 conmon[87003]: [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:06.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:06 smithi092 conmon[81890]: audit 2023-12-01T22:06:05.033220+0000 mgr.smithi092.dlnhnq (mgr.14180) 235 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:07.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:07 smithi092 conmon[81890]: cluster 2023-12-01T22:06:05.754868+0000 mgr.smithi092.dlnhnq (mgr.14180) 236 : cluster [DBG] pgmap v189: 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 2023-12-01T22:06:07.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:07 smithi196 conmon[87003]: cluster 2023-12-01T22:06:05.754868+0000 mgr.smithi092.dlnhnq (mgr.14180) 236 : cluster [DBG] 2023-12-01T22:06:07.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:07 smithi196 conmon[87003]: pgmap v189: 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 2023-12-01T22:06:07.983 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:07.983 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:08.441 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:09.442 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:09.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:09 smithi196 conmon[87003]: cluster 2023-12-01T22:06:07.755366+0000 mgr.smithi092.dlnhnq (mgr.14180) 237 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:09.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:09 smithi196 conmon[87003]: audit 2023-12-01T22:06: 2023-12-01T22:06:09.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:09 smithi196 conmon[87003]: 07.978959+0000 mgr.smithi092.dlnhnq (mgr.14180) 238 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:09 smithi092 conmon[81890]: cluster 2023-12-01T22:06:07.755366+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:06:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:09 smithi092 conmon[81890]: 237 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:09 smithi092 conmon[81890]: audit 2023-12-01T22:06:07.978959+0000 mgr.smithi092.dlnhnq (mgr.14180) 238 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:11.080 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:11.080 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:11.461 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:11 smithi092 conmon[81890]: cluster 2023-12-01T22:06:09.756073+0000 mgr.smithi092.dlnhnq (mgr.14180) 239 : 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 2023-12-01T22:06:11.485 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:11.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:11 smithi196 conmon[87003]: cluster 2023-12-01T22:06:09.756073+0000 mgr.smithi092.dlnhnq (mgr.14180) 239 : 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 2023-12-01T22:06:12.486 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:12.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:12 smithi196 conmon[87003]: audit 2023-12-01T22:06:11.075653+0000 mgr.smithi092.dlnhnq (mgr.14180) 240 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:12.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:12 smithi092 conmon[81890]: audit 2023-12-01T22:06:11.075653+0000 mgr.smithi092.dlnhnq (mgr.14180) 240 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:13.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:13 smithi196 conmon[87003]: cluster 2023-12-01T22:06:11.756979+0000 mgr.smithi092.dlnhnq (mgr.14180) 241 : cluster [DBG] 2023-12-01T22:06:13.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:13 smithi196 conmon[87003]: 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 2023-12-01T22:06:13.683 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:13 smithi092 conmon[81890]: cluster 2023-12-01T22:06:11. 2023-12-01T22:06:13.683 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:13 smithi092 conmon[81890]: 756979+0000 mgr.smithi092.dlnhnq (mgr.14180) 241 : 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 2023-12-01T22:06:14.062 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:14.062 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:14.520 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:15.522 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:15.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:15 smithi196 conmon[87003]: cluster 2023-12-01T22:06:13.757434+0000 mgr.smithi092.dlnhnq (mgr.14180) 242 : 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 2023-12-01T22:06:15.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:15 smithi196 conmon[87003]: audit 2023-12-01T22:06 2023-12-01T22:06:15.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:15 smithi196 conmon[87003]: :14.057581+0000 mgr.smithi092.dlnhnq (mgr.14180) 243 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:15 smithi092 conmon[81890]: cluster 2023-12-01T22:06:13.757434+0000 mgr.smithi092.dlnhnq (mgr.14180) 242 : cluster 2023-12-01T22:06:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:15 smithi092 conmon[81890]: [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 2023-12-01T22:06:15.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:15 smithi092 conmon[81890]: audit 2023-12-01T22:06:14.057581+0000 mgr.smithi092.dlnhnq (mgr.14180) 243 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:17.179 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:17.180 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:17.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:17 smithi092 conmon[81890]: cluster 2023-12-01T22:06:15.758148+0000 mgr.smithi092.dlnhnq (mgr.14180) 244 : cluster [DBG] pgmap v194: 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 2023-12-01T22:06:17.660 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:17.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:17 smithi196 conmon[87003]: cluster 2023-12-01T22:06:15.758148+0000 mgr.smithi092.dlnhnq (mgr.14180) 244 : cluster [DBG] pgmap v194: 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 2023-12-01T22:06:18.662 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:18.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:18 smithi196 conmon[87003]: audit 2023-12-01T22:06:17.175644+0000 mgr.smithi092.dlnhnq (mgr.14180) 245 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:18.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:18 smithi092 conmon[81890]: audit 2023-12-01T22:06:17.175644+0000 mgr.smithi092.dlnhnq (mgr.14180) 245 : audit 2023-12-01T22:06:18.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:18 smithi092 conmon[81890]: [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:19.506 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:19 smithi092 conmon[81890]: cluster 2023-12-01T22:06:17.758731+0000 mgr.smithi092.dlnhnq (mgr.14180) 246 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:19.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:19 smithi196 conmon[87003]: cluster 2023-12-01T22:06:17.758731+0000 mgr.smithi092.dlnhnq (mgr.14180) 246 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:20.230 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:20.230 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:20.690 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:21.356 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:21 smithi092 conmon[81890]: cluster 2023-12-01T22:06:19.759418+0000 mgr.smithi092.dlnhnq (mgr.14180) 247 : 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 2023-12-01T22:06:21.356 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:21 smithi092 conmon[81890]: audit 2023-12-01T22:06:20.226107+0000 mgr.smithi092.dlnhnq (mgr.14180) 248 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:21.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:21 smithi196 conmon[87003]: cluster 2023-12-01T22:06:19.759418+0000 mgr.smithi092.dlnhnq (mgr.14180) 247 : cluster 2023-12-01T22:06:21.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:21 smithi196 conmon[87003]: [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 2023-12-01T22:06:21.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:21 smithi196 conmon[87003]: audit 2023-12-01T22:06:20.226107+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:06:21.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:21 smithi196 conmon[87003]: 248 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:21.691 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:23.288 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:23.288 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:23.637 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:23 smithi092 conmon[81890]: cluster 2023-12-01T22:06:21.760430+0000 mgr.smithi092.dlnhnq (mgr.14180) 249 : 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 2023-12-01T22:06:23.639 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:23.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:23 smithi196 conmon[87003]: cluster 2023-12-01T22:06:21.760430+0000 mgr.smithi092.dlnhnq (mgr.14180) 249 : 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 2023-12-01T22:06:24.640 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:24.653 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:24 smithi092 conmon[81890]: audit 2023-12-01T22:06:23.283778+0000 mgr.smithi092.dlnhnq (mgr.14180) 250 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:24.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:24 smithi196 conmon[87003]: audit 2023-12-01T22:06:23.283778+0000 mgr.smithi092.dlnhnq (mgr.14180) 250 : audit 2023-12-01T22:06:24.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:24 smithi196 conmon[87003]: [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:25.496 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:25 smithi092 conmon[81890]: cluster 2023-12-01T22:06:23.760936+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:06:25.496 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:25 smithi092 conmon[81890]: .14180) 251 : 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 2023-12-01T22:06:25.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:25 smithi196 conmon[87003]: cluster 2023-12-01T22:06:23.760936+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:06:25.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:25 smithi196 conmon[87003]: 14180) 251 : 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 2023-12-01T22:06:26.319 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:26.319 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:26.666 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:27.667 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:27.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:27 smithi196 conmon[87003]: cluster 2023-12-01T22:06:25.761686+0000 mgr.smithi092.dlnhnq (mgr.14180) 252 : cluster [DBG] pgmap v199: 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 2023-12-01T22:06:27.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:27 smithi196 conmon[87003]: 2023-12-01T22:06:27.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:27 smithi196 conmon[87003]: audit 2023-12-01T22:06:26.314621+0000 mgr.smithi092.dlnhnq (mgr.14180) 253 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:27.696 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:27 smithi092 conmon[81890]: cluster 2023-12-01T22:06:25.761686+0000 mgr.smithi092.dlnhnq (mgr.14180) 252 : cluster [DBG] pgmap v199: 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 2023-12-01T22:06:27.696 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:27 smithi092 conmon[81890]: audit 2023-12-01T22:06:26.314621+0000 mgr.smithi092.dlnhnq (mgr.14180) 253 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:29.237 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:29.237 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:29.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:29 smithi092 conmon[81890]: cluster 2023-12-01T22:06:27.762335+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:06:29.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:29 smithi092 conmon[81890]: mgr.14180) 254 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:29.608 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:29.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:29 smithi196 conmon[87003]: cluster 2023-12-01T22:06:27.762335+0000 mgr.smithi092.dlnhnq (mgr.14180) 254 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:30.610 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:30.635 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:30 smithi092 conmon[81890]: audit 2023-12-01T22:06:29.233114+0000 mgr.smithi092.dlnhnq (mgr.14180) 255 2023-12-01T22:06:30.635 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:30 smithi092 conmon[81890]: : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:30.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:30 smithi196 conmon[87003]: audit 2023-12-01T22:06:29.233114+0000 mgr.smithi092.dlnhnq (mgr.14180) 255 : audit 2023-12-01T22:06:30.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:30 smithi196 conmon[87003]: [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:31.647 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:31 smithi092 conmon[81890]: cluster 2023-12-01T22:06:29.762909+0000 mgr.smithi092.dlnhnq (mgr.14180) 256 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:31.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:31 smithi196 conmon[87003]: cluster 2023-12-01T22:06:29.762909+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:06:31.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:31 smithi196 conmon[87003]: 256 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:32.293 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:32.293 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:32.747 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:33.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:33 smithi196 conmon[87003]: cluster 2023-12-01T22:06:31.763722+0000 mgr.smithi092.dlnhnq (mgr.14180) 257 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:33.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:33 smithi196 conmon[87003]: audit 2023-12-01T22:06:32.288891+0000 mgr.smithi092.dlnhnq (mgr.14180) 258 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:33.748 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:33 smithi092 conmon[81890]: cluster 2023-12-01T22:06:31.763722+0000 mgr.smithi092.dlnhnq (mgr.14180) 257 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:33 smithi092 conmon[81890]: audit 2023-12-01T22:06:32.288891+0000 mgr.smithi092.dlnhnq (mgr.14180) 258 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:35.401 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:35.401 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:35.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:35 smithi196 conmon[87003]: cluster 2023-12-01T22:06:33.764270+0000 mgr.smithi092.dlnhnq (mgr.14180) 259 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:35.714 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:35 smithi092 conmon[81890]: cluster 2023-12-01T22:06:33.764270+0000 mgr.smithi092.dlnhnq (mgr.14180) 259 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:35.779 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:36.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:36 smithi196 conmon[87003]: audit 2023-12-01T22:06:35.396774+0000 mgr.smithi092.dlnhnq (mgr.14180) 260 : audit 2023-12-01T22:06:36.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:36 smithi196 conmon[87003]: [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:36.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:36 smithi092 conmon[81890]: audit 2023-12-01T22:06:35.396774+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:06:36.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:36 smithi092 conmon[81890]: 260 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:36.780 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:37.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:37 smithi092 conmon[81890]: cluster 2023-12-01T 2023-12-01T22:06:37.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:37 smithi092 conmon[81890]: 22:06:35.765073+0000 mgr.smithi092.dlnhnq (mgr.14180) 261 : cluster [DBG] pgmap v204: 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 2023-12-01T22:06:37.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:37 smithi196 conmon[87003]: cluster 2023-12-01T22:06:35.765073+0000 mgr.smithi092.dlnhnq (mgr.14180) 261 : cluster 2023-12-01T22:06:37.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:37 smithi196 conmon[87003]: [DBG] pgmap v204: 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 2023-12-01T22:06:38.368 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:38.369 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:38.822 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:39 smithi196 conmon[87003]: cluster 2023-12-01T22:06:37.765573+0000 mgr.smithi092.dlnhnq (mgr.14180) 262 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:39 smithi196 conmon[87003]: audit 2023-12-01T22:06:38.364586+0000 mgr.smithi092.dlnhnq (mgr.14180) 263 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:39.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:39 smithi092 conmon[81890]: cluster 2023-12-01T22:06:37.765573+0000 mgr.smithi092.dlnhnq (mgr.14180) 262 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:39.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:39 smithi092 conmon[81890]: audit 2023-12-01T22:06:38.364586+0000 mgr.smithi092.dlnhnq (mgr.14180) 263 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:39.823 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:41.475 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:41.475 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:41.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:41 smithi196 conmon[87003]: cluster 2023-12-01T22:06:39.766444+0000 mgr.smithi092.dlnhnq (mgr.14180) 264 : 2023-12-01T22:06:41.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:41 smithi196 conmon[87003]: cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:41.691 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:41 smithi092 conmon[81890]: cluster 2023-12-01T22:06:39.766444+0000 mgr.smithi092.dlnhnq (mgr.14180) 264 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:41.853 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:42.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:42 smithi196 conmon[87003]: audit 2023-12-01T22:06:41.469882+0000 mgr.smithi092.dlnhnq (mgr.14180) 265 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:42.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:42 smithi092 conmon[81890]: audit 2023-12-01T22:06:41.469882+0000 mgr.smithi092.dlnhnq (mgr.14180) 265 : audit 2023-12-01T22:06:42.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:42 smithi092 conmon[81890]: [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:42.854 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:43.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:43 smithi196 conmon[87003]: cluster 2023-12-01T22:06:41.767210+0000 mgr.smithi092.dlnhnq (mgr.14180) 266 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:43.724 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:43 smithi092 conmon[81890]: cluster 2023-12-01T22:06:41. 2023-12-01T22:06:43.725 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:43 smithi092 conmon[81890]: 767210+0000 mgr.smithi092.dlnhnq (mgr.14180) 266 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:44.524 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:44.524 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:44.883 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:45.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:45 smithi196 conmon[87003]: cluster 2023-12-01T22:06:43.767781+0000 mgr.smithi092.dlnhnq (mgr.14180) 267 : 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 2023-12-01T22:06:45.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:45 smithi092 conmon[81890]: cluster 2023-12-01T22:06:43.767781+0000 mgr.smithi092.dlnhnq (mgr.14180) 267 : 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 2023-12-01T22:06:45.885 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:46.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:46 smithi196 conmon[87003]: audit 2023-12-01T22:06:44.519469+0000 mgr.smithi092.dlnhnq (mgr.14180) 268 : audit 2023-12-01T22:06:46.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:46 smithi196 conmon[87003]: [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:46.716 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:46 smithi092 conmon[81890]: audit 2023-12-01T22:06:44.519469+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:06:46.716 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:46 smithi092 conmon[81890]: mgr.14180) 268 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:47.492 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:47.492 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:47.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:47 smithi196 conmon[87003]: cluster 2023-12-01T22:06:45.768587+0000 mgr.smithi092.dlnhnq (mgr.14180) 269 : cluster [DBG] pgmap v209: 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 2023-12-01T22:06:47.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:47 smithi092 conmon[81890]: cluster 2023-12-01T22:06:45.768587+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:06:47.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:47 smithi092 conmon[81890]: ) 269 : cluster [DBG] pgmap v209: 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 2023-12-01T22:06:47.911 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:48.912 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:49.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:49 smithi196 conmon[87003]: audit 2023-12-01T22:06:47.487223+0000 mgr.smithi092.dlnhnq (mgr.14180) 270 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:49.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:49 smithi196 conmon[87003]: cluster 2023-12-01T22:06:47.769335+0000 mgr.smithi092.dlnhnq (mgr.14180) 271 : 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 2023-12-01T22:06:49.765 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:49 smithi092 conmon[81890]: audit 2023-12-01T22:06:47.487223+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:06:49.765 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:49 smithi092 conmon[81890]: mgr.14180) 270 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:49.765 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:49 smithi092 conmon[81890]: cluster 2023-12-01T22:06:47.769335+0000 mgr.smithi092.dlnhnq (mgr.14180) 271 : 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 2023-12-01T22:06:50.623 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:50.623 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:51.054 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:51 smithi196 conmon[87003]: cluster 2023-12-01T22:06:49.769889+0000 mgr.smithi092.dlnhnq (mgr.14180) 272 : 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 2023-12-01T22:06:51.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:51 smithi092 conmon[81890]: cluster 2023-12-01T22:06:49.769889+0000 mgr.smithi092.dlnhnq (mgr.14180) 272 : 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 2023-12-01T22:06:51.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:51 smithi092 conmon[81890]: 2023-12-01T22:06:52.055 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:52.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:52 smithi092 conmon[81890]: audit 2023-12-01T22:06:50.618241+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:06:52.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:52 smithi092 conmon[81890]: 273 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:52.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:52 smithi196 conmon[87003]: audit 2023-12-01T22:06:50.618241+0000 mgr.smithi092.dlnhnq (mgr.14180) 273 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:53.735 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:53.736 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:53.760 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:53 smithi092 conmon[81890]: cluster 2023-12-01T22:06:51.770734+0000 mgr.smithi092.dlnhnq (mgr.14180) 274 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:53.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:53 smithi196 conmon[87003]: cluster 2023-12-01T22:06:51.770734+0000 mgr.smithi092.dlnhnq (mgr.14180) 274 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:06:54.096 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:55.098 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:55.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:55 smithi092 conmon[81890]: audit 2023-12-01T22:06:53.731413+0000 mgr.smithi092.dlnhnq 2023-12-01T22:06:55.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:55 smithi092 conmon[81890]: (mgr.14180) 275 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:55.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:55 smithi092 conmon[81890]: cluster 2023-12-01T22:06:53.771452+0000 mgr.smithi092.dlnhnq (mgr.14180) 276 : 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 2023-12-01T22:06:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:55 smithi196 conmon[87003]: audit 2023-12-01T22:06:53.731413+0000 mgr.smithi092.dlnhnq (mgr.14180) 275 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:55 smithi196 conmon[87003]: 2023-12-01T22:06:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:55 smithi196 conmon[87003]: cluster 2023-12-01T22:06:53.771452+0000 mgr.smithi092.dlnhnq (mgr.14180) 276 : 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 2023-12-01T22:06:56.791 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:56.791 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:06:57.228 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:06:57.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:57 smithi092 conmon[81890]: cluster 2023-12-01T22:06:55.772180+0000 mgr.smithi092.dlnhnq (mgr.14180) 277 : cluster [DBG] pgmap v214: 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 2023-12-01T22:06:57.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:57 smithi196 conmon[87003]: cluster 2023-12-01T22:06:55.772180+0000 mgr.smithi092.dlnhnq (mgr.14180) 277 : cluster [DBG] pgmap v214: 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 2023-12-01T22:06:58.228 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:06:58.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:58 smithi092 conmon[81890]: audit 2023-12-01T22:06:56.786993+0000 mgr.smithi092.dlnhnq (mgr.14180) 278 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:58.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:58 smithi196 conmon[87003]: audit 2023-12-01T22:06:56.786993+0000 mgr.smithi092.dlnhnq (mgr.14180) 278 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:06:59.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:06:59 smithi092 conmon[81890]: cluster 2023-12-01T22:06:57.772795+0000 mgr.smithi092.dlnhnq (mgr.14180) 279 : 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 2023-12-01T22:06:59.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:06:59 smithi196 conmon[87003]: cluster 2023-12-01T22:06:57.772795+0000 mgr.smithi092.dlnhnq (mgr.14180) 279 : 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 2023-12-01T22:06:59.927 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:06:59.927 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:00.275 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:01.276 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:01.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:01 smithi092 conmon[81890]: cluster 2023-12-01T22:06:59.773286+0000 mgr.smithi092.dlnhnq (mgr.14180) 280 : 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 2023-12-01T22:07:01.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:01 smithi092 conmon[81890]: audit 2023-12-01T22:06:59.922970+0000 mgr.smithi092.dlnhnq (mgr.14180) 281 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:01 smithi196 conmon[87003]: cluster 2023-12-01T22:06:59.773286+0000 mgr.smithi092.dlnhnq (mgr.14180) 280 : 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 2023-12-01T22:07:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:01 smithi196 conmon[87003]: audit 2023-12-01T22:06:59.922970+0000 mgr.smithi092.dlnhnq (mgr.14180) 281 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:02.846 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:02.846 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:03.313 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:03.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:03 smithi092 conmon[81890]: cluster 2023-12-01T22:07:01.774056+0000 mgr.smithi092.dlnhnq (mgr.14180) 282 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:03 smithi196 conmon[87003]: cluster 2023-12-01T22:07:01.774056+0000 mgr.smithi092.dlnhnq (mgr.14180) 282 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:04.315 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:04.653 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:04 smithi092 conmon[81890]: audit 2023-12-01T22:07:02 2023-12-01T22:07:04.653 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:04 smithi092 conmon[81890]: .841425+0000 mgr.smithi092.dlnhnq (mgr.14180) 283 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:04.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:04 smithi196 conmon[87003]: audit 2023-12-01T22:07:02.841425+0000 mgr.smithi092.dlnhnq (mgr.14180) 283 : audit [DBG] 2023-12-01T22:07:04.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:04 smithi196 conmon[87003]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:05.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:05 smithi092 conmon[81890]: cluster 2023-12-01T22:07:03.774711+0000 mgr.smithi092.dlnhnq (mgr.14180) 284 : 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 2023-12-01T22:07:05.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:05 smithi196 conmon[87003]: cluster 2023-12-01T22:07:03.774711+0000 mgr.smithi092.dlnhnq (mgr.14180) 284 : 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 2023-12-01T22:07:05.974 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:05.974 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:06.559 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:07.560 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:07.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:07 smithi092 conmon[81890]: cluster 2023-12-01T22:07:05.775440+0000 mgr.smithi092.dlnhnq (mgr.14180) 285 : cluster [DBG] pgmap v219: 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 2023-12-01T22:07:07.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:07 smithi092 conmon[81890]: audit 2023-12-01T22:07:05.970050+0000 mgr.smithi092.dlnhnq (mgr.14180) 286 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:07 smithi196 conmon[87003]: cluster 2023-12-01T22:07:05.775440+0000 mgr.smithi092.dlnhnq (mgr.14180) 285 : cluster [DBG] pgmap v219: 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 2023-12-01T22:07:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:07 smithi196 conmon[87003]: audit 2023-12-01 2023-12-01T22:07:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:07 smithi196 conmon[87003]: T22:07:05.970050+0000 mgr.smithi092.dlnhnq (mgr.14180) 286 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:09.212 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:09.212 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:09.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:09 smithi092 conmon[81890]: cluster 2023-12-01T22:07:07.775994+0000 mgr.smithi092.dlnhnq (mgr.14180) 287 : cluster [DBG] pgmap v220: 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 2023-12-01T22:07:09.587 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:09.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:09 smithi196 conmon[87003]: cluster 2023-12-01T22:07:07.775994+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:07:09.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:09 smithi196 conmon[87003]: 287 : cluster [DBG] pgmap v220: 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 2023-12-01T22:07:10.587 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:10.724 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:10 smithi196 conmon[87003]: audit 2023-12-01T22:07:09.207304+0000 mgr.smithi092.dlnhnq (mgr.14180) 288 : audit [DBG] 2023-12-01T22:07:10.725 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:10 smithi196 conmon[87003]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:10.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:10 smithi092 conmon[81890]: audit 2023-12-01T22:07:09.207304+0000 mgr.smithi092.dlnhnq (mgr.14180) 288 : audit [DBG] 2023-12-01T22:07:10.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:10 smithi092 conmon[81890]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:11.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:11 smithi092 conmon[81890]: cluster 2023-12-01T22:07:09.776905+0000 mgr.smithi092.dlnhnq (mgr.14180) 289 : cluster [DBG] pgmap v221: 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 2023-12-01T22:07:11.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:11 smithi196 conmon[87003]: cluster 2023-12-01T22:07:09.776905+0000 mgr.smithi092.dlnhnq (mgr.14180) 289 : cluster [DBG] pgmap v221: 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 2023-12-01T22:07:12.255 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:12.255 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:12.712 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:13.713 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:13.741 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:13 smithi092 conmon[81890]: cluster 2023-12-01T22:07:11.777755+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:07:13.741 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:13 smithi092 conmon[81890]: ) 290 : cluster [DBG] pgmap v222: 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 2023-12-01T22:07:13.741 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:13 smithi092 conmon[81890]: audit 2023-12-01T22:07:12.251328+0000 mgr.smithi092.dlnhnq (mgr.14180) 291 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:13 smithi196 conmon[87003]: cluster 2023-12-01T22:07:11.777755+0000 mgr.smithi092.dlnhnq (mgr.14180) 290 : cluster [DBG] pgmap v222: 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 2023-12-01T22:07:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:13 smithi196 conmon[87003]: audit 2023-12-01T22:07:12.251328+0000 mgr.smithi092.dlnhnq (mgr.14180) 291 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:15.388 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:15.388 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:15 smithi092 conmon[81890]: cluster 2023-12-01T22 2023-12-01T22:07:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:15 smithi092 conmon[81890]: :07:13.778303+0000 mgr.smithi092.dlnhnq (mgr.14180) 292 : cluster [DBG] pgmap v223: 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 2023-12-01T22:07:15.841 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:15 smithi196 conmon[87003]: cluster 2023-12-01T22:07:13.778303+0000 mgr.smithi092.dlnhnq (mgr.14180) 292 : cluster [DBG] pgmap v223: 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 2023-12-01T22:07:16.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:16 smithi092 conmon[81890]: audit 2023-12-01T22:07:15.383789+0000 mgr.smithi092.dlnhnq (mgr.14180) 293 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:16.842 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:16.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:16 smithi196 conmon[87003]: audit 2023-12-01T22:07:15.383789+0000 mgr.smithi092.dlnhnq (mgr.14180) 293 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:17.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:17 smithi092 conmon[81890]: cluster 2023-12-01T22:07:15.779129+0000 mgr.smithi092.dlnhnq (mgr.14180) 294 : cluster [DBG] pgmap v224: 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 2023-12-01T22:07:17.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:17 smithi196 conmon[87003]: cluster 2023-12-01T22:07:15.779129+0000 mgr.smithi092.dlnhnq (mgr.14180) 294 : cluster [DBG] pgmap v224: 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 2023-12-01T22:07:18.620 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:18.620 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z 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.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:19.073 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:19.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:18 smithi196 conmon[87003]: cluster 2023-12-01T22:07:17.779926+0000 mgr.smithi092.dlnhnq (mgr.14180) 295 : 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 2023-12-01T22:07:19.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:18 smithi092 conmon[81890]: cluster 2023-12-01T22:07:17.779926+0000 mgr.smithi092.dlnhnq (mgr.14180) 295 : 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 2023-12-01T22:07:20.074 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:20.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:19 smithi196 conmon[87003]: audit 2023-12-01T22:07:18.615713+0000 mgr.smithi092.dlnhnq (mgr.14180) 296 : audit 2023-12-01T22:07:20.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:19 smithi196 conmon[87003]: [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:20.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:19 smithi196 conmon[87003]: audit 2023-12-01T22:07:19.611869+0000 mon.smithi092 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.piynaw"}]: dispatch 2023-12-01T22:07:20.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:19 smithi092 conmon[81890]: audit 2023-12-01T 2023-12-01T22:07:20.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:19 smithi092 conmon[81890]: 22:07:18.615713+0000 mgr.smithi092.dlnhnq (mgr.14180) 296 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:20.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:19 smithi092 conmon[81890]: audit 2023-12-01T22:07:20.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:19 smithi092 conmon[81890]: 2023-12-01T22:07:19.611869+0000 mon.smithi092 (mon.0) 2023-12-01T22:07:20.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:19 smithi092 conmon[81890]: 674 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.piynaw"}]: dispatch 2023-12-01T22:07:21.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: cephadm 2023-12-01T22:07:19.611384+0000 mgr.smithi092.dlnhnq (mgr.14180) 297 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw 2023-12-01T22:07:21.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw 2023-12-01T22:07:21.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi196.piynaw ... 2023-12-01T22:07:21.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:07:21.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:07:21.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:05: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" 2023-12-01T22:07:21.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:06:04Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:07:21.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:06:42Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: 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 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: Traceback (most recent call last): 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: yield (conn, connr) 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: code, '\n'.join(err))) 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi196.piynaw ... 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:05: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" 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:06:04Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:07:21.176 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:06:42Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: 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 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: cephadm 2023-12-01T22:07:19.611588+0000 mgr.smithi092.dlnhnq (mgr.14180) 298 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: cephadm 2023-12-01T22:07:19.612557+0000 mgr.smithi092.dlnhnq (mgr.14180) 299 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi196.piynaw ... 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:05: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" 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:06:04Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:06:42Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: 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 2023-12-01T22:07:21.177 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:07:21.178 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: cephadm 2023-12-01T22:07:19.614900+0000 mgr.smithi092.dlnhnq (mgr.14180) 300 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.yifijh on smithi092 2023-12-01T22:07:21.178 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: cluster 2023-12-01T22:07:21.178 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:20 smithi196 conmon[87003]: 2023-12-01T22:07:19.780574+0000 mgr.smithi092.dlnhnq (mgr.14180) 301 : 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 2023-12-01T22:07:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: cephadm 2023-12-01T22:07:19.611384+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:07:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: 14180) 297 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw 2023-12-01T22:07:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw 2023-12-01T22:07:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi196.piynaw ... 2023-12-01T22:07:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:07:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:07:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:05: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" 2023-12-01T22:07:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:06:04Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:07:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:06:42Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:07:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: 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 2023-12-01T22:07:21.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: Traceback (most recent call last): 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: yield (conn, connr) 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: code, '\n'.join(err))) 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi196.piynaw ... 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:05: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" 2023-12-01T22:07:21.272 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:06:04Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:06:42Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: 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 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: cephadm 2023-12-01T22:07 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: :19.611588+0000 mgr.smithi092.dlnhnq (mgr.14180) 298 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: cephadm 2023-12-01T22:07:19.612557+0000 mgr.smithi092.dlnhnq (mgr.14180) 299 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi196.piynaw ... 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:05: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" 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:06:04Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:06:42Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:07:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: 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 2023-12-01T22:07:21.274 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:07:21.274 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: cephadm 2023-12-01T22:07:19.614900+0000 mgr.smithi092.dlnhnq (mgr.14180) 300 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.yifijh on smithi092 2023-12-01T22:07:21.274 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:20 smithi092 conmon[81890]: cluster 2023-12-01T22:07:19.780574+0000 mgr.smithi092.dlnhnq (mgr.14180) 301 : 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 2023-12-01T22:07:21.756 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:21.756 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:22.191 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:23.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:22 smithi196 conmon[87003]: audit 2023-12-01T22:07:21.751522+0000 mgr.smithi092.dlnhnq (mgr.14180) 302 : audit 2023-12-01T22:07:23.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:22 smithi196 conmon[87003]: [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:23.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:22 smithi196 conmon[87003]: cluster 2023-12-01T22:07:21.781442+0000 mgr.smithi092.dlnhnq (mgr.14180) 303 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:23.192 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:23.218 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:22 smithi092 conmon[81890]: audit 2023-12-01T22:07:21.751522+0000 mgr.smithi092.dlnhnq (mgr.14180) 302 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:23.218 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:22 smithi092 conmon[81890]: cluster 2023-12-01T22:07:21.781442+0000 mgr.smithi092.dlnhnq (mgr.14180) 303 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:24.834 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:24.834 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:25.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:24 smithi196 conmon[87003]: cluster 2023-12-01T22:07:23.781921+0000 mgr.smithi092.dlnhnq (mgr.14180) 304 : 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 2023-12-01T22:07:25.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:24 smithi092 conmon[81890]: cluster 2023-12-01T22:07:23.781921 2023-12-01T22:07:25.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:24 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 304 : 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 2023-12-01T22:07:25.331 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:26.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:25 smithi092 conmon[81890]: audit 2023-12-01T22:07:24.829944+0000 mgr.smithi092.dlnhnq (mgr.14180) 305 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:26.333 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:26.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:25 smithi196 conmon[87003]: audit 2023-12-01T22:07:24.829944+0000 mgr.smithi092.dlnhnq (mgr.14180) 305 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:26.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:25 smithi196 conmon[87003]: 2023-12-01T22:07:27.174 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:26 smithi092 conmon[81890]: cluster 2023-12-01T22:07:25.782636+0000 mgr.smithi092.dlnhnq (mgr.14180) 306 : cluster [DBG] pgmap v229: 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 2023-12-01T22:07:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:26 smithi196 conmon[87003]: cluster 2023-12-01T22:07:25.782636+0000 mgr.smithi092.dlnhnq (mgr.14180) 306 : cluster [DBG] pgmap v229: 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 2023-12-01T22:07:27.899 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:27.899 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:28.368 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:29.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:28 smithi092 conmon[81890]: cluster 2023-12-01T22:07:27.783199+0000 mgr.smithi092.dlnhnq (mgr.14180) 307 : 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 2023-12-01T22:07:29.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:28 smithi092 conmon[81890]: audit 2023-12-01T22:07:27.894099+0000 mgr.smithi092.dlnhnq (mgr.14180) 308 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:29.369 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:29.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:28 smithi196 conmon[87003]: cluster 2023-12-01T22:07:27.783199+0000 mgr.smithi092.dlnhnq (mgr.14180) 307 : 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 2023-12-01T22:07:29.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:28 smithi196 conmon[87003]: audit 2023-12-01T22:07:27.894099+0000 mgr.smithi092.dlnhnq (mgr.14180) 308 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:31.032 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:31.032 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:31.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:30 smithi196 conmon[87003]: cluster 2023-12-01T22:07:29.783720+0000 mgr.smithi092.dlnhnq (mgr.14180) 309 : cluster 2023-12-01T22:07:31.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:30 smithi196 conmon[87003]: [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 2023-12-01T22:07:31.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:30 smithi092 conmon[81890]: cluster 2023-12-01T22:07:29.783720 2023-12-01T22:07:31.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:30 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 309 : 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 2023-12-01T22:07:31.496 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:32.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:31 smithi092 conmon[81890]: audit 2023-12-01T22:07:31.027339+0000 mgr.smithi092.dlnhnq (mgr.14180) 310 : 2023-12-01T22:07:32.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:31 smithi092 conmon[81890]: audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:32.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:31 smithi196 conmon[87003]: audit 2023-12-01T22:07:31.027339+0000 mgr.smithi092.dlnhnq (mgr.14180) 310 : audit [DBG] 2023-12-01T22:07:32.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:31 smithi196 conmon[87003]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:32.497 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:33.215 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:32 smithi092 conmon[81890]: cluster 2023-12-01T22:07:31.784544+0000 mgr.smithi092.dlnhnq (mgr.14180) 311 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:33.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:32 smithi196 conmon[87003]: cluster 2023-12-01T22:07:31.784544+0000 mgr.smithi092.dlnhnq (mgr.14180) 311 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:34.138 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:34.138 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:34.543 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:35.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:34 smithi092 conmon[81890]: cluster 2023-12-01T22:07:33.784994+0000 mgr.smithi092.dlnhnq (mgr.14180) 312 2023-12-01T22:07:35.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:34 smithi092 conmon[81890]: : 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 2023-12-01T22:07:35.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:34 smithi092 conmon[81890]: audit 2023-12-01T22:07:34.134076+0000 mgr.smithi092.dlnhnq (mgr.14180) 313 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:35.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:34 smithi196 conmon[87003]: cluster 2023-12-01T22:07:33.784994+0000 mgr.smithi092.dlnhnq (mgr.14180) 312 : 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 2023-12-01T22:07:35.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:34 smithi196 conmon[87003]: audit 2023-12-01T22:07:34.134076+0000 mgr.smithi092.dlnhnq (mgr.14180) 313 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:35.544 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:37.247 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:37.247 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:37.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:36 smithi092 conmon[81890]: cluster 2023-12-01T22:07:35.785834+0000 mgr.smithi092.dlnhnq (mgr.14180) 314 : cluster [DBG] pgmap v234: 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 2023-12-01T22:07:37.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:36 smithi196 conmon[87003]: cluster 2023-12-01T22:07:35.785834+0000 mgr.smithi092.dlnhnq (mgr.14180) 314 : cluster [DBG] pgmap v234: 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 2023-12-01T22:07:37.674 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:38.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:37 smithi092 conmon[81890]: audit 2023-12-01T22:07:37.242716+0000 mgr.smithi092.dlnhnq (mgr.14180) 315 : 2023-12-01T22:07:38.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:37 smithi092 conmon[81890]: audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:38.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:37 smithi196 conmon[87003]: audit 2023-12-01T22:07:37.242716+0000 mgr.smithi092.dlnhnq (mgr.14180) 315 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:38.675 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:39.212 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:38 smithi092 conmon[81890]: cluster 2023-12-01T22:07:37.786392+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:07:39.212 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:38 smithi092 conmon[81890]: 316 : 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 2023-12-01T22:07:39.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:38 smithi196 conmon[87003]: cluster 2023-12-01T22:07:37.786392+0000 mgr.smithi092.dlnhnq (mgr.14180) 316 : 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 2023-12-01T22:07:40.371 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:40.371 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:40.998 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:41.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:40 smithi092 conmon[81890]: cluster 2023-12-01T22:07:39.786869+0000 mgr.smithi092.dlnhnq (mgr.14180) 317 : 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 2023-12-01T22:07:41.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:40 smithi092 conmon[81890]: audit 2023-12-01T22:07:40.366682+0000 mgr.smithi092.dlnhnq (mgr.14180) 318 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:41.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:40 smithi196 conmon[87003]: cluster 2023-12-01T22:07:39.786869+0000 mgr.smithi092.dlnhnq (mgr.14180) 317 : 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 2023-12-01T22:07:41.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:40 smithi196 conmon[87003]: audit 2023 2023-12-01T22:07:41.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:40 smithi196 conmon[87003]: -12-01T22:07:40.366682+0000 mgr.smithi092.dlnhnq (mgr.14180) 318 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:41.998 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:43.179 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:42 smithi092 conmon[81890]: cluster 2023-12-01T22:07:41.787921+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:07:43.179 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:42 smithi092 conmon[81890]: ) 319 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:43.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:42 smithi196 conmon[87003]: cluster 2023-12-01T22:07:41.787921+0000 mgr.smithi092.dlnhnq (mgr.14180) 319 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:43.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:42 smithi196 conmon[87003]: 2023-12-01T22:07:43.578 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:43.579 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:44.038 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:45.038 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:45.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:44 smithi092 conmon[81890]: audit 2023-12-01T22:07:43.574519+0000 mgr.smithi092.dlnhnq (mgr.14180) 320 2023-12-01T22:07:45.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:44 smithi092 conmon[81890]: : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:45.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:44 smithi092 conmon[81890]: cluster 2023-12-01T22:07:43.788439+0000 mgr.smithi092.dlnhnq (mgr.14180) 321 : 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 2023-12-01T22:07:45.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:44 smithi196 conmon[87003]: audit 2023-12-01T22:07:43.574519+0000 mgr.smithi092.dlnhnq (mgr.14180) 320 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:45.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:44 smithi196 conmon[87003]: cluster 2023-12-01T 2023-12-01T22:07:45.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:44 smithi196 conmon[87003]: 22:07:43.788439+0000 mgr.smithi092.dlnhnq (mgr.14180) 321 : 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 2023-12-01T22:07:46.750 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:46.750 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:47.136 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:46 smithi092 conmon[81890]: cluster 2023-12-01T22:07:45.789251+0000 2023-12-01T22:07:47.136 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:46 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 322 : cluster [DBG] pgmap v239: 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 2023-12-01T22:07:47.176 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:47.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:46 smithi196 conmon[87003]: cluster 2023-12-01T22:07:45.789251+0000 mgr.smithi092.dlnhnq (mgr.14180) 322 : cluster [DBG] pgmap v239: 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 2023-12-01T22:07:48.177 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:48.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:47 smithi092 conmon[81890]: audit 2023-12-01T22:07:46.745534+0000 mgr.smithi092.dlnhnq (mgr.14180) 323 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:48.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:47 smithi196 conmon[87003]: audit 2023-12-01T22:07:46.745534+0000 mgr.smithi092.dlnhnq (mgr.14180) 323 : audit 2023-12-01T22:07:48.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:47 smithi196 conmon[87003]: [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:49.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:48 smithi092 conmon[81890]: cluster 2023-12-01T22:07:47.790015+0000 mgr.smithi092.dlnhnq (mgr.14180) 324 : cluster 2023-12-01T22:07:49.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:48 smithi092 conmon[81890]: [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:49.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:48 smithi196 conmon[87003]: cluster 2023-12-01T22:07:47.790015+0000 mgr.smithi092.dlnhnq (mgr.14180) 324 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:49.835 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:49.835 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:50.321 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:51.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:50 smithi092 conmon[81890]: cluster 2023-12-01T22:07:49.790483+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:07:51.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:50 smithi092 conmon[81890]: mgr.14180) 325 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:51.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:50 smithi092 conmon[81890]: audit 2023-12-01T22:07:49.830351+0000 mgr.smithi092.dlnhnq (mgr.14180) 326 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:51.322 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:51.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:50 smithi196 conmon[87003]: cluster 2023-12-01T22:07:49.790483+0000 mgr.smithi092.dlnhnq (mgr.14180) 325 : 2023-12-01T22:07:51.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:50 smithi196 conmon[87003]: cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:51.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:50 smithi196 conmon[87003]: audit 2023-12-01T22:07:49.830351+0000 mgr.smithi092.dlnhnq (mgr.14180) 326 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:52.993 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:52.994 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:53.233 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:52 smithi092 conmon[81890]: cluster 2023-12-01T22:07:51.791197+0000 mgr.smithi092.dlnhnq (mgr.14180) 327 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:53.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:52 smithi196 conmon[87003]: cluster 2023-12-01T22:07:51.791197+0000 mgr.smithi092.dlnhnq (mgr.14180) 327 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:53.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:52 smithi196 conmon[87003]: 2023-12-01T22:07:53.453 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:54.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:53 smithi092 conmon[81890]: audit 2023-12-01T22:07:52.988803+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:07:54.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:53 smithi092 conmon[81890]: 14180) 328 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:54.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:53 smithi196 conmon[87003]: audit 2023-12-01T22:07:52.988803+0000 mgr.smithi092.dlnhnq (mgr.14180) 328 : audit [DBG] 2023-12-01T22:07:54.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:53 smithi196 conmon[87003]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:54.454 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:55.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:54 smithi092 conmon[81890]: cluster 2023-12-01T22:07:53.791626 2023-12-01T22:07:55.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:54 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 329 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:55.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:54 smithi196 conmon[87003]: cluster 2023-12-01T22:07:53.791626+0000 mgr.smithi092.dlnhnq (mgr.14180) 329 : cluster [DBG] 2023-12-01T22:07:55.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:54 smithi196 conmon[87003]: pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:07:56.126 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:56.126 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:56.504 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:07:57.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:56 smithi092 conmon[81890]: cluster 2023-12-01T22:07:55.792402+0000 mgr.smithi092.dlnhnq (mgr.14180) 330 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2023-12-01T22:07:57.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:56 smithi092 conmon[81890]: audit 2023-12-01T22:07:56.121790+0000 mgr.smithi092.dlnhnq (mgr.14180) 331 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:57.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:56 smithi196 conmon[87003]: cluster 2023-12-01T22:07:55.792402+0000 mgr.smithi092.dlnhnq (mgr.14180) 330 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2023-12-01T22:07:57.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:56 smithi196 conmon[87003]: audit 2023-12-01T22:07:56.121790 2023-12-01T22:07:57.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:56 smithi196 conmon[87003]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 331 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:07:57.505 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:07:59.193 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:07:59.193 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:07:59.218 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:58 smithi092 conmon[81890]: cluster 2023-12-01T22:07:57.792966+0000 mgr.smithi092.dlnhnq (mgr.14180) 332 : cluster [DBG] pgmap v245: 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 2023-12-01T22:07:59.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:58 smithi196 conmon[87003]: cluster 2023-12-01T22:07:57.792966+0000 mgr.smithi092.dlnhnq (mgr.14180) 332 : cluster [DBG] pgmap v245: 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 2023-12-01T22:07:59.648 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:00.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:07:59 smithi092 conmon[81890]: audit 2023-12-01T22:07:59.188464+0000 mgr.smithi092.dlnhnq (mgr.14180) 333 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:00.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:07:59 smithi196 conmon[87003]: audit 2023-12-01T22:07:59.188464+0000 mgr.smithi092.dlnhnq (mgr.14180) 333 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:00.649 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:01.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:00 smithi092 conmon[81890]: cluster 2023-12-01T22:07:59.793528+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:08:01.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:00 smithi092 conmon[81890]: 14180) 334 : cluster [DBG] pgmap v246: 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 2023-12-01T22:08:01.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:00 smithi196 conmon[87003]: cluster 2023-12-01T22:07:59.793528+0000 mgr.smithi092.dlnhnq (mgr.14180) 334 : cluster [DBG] pgmap v246: 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 2023-12-01T22:08:02.306 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:02.307 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:02.783 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:03.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:03 smithi092 conmon[81890]: cluster 2023-12-01T22:08:01.794304+0000 mgr.smithi092.dlnhnq (mgr.14180) 335 : cluster [DBG] pgmap v247: 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 2023-12-01T22:08:03.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:03 smithi092 conmon[81890]: audit 2023-12-01T22:08:02.301761+0000 mgr.smithi092.dlnhnq (mgr.14180) 336 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:03.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:03 smithi196 conmon[87003]: cluster 2023-12-01T22:08:01.794304+0000 mgr.smithi092.dlnhnq (mgr.14180) 335 : cluster [DBG] pgmap v247: 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 2023-12-01T22:08:03.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:03 smithi196 conmon[87003]: 2023-12-01T22:08:03.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:03 smithi196 conmon[87003]: audit 2023-12-01T22:08:02.301761+0000 mgr.smithi092.dlnhnq (mgr.14180) 336 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:03.784 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:05.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:05 smithi092 conmon[81890]: cluster 2023-12-01T22:08:03.794881+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:08:05.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:05 smithi092 conmon[81890]: 14180) 337 : cluster [DBG] pgmap v248: 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 2023-12-01T22:08:05.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:05 smithi196 conmon[87003]: cluster 2023-12-01T22:08:03.794881+0000 mgr.smithi092.dlnhnq (mgr.14180) 337 : cluster [DBG] pgmap v248: 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 2023-12-01T22:08:05.458 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:05.459 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:05.926 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:06.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:06 smithi092 conmon[81890]: audit 2023-12-01T22:08:05.454485+0000 mgr.smithi092.dlnhnq (mgr.14180) 338 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:06.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:06 smithi196 conmon[87003]: audit 2023-12-01T22:08:05.454485+0000 mgr.smithi092.dlnhnq (mgr.14180) 338 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:06.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:06 smithi196 conmon[87003]: 2023-12-01T22:08:06.928 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:07.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:07 smithi092 conmon[81890]: cluster 2023-12-01T22:08:05.795633+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:08:07.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:07 smithi092 conmon[81890]: ) 339 : cluster [DBG] pgmap v249: 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 2023-12-01T22:08:07.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:07 smithi196 conmon[87003]: cluster 2023-12-01T22:08:05.795633+0000 mgr.smithi092.dlnhnq (mgr.14180) 339 : cluster [DBG] pgmap v249: 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 2023-12-01T22:08:08.651 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:08.651 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:09.064 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:09.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:09 smithi092 conmon[81890]: cluster 2023-12-01T22:08:07.796112+0000 mgr.smithi092.dlnhnq (mgr.14180) 340 : cluster [DBG] pgmap v250: 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 2023-12-01T22:08:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:09 smithi196 conmon[87003]: cluster 2023-12-01T22:08:07.796112+0000 mgr.smithi092.dlnhnq (mgr.14180) 340 : cluster [DBG] pgmap v250: 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 2023-12-01T22:08:10.065 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:10.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:10 smithi092 conmon[81890]: audit 2023-12-01T22:08:08.646129+0000 mgr.smithi092.dlnhnq (mgr.14180) 341 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:10.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:10 smithi196 conmon[87003]: audit 2023-12-01T22:08:08.646129+0000 mgr.smithi092.dlnhnq (mgr.14180) 341 : audit [DBG] 2023-12-01T22:08:10.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:10 smithi196 conmon[87003]: from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:11.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:11 smithi196 conmon[87003]: cluster 2023-12-01T22:08:09.796639+0000 mgr.smithi092.dlnhnq (mgr.14180) 342 : 2023-12-01T22:08:11.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:11 smithi196 conmon[87003]: 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 2023-12-01T22:08:11.456 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:11 smithi092 conmon[81890]: cluster 2023-12-01T22:08:09.796639+0000 mgr.smithi092.dlnhnq (mgr.14180) 342 : 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 2023-12-01T22:08:11.836 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:11.836 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:12.306 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:13.307 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:13.332 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:13 smithi092 conmon[81890]: cluster 2023-12-01T22:08:11.797409+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:08:13.332 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:13 smithi092 conmon[81890]: mgr.14180) 343 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:13.332 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:13 smithi092 conmon[81890]: audit 2023-12-01T22:08:11.832107+0000 mgr.smithi092.dlnhnq (mgr.14180) 344 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:13.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:13 smithi196 conmon[87003]: cluster 2023-12-01T22:08:11.797409+0000 mgr.smithi092.dlnhnq (mgr.14180) 343 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:13.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:13 smithi196 conmon[87003]: audit 2023-12-01T22:08:11.832107+0000 mgr.smithi092.dlnhnq (mgr.14180) 344 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:14.978 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:14.978 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:15.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:15 smithi092 conmon[81890]: cluster 2023-12-01T22:08:13.798050+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:08:15.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:15 smithi092 conmon[81890]: 14180) 345 : 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 2023-12-01T22:08:15.345 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:15.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:15 smithi196 conmon[87003]: cluster 2023-12-01T22:08:13.798050+0000 mgr.smithi092.dlnhnq (mgr.14180) 345 : 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 2023-12-01T22:08:16.349 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:16.375 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:16 smithi092 conmon[81890]: audit 2023-12-01T22:08:14.973620+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:08:16.375 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:16 smithi092 conmon[81890]: ) 346 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:16.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:16 smithi196 conmon[87003]: audit 2023-12-01T22:08:14.973620+0000 mgr.smithi092.dlnhnq (mgr.14180) 346 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:17.162 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:17 smithi092 conmon[81890]: cluster 2023-12-01T22:08:15.798968+0000 mgr.smithi092.dlnhnq (mgr.14180) 347 : cluster [DBG] pgmap v254: 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 2023-12-01T22:08:17.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:17 smithi196 conmon[87003]: cluster 2023-12-01T22:08:15.798968+0000 mgr.smithi092.dlnhnq (mgr.14180) 347 : cluster [DBG] pgmap v254: 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 2023-12-01T22:08:17.903 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:17.903 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:18.281 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:19.281 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:19.307 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:19 smithi092 conmon[81890]: cluster 2023-12-01T22:08:17.799528+0000 mgr.smithi092.dlnhnq (mgr.14180) 348 2023-12-01T22:08:19.308 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:19 smithi092 conmon[81890]: : 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 2023-12-01T22:08:19.308 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:19 smithi092 conmon[81890]: audit 2023-12-01T22:08:17.898940+0000 mgr.smithi092.dlnhnq (mgr.14180) 349 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:19.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:19 smithi196 conmon[87003]: cluster 2023-12-01T22:08:17.799528+0000 mgr.smithi092.dlnhnq (mgr.14180) 348 : 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 2023-12-01T22:08:19.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:19 smithi196 conmon[87003]: audit 2023-12-01T22:08:17.898940+0000 mgr.smithi092.dlnhnq (mgr.14180) 349 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:20.911 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:20.911 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:21.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:21 smithi092 conmon[81890]: cluster 2023-12-01T22:08:19.799994+0000 mgr.smithi092.dlnhnq (mgr.14180) 350 : 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 2023-12-01T22:08:21.306 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:21.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:21 smithi196 conmon[87003]: cluster 2023-12-01T22:08:19.799994+0000 mgr.smithi092.dlnhnq (mgr.14180) 350 : 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 2023-12-01T22:08:22.307 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:22.335 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:22 smithi092 conmon[81890]: audit 2023-12-01T22:08:20.907322+0000 mgr.smithi092.dlnhnq (mgr.14180) 351 2023-12-01T22:08:22.335 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:22 smithi092 conmon[81890]: : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:22.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:22 smithi196 conmon[87003]: audit 2023-12-01T22:08:20.907322+0000 mgr.smithi092.dlnhnq (mgr.14180) 351 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:23.161 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:23 smithi092 conmon[81890]: cluster 2023-12-01T22:08:21.800687+0000 mgr.smithi092.dlnhnq (mgr.14180) 352 : cluster 2023-12-01T22:08:23.161 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:23 smithi092 conmon[81890]: [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:23.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:23 smithi196 conmon[87003]: cluster 2023-12-01T22:08:21.800687+0000 mgr.smithi092.dlnhnq (mgr.14180) 352 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:23.870 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:23.871 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:24.249 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:25.250 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:25.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:25 smithi196 conmon[87003]: cluster 2023-12-01T22:08:23.801204+0000 mgr.smithi092.dlnhnq (mgr.14180) 353 2023-12-01T22:08:25.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:25 smithi196 conmon[87003]: : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:25.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:25 smithi196 conmon[87003]: audit 2023-12-01T22:08:23.866609+0000 mgr.smithi092.dlnhnq (mgr.14180) 354 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:25.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:25 smithi092 conmon[81890]: cluster 2023-12-01T22:08:23.801204+0000 mgr.smithi092.dlnhnq (mgr.14180) 353 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:25.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:25 smithi092 conmon[81890]: audit 2023-12-01T22:08:23.866609+0000 mgr.smithi092.dlnhnq (mgr.14180) 354 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:26.797 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:26.797 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:27.184 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:27 smithi092 conmon[81890]: cluster 2023-12-01T22:08:25.801982+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:08:27.184 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:27 smithi092 conmon[81890]: ) 355 : cluster [DBG] pgmap v259: 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 2023-12-01T22:08:27.197 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:27.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:27 smithi196 conmon[87003]: cluster 2023-12-01T22:08:25.801982+0000 mgr.smithi092.dlnhnq (mgr.14180) 355 : cluster [DBG] 2023-12-01T22:08:27.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:27 smithi196 conmon[87003]: pgmap v259: 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 2023-12-01T22:08:28.199 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:28.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:28 smithi196 conmon[87003]: audit 2023-12-01T22:08:26.792414+0000 mgr.smithi092.dlnhnq (mgr.14180) 356 : audit [DBG] 2023-12-01T22:08:28.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:28 smithi196 conmon[87003]: from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:28.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:28 smithi092 conmon[81890]: audit 2023-12-01T22:08:26.792414+0000 mgr.smithi092.dlnhnq (mgr.14180) 356 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:29.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:29 smithi196 conmon[87003]: cluster 2023-12-01T22:08:27.802705+0000 mgr.smithi092.dlnhnq (mgr.14180) 357 : cluster [DBG] 2023-12-01T22:08:29.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:29 smithi196 conmon[87003]: pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:29.502 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:29 smithi092 conmon[81890]: cluster 2023-12-01T22:08:27.802705+0000 2023-12-01T22:08:29.503 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:29 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 357 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:29.883 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:29.883 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:30.230 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:31.231 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:31.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:31 smithi196 conmon[87003]: cluster 2023-12-01T22:08:29.803315+0000 mgr.smithi092.dlnhnq (mgr.14180) 358 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:31.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:31 smithi196 conmon[87003]: audit 2023-12-01T22:08:29.878644+0000 mgr.smithi092.dlnhnq (mgr.14180) 359 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:31.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:31 smithi092 conmon[81890]: cluster 2023-12-01T22:08:29.803315+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:08:31.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:31 smithi092 conmon[81890]: 358 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:31.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:31 smithi092 conmon[81890]: audit 2023-12-01T22:08:29.878644+0000 mgr.smithi092.dlnhnq (mgr.14180) 359 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:32.868 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:32.868 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:33.225 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:33 smithi092 conmon[81890]: cluster 2023-12-01T22:08:31.804159+0000 mgr.smithi092.dlnhnq (mgr.14180) 360 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:33.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:33 smithi196 conmon[87003]: cluster 2023-12-01T22:08:31.804159+0000 mgr.smithi092.dlnhnq (mgr.14180) 360 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:33.454 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:34.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:34 smithi196 conmon[87003]: audit 2023-12-01T22:08:32.863805+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:08:34.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:34 smithi196 conmon[87003]: 14180) 361 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:34.455 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:34.481 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:34 smithi092 conmon[81890]: audit 2023-12-01T22:08:32.863805+0000 mgr.smithi092.dlnhnq (mgr.14180) 361 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:35.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:35 smithi092 conmon[81890]: cluster 2023-12-01T22:08:33.804734+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:08:35.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:35 smithi092 conmon[81890]: 14180) 362 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:35.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:35 smithi196 conmon[87003]: cluster 2023-12-01T22:08:33.804734+0000 mgr.smithi092.dlnhnq (mgr.14180) 362 : cluster 2023-12-01T22:08:35.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:35 smithi196 conmon[87003]: [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:36.126 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:36.126 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:36.583 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:37.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:37 smithi196 conmon[87003]: cluster 2023-12-01T22:08:35.805467+0000 mgr.smithi092.dlnhnq (mgr.14180) 363 : cluster 2023-12-01T22:08:37.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:37 smithi196 conmon[87003]: [DBG] pgmap v264: 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 2023-12-01T22:08:37.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:37 smithi196 conmon[87003]: audit 2023-12-01T22:08:36.122141+0000 mgr.smithi092.dlnhnq (mgr.14180) 364 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:37.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:37 smithi092 conmon[81890]: cluster 2023-12-01T22:08:35.805467+0000 mgr.smithi092.dlnhnq (mgr.14180) 363 : cluster [DBG] pgmap v264: 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 2023-12-01T22:08:37.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:37 smithi092 conmon[81890]: audit 2023-12-01T22:08:36.122141+0000 mgr.smithi092.dlnhnq (mgr.14180) 364 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:37.584 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:39.267 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:39.268 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:39.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:39 smithi092 conmon[81890]: cluster 2023-12-01T22:08:37.805996+0000 mgr.smithi092.dlnhnq (mgr.14180) 365 : 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 2023-12-01T22:08:39.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:39 smithi196 conmon[87003]: cluster 2023-12-01T22:08:37.805996+0000 mgr.smithi092.dlnhnq (mgr.14180) 365 : cluster 2023-12-01T22:08:39.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:39 smithi196 conmon[87003]: [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 2023-12-01T22:08:39.808 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:40.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:40 smithi196 conmon[87003]: audit 2023-12-01T22:08:39.263464+0000 mgr.smithi092.dlnhnq (mgr.14180) 366 : audit 2023-12-01T22:08:40.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:40 smithi196 conmon[87003]: [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:40.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:40 smithi092 conmon[81890]: audit 2023-12-01T22:08:39.263464+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:08:40.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:40 smithi092 conmon[81890]: ) 366 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:40.809 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:41.348 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:41 smithi092 conmon[81890]: cluster 2023-12-01T22:08:39.806610+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:08:41.348 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:41 smithi092 conmon[81890]: mgr.14180) 367 : 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 2023-12-01T22:08:41.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:41 smithi196 conmon[87003]: cluster 2023-12-01T22:08:39.806610+0000 mgr.smithi092.dlnhnq (mgr.14180) 367 : 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 2023-12-01T22:08:42.514 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:42.514 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:42.948 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:43.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:43 smithi092 conmon[81890]: cluster 2023-12-01T22:08:41.807514+0000 mgr.smithi092.dlnhnq (mgr.14180) 368 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:43.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:43 smithi196 conmon[87003]: cluster 2023-12-01T22:08:41.807514+0000 mgr.smithi092.dlnhnq (mgr.14180) 368 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:43.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:43 smithi196 conmon[87003]: 2023-12-01T22:08:43.949 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:44.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:44 smithi092 conmon[81890]: audit 2023-12-01T22:08:42.508607+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:08:44.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:44 smithi092 conmon[81890]: mgr.14180) 369 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:44.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:44 smithi196 conmon[87003]: audit 2023-12-01T22:08:42.508607+0000 mgr.smithi092.dlnhnq (mgr.14180) 369 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:45.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:45 smithi196 conmon[87003]: cluster 2023-12-01T22:08:43.807989+0000 mgr.smithi092.dlnhnq (mgr.14180) 370 : 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 2023-12-01T22:08:45.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:45 smithi092 conmon[81890]: cluster 2023-12-01T22:08:43.807989+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:08:45.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:45 smithi092 conmon[81890]: mgr.14180) 370 : 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 2023-12-01T22:08:45.639 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:45.639 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:46.090 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:47.091 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:47.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:47 smithi196 conmon[87003]: audit 2023-12-01T22:08:45.634738+0000 mgr.smithi092.dlnhnq (mgr.14180) 371 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:47.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:47 smithi196 conmon[87003]: cluster 2023-12-01 2023-12-01T22:08:47.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:47 smithi196 conmon[87003]: T22:08:45.808811+0000 mgr.smithi092.dlnhnq (mgr.14180) 372 : cluster [DBG] pgmap v269: 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 2023-12-01T22:08:47.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:47 smithi092 conmon[81890]: audit 2023-12-01T22:08:45.634738+0000 mgr.smithi092.dlnhnq (mgr.14180) 371 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:47.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:47 smithi092 conmon[81890]: cluster 2023-12-01T22:08:45.808811+0000 mgr.smithi092.dlnhnq (mgr.14180) 372 : cluster [DBG] pgmap v269: 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 2023-12-01T22:08:48.674 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:48.674 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:49.032 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:49.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:49 smithi196 conmon[87003]: cluster 2023-12-01T22:08:47.809342+0000 mgr.smithi092.dlnhnq (mgr.14180) 373 : 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 2023-12-01T22:08:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:49 smithi092 conmon[81890]: cluster 2023-12-01T22:08:47.809342+0000 mgr.smithi092.dlnhnq (mgr.14180) 373 : 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 2023-12-01T22:08:50.032 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:50.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:50 smithi196 conmon[87003]: audit 2023-12-01T22:08:48.669566+0000 mgr.smithi092.dlnhnq (mgr.14180) 374 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:50.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:50 smithi196 conmon[87003]: 2023-12-01T22:08:50.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:50 smithi092 conmon[81890]: audit 2023-12-01T22:08:48.669566+0000 mgr.smithi092.dlnhnq (mgr.14180) 374 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:51.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:51 smithi092 conmon[81890]: cluster 2023-12-01T22:08:49.810019+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:08:51.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:51 smithi092 conmon[81890]: 14180) 375 : 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 2023-12-01T22:08:51.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:51 smithi196 conmon[87003]: cluster 2023-12-01T22:08:49.810019+0000 mgr.smithi092.dlnhnq (mgr.14180) 375 : 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 2023-12-01T22:08:51.696 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:51.697 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:52.177 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:53.178 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:53.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:53 smithi196 conmon[87003]: audit 2023-12-01T22:08:51.692551+0000 mgr.smithi092.dlnhnq (mgr.14180) 376 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:53.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:53 smithi196 conmon[87003]: cluster 2023-12-01T22:08:51.810890+0000 mgr.smithi092.dlnhnq (mgr.14180) 377 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:53 smithi092 conmon[81890]: audit 2023-12-01T22:08:51.692551+0000 mgr.smithi092.dlnhnq (mgr.14180) 376 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:53 smithi092 conmon[81890]: cluster 2023-12-01T22:08:51.810890+0000 mgr.smithi092.dlnhnq (mgr.14180) 377 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:08:54.853 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:54.854 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:55.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:55 smithi092 conmon[81890]: cluster 2023-12-01T22:08:53.811461+0000 2023-12-01T22:08:55.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:55 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 378 : 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 2023-12-01T22:08:55.418 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:55.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:55 smithi196 conmon[87003]: cluster 2023-12-01T22:08:53.811461+0000 mgr.smithi092.dlnhnq (mgr.14180) 378 : 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 2023-12-01T22:08:56.419 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:56.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:56 smithi196 conmon[87003]: audit 2023-12-01T22:08:54.849408+0000 mgr.smithi092.dlnhnq (mgr.14180) 379 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:56.447 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:56 smithi092 conmon[81890]: audit 2023-12-01T22:08:54.849408+0000 mgr.smithi092.dlnhnq (mgr.14180) 379 : audit 2023-12-01T22:08:56.447 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:56 smithi092 conmon[81890]: [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:57.269 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:57 smithi092 conmon[81890]: cluster 2023-12-01T22:08:55.812372+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:08:57.269 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:57 smithi092 conmon[81890]: 14180) 380 : cluster [DBG] pgmap v274: 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 2023-12-01T22:08:57.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:57 smithi196 conmon[87003]: cluster 2023-12-01T22:08:55.812372+0000 mgr.smithi092.dlnhnq (mgr.14180) 380 : cluster [DBG] pgmap v274: 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 2023-12-01T22:08:57.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:57 smithi196 conmon[87003]: 2023-12-01T22:08:57.972 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:08:57.972 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:08:58.360 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:08:59.361 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:08:59.389 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:59 smithi092 conmon[81890]: cluster 2023-12-01T22:08:57.812896+0000 mgr.smithi092.dlnhnq (mgr.14180) 381 : 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 2023-12-01T22:08:59.390 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:08:59 smithi092 conmon[81890]: audit 2023-12-01T22:08:57.968351+0000 mgr.smithi092.dlnhnq (mgr.14180) 382 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:08:59.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:59 smithi196 conmon[87003]: cluster 2023-12-01T22:08:57.812896+0000 mgr.smithi092.dlnhnq (mgr.14180) 381 : 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 2023-12-01T22:08:59.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:59 smithi196 conmon[87003]: audit 2023-12-01T22:08 2023-12-01T22:08:59.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:08:59 smithi196 conmon[87003]: :57.968351+0000 mgr.smithi092.dlnhnq (mgr.14180) 382 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:01.033 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:01.033 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:01.418 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:01 smithi092 conmon[81890]: cluster 2023-12-01T22:08:59.813445+0000 mgr.smithi092.dlnhnq (mgr.14180) 383 : 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 2023-12-01T22:09:01.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:01 smithi196 conmon[87003]: cluster 2023-12-01T22:08:59.813445+0000 mgr.smithi092.dlnhnq (mgr.14180) 383 : 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 2023-12-01T22:09:01.489 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:02.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:02 smithi196 conmon[87003]: audit 2023-12-01T22:09:01.029003+0000 mgr.smithi092.dlnhnq (mgr.14180) 384 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:02.491 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:02.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:02 smithi092 conmon[81890]: audit 2023-12-01T22:09:01.029003+0000 mgr.smithi092.dlnhnq (mgr.14180) 384 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:03.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:03 smithi092 conmon[81890]: cluster 2023-12-01T22:09:01.814193+0000 mgr.smithi092.dlnhnq (mgr.14180) 385 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:09:03.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:03 smithi196 conmon[87003]: cluster 2023-12-01T22:09:01.814193+0000 mgr.smithi092.dlnhnq (mgr.14180) 385 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:09:04.180 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:04.180 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:04.540 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:05.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:05 smithi196 conmon[87003]: cluster 2023-12-01T22:09:03.814739+0000 mgr.smithi092.dlnhnq (mgr.14180) 386 : 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 2023-12-01T22:09:05.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:05 smithi196 conmon[87003]: audit 2023-12-01T22:09:04. 2023-12-01T22:09:05.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:05 smithi196 conmon[87003]: 176005+0000 mgr.smithi092.dlnhnq (mgr.14180) 387 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:05.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:05 smithi092 conmon[81890]: cluster 2023-12-01T22:09:03.814739+0000 mgr.smithi092.dlnhnq (mgr.14180) 386 : 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 2023-12-01T22:09:05.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:05 smithi092 conmon[81890]: audit 2023-12-01T22:09:05.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:05 smithi092 conmon[81890]: 2023-12-01T22:09:04.176005+0000 mgr.smithi092.dlnhnq (mgr.14180) 387 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:05.541 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:07.199 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:07.200 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:07.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:07 smithi092 conmon[81890]: cluster 2023-12-01T22:09:05.815491+0000 mgr.smithi092.dlnhnq (mgr.14180) 388 : cluster [DBG] 2023-12-01T22:09:07.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:07 smithi092 conmon[81890]: pgmap v279: 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 2023-12-01T22:09:07.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:07 smithi196 conmon[87003]: cluster 2023-12-01T22:09:05.815491+0000 mgr.smithi092.dlnhnq (mgr.14180) 388 : cluster [DBG] pgmap v279: 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 2023-12-01T22:09:07.576 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:08.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:08 smithi196 conmon[87003]: audit 2023-12-01T22:09:07.194831+0000 mgr.smithi092.dlnhnq (mgr.14180) 389 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:08.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:08 smithi092 conmon[81890]: audit 2023-12-01T22:09:07.194831+0000 mgr.smithi092.dlnhnq (mgr.14180) 389 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:08.578 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:09 smithi196 conmon[87003]: cluster 2023-12-01T22:09:07.816067+0000 mgr.smithi092.dlnhnq (mgr.14180) 390 : cluster [DBG] 2023-12-01T22:09:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:09 smithi196 conmon[87003]: 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 2023-12-01T22:09:09.442 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:09 smithi092 conmon[81890]: cluster 2023-12-01T22:09:07.816067+0000 mgr.smithi092.dlnhnq (mgr.14180) 390 : 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 2023-12-01T22:09:10.219 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:10.219 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:10.707 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:11.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:11 smithi196 conmon[87003]: cluster 2023-12-01T22:09:09.816699+0000 mgr.smithi092.dlnhnq (mgr.14180) 391 : 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 2023-12-01T22:09:11.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:11 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:09:11.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:11 smithi196 conmon[87003]: 01T22:09:10.214554+0000 mgr.smithi092.dlnhnq (mgr.14180) 392 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:11.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:11 smithi092 conmon[81890]: cluster 2023-12-01T22:09:09.816699+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:09:11.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:11 smithi092 conmon[81890]: 14180) 391 : 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 2023-12-01T22:09:11.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:11 smithi092 conmon[81890]: audit 2023-12-01T22:09:10.214554+0000 mgr.smithi092.dlnhnq (mgr.14180) 392 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:11.709 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:13.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:13 smithi092 conmon[81890]: cluster 2023-12-01T22:09:11.817382+0000 mgr.smithi092.dlnhnq (mgr.14180) 393 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:09:13.387 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:13.387 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:13.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:13 smithi196 conmon[87003]: cluster 2023-12-01T22:09:11.817382+0000 mgr.smithi092.dlnhnq (mgr.14180) 393 : cluster 2023-12-01T22:09:13.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:13 smithi196 conmon[87003]: [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:09:13.834 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:14.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:14 smithi196 conmon[87003]: audit 2023-12-01T22:09:13.383317+0000 mgr.smithi092.dlnhnq (mgr.14180) 394 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:14.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:14 smithi092 conmon[81890]: audit 2023-12-01T22:09:13.383317+0000 mgr.smithi092.dlnhnq (mgr.14180) 394 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:14.835 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:15.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:15 smithi196 conmon[87003]: cluster 2023-12-01T22:09:13.817864+0000 mgr.smithi092.dlnhnq (mgr.14180) 395 : 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 2023-12-01T22:09:15.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:15 smithi092 conmon[81890]: cluster 2023-12-01T22:09:13.817864+0000 mgr.smithi092.dlnhnq (mgr.14180) 395 : 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 2023-12-01T22:09:16.382 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:16.382 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:16.775 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:17.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:17 smithi196 conmon[87003]: cluster 2023-12-01T22:09:15.818671+0000 mgr.smithi092.dlnhnq (mgr.14180) 396 : cluster [DBG] pgmap v284: 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 2023-12-01T22:09:17.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:17 smithi196 conmon[87003]: audit 2023-12-01T22:09:17.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:17 smithi196 conmon[87003]: 2023-12-01T22:09:16.377795+0000 mgr.smithi092.dlnhnq (mgr.14180) 397 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:17.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:17 smithi092 conmon[81890]: cluster 2023-12-01T22:09:15.818671+0000 mgr.smithi092.dlnhnq (mgr.14180) 396 : cluster [DBG] pgmap v284: 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 2023-12-01T22:09:17.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:17 smithi092 conmon[81890]: audit 2023-12-01T22:09:16.377795+0000 mgr.smithi092.dlnhnq (mgr.14180) 397 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:17.776 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:19.414 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:19.414 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:19.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:19 smithi196 conmon[87003]: cluster 2023-12-01T22:09:17.819231+0000 mgr.smithi092.dlnhnq (mgr.14180) 398 : 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 2023-12-01T22:09:19.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:19 smithi092 conmon[81890]: cluster 2023-12-01T22:09:17.819231+0000 mgr.smithi092.dlnhnq (mgr.14180) 398 : 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 2023-12-01T22:09:19.822 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:20.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:20 smithi092 conmon[81890]: audit 2023-12-01T22:09:19.410136+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:09:20.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:20 smithi092 conmon[81890]: ) 399 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:20.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:20 smithi196 conmon[87003]: audit 2023-12-01T22:09:19.410136+0000 mgr.smithi092.dlnhnq (mgr.14180) 399 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:20.824 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:21.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:21 smithi092 conmon[81890]: cluster 2023-12-01T22:09:19.819750+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:09:21.435 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:21 smithi092 conmon[81890]: 14180) 400 : 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 2023-12-01T22:09:21.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:21 smithi196 conmon[87003]: cluster 2023-12-01T22:09:19.819750+0000 mgr.smithi092.dlnhnq (mgr.14180) 400 : 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 2023-12-01T22:09:22.470 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:22.470 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:22.866 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:23.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:23 smithi092 conmon[81890]: cluster 2023-12-01T22:09:21.820455+0000 mgr.smithi092.dlnhnq (mgr.14180) 401 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:09:23.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:23 smithi092 conmon[81890]: audit 2023-12-01T22:09:22.466110+0000 mgr.smithi092.dlnhnq (mgr.14180) 402 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:23.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:23 smithi196 conmon[87003]: cluster 2023-12-01T22:09:21.820455+0000 mgr.smithi092.dlnhnq (mgr.14180) 401 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:09:23.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:23 smithi196 conmon[87003]: audit 2023-12-01T22:09:23.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:23 smithi196 conmon[87003]: 2023-12-01T22:09:22.466110+0000 mgr.smithi092.dlnhnq (mgr.14180) 402 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:23.867 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:25.464 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:25.464 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:25.485 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:25 smithi092 conmon[81890]: cluster 2023-12-01T22:09:23.821157+0000 mgr.smithi092.dlnhnq (mgr.14180) 403 : 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 2023-12-01T22:09:25.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:25 smithi196 conmon[87003]: cluster 2023-12-01T22:09:23.821157+0000 mgr.smithi092.dlnhnq (mgr.14180) 403 : 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 2023-12-01T22:09:25.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:25 smithi196 conmon[87003]: 2023-12-01T22:09:25.907 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:26.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:26 smithi092 conmon[81890]: audit 2023-12-01T22:09:25.460221+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:09:26.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:26 smithi092 conmon[81890]: 14180) 404 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:26.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:26 smithi196 conmon[87003]: audit 2023-12-01T22:09:25.460221+0000 mgr.smithi092.dlnhnq (mgr.14180) 404 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:26.908 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:27.442 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:27 smithi092 conmon[81890]: cluster 2023-12-01T22:09:25.821890+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:09:27.442 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:27 smithi092 conmon[81890]: mgr.14180) 405 : cluster [DBG] pgmap v289: 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 2023-12-01T22:09:27.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:27 smithi196 conmon[87003]: cluster 2023-12-01T22:09:25.821890+0000 mgr.smithi092.dlnhnq (mgr.14180) 405 : cluster [DBG] pgmap v289: 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 2023-12-01T22:09:28.589 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:28.590 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:29.056 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:29.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:29 smithi092 conmon[81890]: cluster 2023-12-01T22:09:27.822608+0000 mgr.smithi092.dlnhnq (mgr.14180) 406 : 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 2023-12-01T22:09:29.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:29 smithi196 conmon[87003]: cluster 2023-12-01T22:09:27.822608+0000 mgr.smithi092.dlnhnq (mgr.14180) 406 : 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 2023-12-01T22:09:30.057 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:30.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:30 smithi092 conmon[81890]: audit 2023-12-01T22:09:28.585208+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:09:30.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:30 smithi092 conmon[81890]: .14180) 407 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:30.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:30 smithi196 conmon[87003]: audit 2023-12-01T22:09:28.585208+0000 mgr.smithi092.dlnhnq (mgr.14180) 407 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:31.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:31 smithi092 conmon[81890]: cluster 2023-12-01T22:09:29.823236+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:09:31.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:31 smithi092 conmon[81890]: mgr.14180) 408 : 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 2023-12-01T22:09:31.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:31 smithi196 conmon[87003]: cluster 2023-12-01T22:09:29.823236+0000 mgr.smithi092.dlnhnq (mgr.14180) 408 : 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 2023-12-01T22:09:31.771 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:31.771 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:32.215 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:33.217 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:33.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:33 smithi092 conmon[81890]: audit 2023-12-01T22:09:31.767292+0000 mgr.smithi092.dlnhnq (mgr.14180) 409 : audit [DBG] 2023-12-01T22:09:33.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:33 smithi092 conmon[81890]: from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:33.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:33 smithi092 conmon[81890]: cluster 2023-12-01T22:09:31.823948+0000 mgr.smithi092.dlnhnq (mgr.14180) 410 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:09:33.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:33 smithi196 conmon[87003]: audit 2023-12-01T22:09:31.767292+0000 mgr.smithi092.dlnhnq (mgr.14180) 409 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:33.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:33 smithi196 conmon[87003]: 2023-12-01T22:09:33.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:33 smithi196 conmon[87003]: cluster 2023-12-01T22:09:31.823948+0000 mgr.smithi092.dlnhnq (mgr.14180) 410 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:09:34.885 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:34.885 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:35.367 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:35.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:35 smithi092 conmon[81890]: cluster 2023-12-01T22:09:33.824436+0000 mgr.smithi092.dlnhnq (mgr.14180) 411 2023-12-01T22:09:35.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:35 smithi092 conmon[81890]: : 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 2023-12-01T22:09:35.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:35 smithi196 conmon[87003]: cluster 2023-12-01T22:09:33.824436+0000 mgr.smithi092.dlnhnq (mgr.14180) 411 : cluster [DBG] 2023-12-01T22:09:35.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:35 smithi196 conmon[87003]: 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 2023-12-01T22:09:36.369 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:36.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:36 smithi092 conmon[81890]: audit 2023-12-01T22:09:34.880146+0000 mgr.smithi092.dlnhnq (mgr.14180) 412 : audit 2023-12-01T22:09:36.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:36 smithi092 conmon[81890]: [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:36.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:36 smithi196 conmon[87003]: audit 2023-12-01T22:09:34.880146+0000 mgr.smithi092.dlnhnq (mgr.14180) 412 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:37.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:37 smithi092 conmon[81890]: cluster 2023-12-01T22:09:35.825122+0000 mgr.smithi092.dlnhnq (mgr.14180) 413 : cluster [DBG] pgmap v294: 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 2023-12-01T22:09:37.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:37 smithi196 conmon[87003]: cluster 2023-12-01T22:09:35.825122+0000 mgr.smithi092.dlnhnq (mgr.14180) 413 : cluster [DBG] pgmap v294: 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 2023-12-01T22:09:37.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:37 smithi196 conmon[87003]: 2023-12-01T22:09:37.929 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:37.929 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:38.311 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:39.312 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:39 smithi092 conmon[81890]: cluster 2023-12-01T22:09:37.825638+0000 mgr.smithi092.dlnhnq (mgr.14180) 414 : 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 2023-12-01T22:09:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:39 smithi092 conmon[81890]: audit 2023-12-01T22:09:37.925148+0000 mgr.smithi092.dlnhnq (mgr.14180) 415 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:39 smithi196 conmon[87003]: cluster 2023-12-01T22:09:37.825638+0000 mgr.smithi092.dlnhnq (mgr.14180) 414 : 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 2023-12-01T22:09:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:39 smithi196 conmon[87003]: audit 2023- 2023-12-01T22:09:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:39 smithi196 conmon[87003]: 12-01T22:09:37.925148+0000 mgr.smithi092.dlnhnq (mgr.14180) 415 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:40.877 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:40.877 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:41.354 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:41.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:41 smithi092 conmon[81890]: cluster 2023-12-01T22:09:39.826186+0000 mgr.smithi092.dlnhnq (mgr.14180) 416 : 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 2023-12-01T22:09:41.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:41 smithi196 conmon[87003]: cluster 2023-12-01T22:09:39.826186+0000 mgr.smithi092.dlnhnq (mgr.14180) 416 : 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 2023-12-01T22:09:42.355 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:42.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:42 smithi092 conmon[81890]: audit 2023-12-01T22:09:40.873298+0000 mgr.smithi092.dlnhnq (mgr.14180) 417 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:42.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:42 smithi092 conmon[81890]: 2023-12-01T22:09:42.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:42 smithi196 conmon[87003]: audit 2023-12-01T22:09:40.873298+0000 mgr.smithi092.dlnhnq (mgr.14180) 417 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:43.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:43 smithi092 conmon[81890]: cluster 2023-12-01T22:09:41.826940+0000 mgr.smithi092.dlnhnq (mgr.14180) 418 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:09:43.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:43 smithi196 conmon[87003]: cluster 2023-12-01T22:09:41.826940+0000 mgr.smithi092.dlnhnq (mgr.14180) 418 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:09:43.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:43 smithi196 conmon[87003]: 2023-12-01T22:09:44.020 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:44.020 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:44.399 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:45.400 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:45.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:45 smithi092 conmon[81890]: cluster 2023-12-01T22:09:43.827424+0000 mgr.smithi092.dlnhnq (mgr.14180) 419 : 2023-12-01T22:09:45.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:45 smithi092 conmon[81890]: 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 2023-12-01T22:09:45.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:45 smithi092 conmon[81890]: audit 2023-12-01T22:09:44.016622+0000 mgr.smithi092.dlnhnq (mgr.14180) 420 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:45.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:45 smithi196 conmon[87003]: cluster 2023-12-01T22:09:43.827424+0000 mgr.smithi092.dlnhnq (mgr.14180) 419 : cluster [DBG] 2023-12-01T22:09:45.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:45 smithi196 conmon[87003]: 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 2023-12-01T22:09:45.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:45 smithi196 conmon[87003]: audit 2023-12-01T22:09:44.016622+0000 mgr.smithi092.dlnhnq (mgr.14180) 420 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:47.073 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:47.073 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:47.431 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:47 smithi092 conmon[81890]: cluster 2023-12-01T22:09:45.828124+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:09:47.432 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:47 smithi092 conmon[81890]: mgr.14180) 421 : cluster [DBG] pgmap v299: 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 2023-12-01T22:09:47.433 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:47.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:47 smithi196 conmon[87003]: cluster 2023-12-01T22:09:45.828124+0000 mgr.smithi092.dlnhnq (mgr.14180) 421 : cluster [DBG] pgmap v299: 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 2023-12-01T22:09:48.434 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:48.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:48 smithi092 conmon[81890]: audit 2023-12-01T22:09:47.068699+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:09:48.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:48 smithi092 conmon[81890]: 14180) 422 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:48.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:48 smithi196 conmon[87003]: audit 2023-12-01T22:09:47.068699+0000 mgr.smithi092.dlnhnq (mgr.14180) 422 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:48.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:48 smithi196 conmon[87003]: 2023-12-01T22:09:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:49 smithi092 conmon[81890]: cluster 2023-12-01T22:09:47.828697+0000 2023-12-01T22:09:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:49 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 423 : 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 2023-12-01T22:09:49.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:49 smithi196 conmon[87003]: cluster 2023-12-01T22:09:47.828697+0000 mgr.smithi092.dlnhnq (mgr.14180) 423 : 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 2023-12-01T22:09:49.999 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:50.000 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:36.414380Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:36.414548Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:36.414622Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:36.414688Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:36.414767Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "ports": [8800], "running": 0, "size": 2}}] 2023-12-01T22:09:50.377 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: cephadm 2023-12-01T22:09:49.312699+0000 mgr.smithi092.dlnhnq (mgr.14180) 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh 2023-12-01T22:09:50.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh 2023-12-01T22:09:50.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi092.yifijh ... 2023-12-01T22:09:50.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:09:50.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:09:50.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:07:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:08:34Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:09:11Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: 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 2023-12-01T22:09:50.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:09:50.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: Traceback (most recent call last): 2023-12-01T22:09:50.378 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: yield (conn, connr) 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: code, '\n'.join(err))) 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi092.yifijh ... 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:07:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:08:34Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:09:11Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.379 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: 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 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: cephadm 2023-12-01T22:09:49.312871+0000 mgr.smithi092.dlnhnq (mgr.14180) 425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: audit 2023-12-01T22:09:49.313191+0000 mon.smithi092 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.yifijh"}]: dispatch 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: cephadm 2023-12-01T22:09:49.313876+0000 mgr.smithi092.dlnhnq (mgr.14180) 426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi092.yifijh ... 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:07:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:08:34Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:09:11Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.381 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: 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 2023-12-01T22:09:50.381 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:09:50.381 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: audit 2023-12-01T22:09:49.318476+0000 mon.smithi092 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:50.381 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: cephadm 2023-12-01T22:09:49.318720+0000 mgr.smithi092.dlnhnq (mgr.14180) 427 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-01T22:09:50.381 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: cephadm 2023-12-01T22:09:49.319750+0000 mgr.smithi092.dlnhnq (mgr.14180) 428 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-01T22:09:50.381 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: audit 2023-12-01T22:09:49.320667+0000 mon.smithi092 (mon.0) 677 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:09:50.381 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:50 smithi092 conmon[81890]: cluster 2023-12-01T22:09:49.320675+0000 mgr.smithi092.dlnhnq (mgr.14180) 429 : cluster [DBG] pgmap v301: 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 2023-12-01T22:09:50.383 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:50.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: cephadm 2023-12-01T22:09:49.312699+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:09:50.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: ) 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh 2023-12-01T22:09:50.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh 2023-12-01T22:09:50.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi092.yifijh ... 2023-12-01T22:09:50.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:09:50.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:09:50.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:07:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:08:34Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:09:11Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: 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 2023-12-01T22:09:50.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: Traceback (most recent call last): 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: yield (conn, connr) 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: code, '\n'.join(err))) 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi092.yifijh ... 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:07:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.676 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:08:34Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:09:11Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: 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 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: cephadm 2023-12-01T22:09:49.3 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: 12871+0000 mgr.smithi092.dlnhnq (mgr.14180) 425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: audit 2023-12-01T22:09:49.313191+0000 mon.smithi092 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.yifijh"}]: dispatch 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: cephadm 2023-12-01T22:09:49.313876+0000 mgr.smithi092.dlnhnq (mgr.14180) 426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi092.yifijh ... 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:09:50.677 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:07:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:08:34Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:09:11Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:09:50.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: 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 2023-12-01T22:09:50.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:09:50.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: audit 2023-12-01T22:09:49.318476+0000 mon.smithi092 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:50.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: cephadm 2023-12-01T22:09:49.318720+0000 mgr.smithi092.dlnhnq (mgr.14180) 427 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-01T22:09:50.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: cephadm 2023-12-01T22:09:49.319750+0000 mgr.smithi092.dlnhnq (mgr.14180) 428 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-01T22:09:50.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: audit 2023-12-01T22:09:49.320667+0000 mon.smithi092 (mon.0) 677 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:09:50.678 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:50 smithi196 conmon[87003]: cluster 2023-12-01T22:09:49.320675+0000 mgr.smithi092.dlnhnq (mgr.14180) 429 : cluster [DBG] pgmap v301: 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 2023-12-01T22:09:51.383 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:51.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:51 smithi092 conmon[81890]: audit 2023-12-01T22:09:49.995438+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:09:51.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:51 smithi092 conmon[81890]: mgr.14180) 430 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:51.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:51 smithi092 conmon[81890]: cluster 2023-12-01T22:09:50.316772+0000 mon.smithi092 (mon.0) 678 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-01T22:09:51.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:51 smithi092 conmon[81890]: audit 2023-12-01T22:09:50.342824+0000 mon.smithi092 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:51 smithi196 conmon[87003]: audit 2023-12-01T22:09:49.995438+0000 mgr.smithi092.dlnhnq (mgr.14180) 430 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:51 smithi196 conmon[87003]: cluster 2023 2023-12-01T22:09:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:51 smithi196 conmon[87003]: -12-01T22:09:50.316772+0000 mon.smithi092 (mon.0) 678 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-01T22:09:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:51 smithi196 conmon[87003]: audit 2023-12-01T22:09:50.342824+0000 mon.smithi092 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:52.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:52 smithi092 conmon[81890]: cluster 2023-12-01T22:09:51.321541+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:09:52.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:52 smithi092 conmon[81890]: ) 431 : cluster [DBG] pgmap v302: 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 2023-12-01T22:09:52.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:52 smithi092 conmon[81890]: audit 2023-12-01T22:09:52.169673+0000 mon.smithi092 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:52.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:52 smithi196 conmon[87003]: cluster 2023-12-01T22:09:51.321541+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:09:52.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:52 smithi196 conmon[87003]: 431 : cluster [DBG] pgmap v302: 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 2023-12-01T22:09:52.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:52 smithi196 conmon[87003]: audit 2023-12-01T22:09:52.169673+0000 mon.smithi092 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:53.452 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:53.452 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:04:39.249129Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:04:39.249191Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:04:39.249251Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:04:39.249062Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:04:39.248929Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:04:39.249309Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:04:39.249425Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:04:39.249367Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 1, "size": 2}}] 2023-12-01T22:09:53.936 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-01T22:09:54.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:53 smithi092 conmon[81890]: cluster 2023-12-01T22:09:53.322132+0000 mgr.smithi092.dlnhnq (mgr.14180) 432 : cluster [DBG] pgmap v303: 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 2023-12-01T22:09:54.273 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:53 smithi092 conmon[81890]: audit 2023-12-01T22:09:53.445269+0000 mgr.smithi092.dlnhnq (mgr.14180) 433 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:54.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:53 smithi196 conmon[87003]: cluster 2023-12-01T22:09:53.322132+0000 mgr.smithi092.dlnhnq (mgr.14180) 432 : cluster [DBG] pgmap v303: 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 2023-12-01T22:09:54.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:53 smithi196 conmon[87003]: audit 2023-12-01T22:09:53.445269+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:09:54.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:53 smithi196 conmon[87003]: mgr.14180) 433 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:54.937 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:56.642 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:56 smithi092 conmon[81890]: cluster 2023-12-01T22:09:55.322824+0000 mgr.smithi092.dlnhnq (mgr.14180) 434 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-12-01T22:09:56.642 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:56 smithi092 conmon[81890]: audit 2023-12-01T22:09:55.948273+0000 mon.smithi092 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:56.642 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:56 smithi092 conmon[81890]: audit 2023-12-01T22:09:56.360047+0000 mon.smithi092 (mon.0) 682 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:09:56.642 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:56 smithi092 conmon[81890]: audit 2023-12-01T22:09:56.360737+0000 mon.smithi092 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:09:56.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:56 smithi196 conmon[87003]: cluster 2023-12-01T22:09:55.322824+0000 mgr.smithi092.dlnhnq (mgr.14180) 434 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-12-01T22:09:56.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:56 smithi196 conmon[87003]: audit 2023-12-01T22:09:55.948273+0000 mon.smithi092 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:56.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:56 smithi196 conmon[87003]: audit 2023-12-01T22:09:56.360047+0000 mon.smithi092 (mon.0) 682 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:09:56.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:56 smithi196 conmon[87003]: audit 2023-12-01T22:09:56.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:56 smithi196 conmon[87003]: 2023-12-01T22:09:56.360737+0000 mon.smithi092 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:09:56.906 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:56.907 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:09:57.285 INFO:tasks.cephadm:nfs.foo has 1/1 2023-12-01T22:09:57.285 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-01T22:09:57.295 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-01T22:09:57.295 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:09:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:57 smithi196 conmon[87003]: cephadm 2023-12-01T22:09:56.363957+0000 mgr.smithi092.dlnhnq (mgr.14180) 435 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-01T22:09:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:57 smithi196 conmon[87003]: audit 2023-12-01 2023-12-01T22:09:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:57 smithi196 conmon[87003]: T22:09:56.638037+0000 mon.smithi092 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:57 smithi196 conmon[87003]: audit 2023-12-01T22:09:56.643996+0000 mon.smithi092 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:57 smithi196 conmon[87003]: audit 2023-12-01T22:09:56.649723+0000 mon.smithi092 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:57 smithi196 conmon[87003]: audit 2023-12-01T22:09:56.656412+0000 mon.smithi092 (mon.0) 687 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T22:09:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:57 smithi196 conmon[87003]: audit 2023-12-01T22:09:56.665263+0000 mon.smithi092 (mon.0) 688 : audit 2023-12-01T22:09:57.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:57 smithi196 conmon[87003]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:57.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:57 smithi092 conmon[81890]: cephadm 2023-12-01T22:09:56.363957+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:09:57.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:57 smithi092 conmon[81890]: 435 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-01T22:09:57.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:57 smithi092 conmon[81890]: audit 2023-12-01T22:09:56.638037+0000 mon.smithi092 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:57.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:57 smithi092 conmon[81890]: audit 2023-12-01T22:09:56.643996+0000 mon.smithi092 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:57.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:57 smithi092 conmon[81890]: audit 2023-12-01T22:09:56.649723+0000 mon.smithi092 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:57.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:57 smithi092 conmon[81890]: audit 2023-12-01T22:09:56.656412+0000 mon.smithi092 (mon.0) 687 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T22:09:57.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:57 smithi092 conmon[81890]: audit 2023-12-01T22:09:56.665263+0000 mon.smithi092 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:09:58.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:58 smithi196 conmon[87003]: cluster 2023-12-01T22:09:56.651559+0000 mgr.smithi092.dlnhnq (mgr.14180) 436 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:09:58.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:58 smithi196 conmon[87003]: cephadm 2023-12-01T22:09:56.668040 2023-12-01T22:09:58.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:58 smithi196 conmon[87003]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 437 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.fwqmjp on smithi196 2023-12-01T22:09:58.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:58 smithi196 conmon[87003]: audit 2023-12-01T22:09:56.901624+0000 mgr.smithi092.dlnhnq (mgr.14180) 438 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:58.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:58 smithi196 conmon[87003]: cluster 2023-12-01T22:09:57.647712+0000 mon.smithi092 (mon.0) 2023-12-01T22:09:58.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:58 smithi196 conmon[87003]: 689 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-01T22:09:58.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:58 smithi196 conmon[87003]: cluster 2023-12-01T22: 2023-12-01T22:09:58.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:09:58 smithi196 conmon[87003]: 09:57.647742+0000 mon.smithi092 (mon.0) 690 : cluster [INF] Cluster is now healthy 2023-12-01T22:09:58.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:58 smithi092 conmon[81890]: cluster 2023-12-01T22:09:56.651559+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:09:58.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:58 smithi092 conmon[81890]: ) 436 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:09:58.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:58 smithi092 conmon[81890]: cephadm 2023-12-01T22:09:56.668040+0000 mgr.smithi092.dlnhnq (mgr.14180) 437 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.fwqmjp on smithi196 2023-12-01T22:09:58.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:58 smithi092 conmon[81890]: audit 2023-12-01T22:09:56.901624+0000 mgr.smithi092.dlnhnq (mgr.14180) 438 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:09:58.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:58 smithi092 conmon[81890]: cluster 2023-12-01T22:09:57.647712+0000 mon.smithi092 (mon.0) 689 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-01T22:09:58.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:09:58 smithi092 conmon[81890]: cluster 2023-12-01T22:09:57.647742+0000 mon.smithi092 (mon.0) 690 : cluster [INF] Cluster is now healthy 2023-12-01T22:09:58.850 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:09:58.850 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:09:59.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:00.219 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:00.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:00 smithi092 conmon[81890]: cluster 2023-12-01T22:09:58.652065+0000 mgr.smithi092.dlnhnq (mgr.14180) 439 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:10:00.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:00 smithi092 conmon[81890]: 2023-12-01T22:10:00.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:00 smithi092 conmon[81890]: audit 2023-12-01T22:09:58.845481+0000 mgr.smithi092.dlnhnq (mgr.14180) 440 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:00.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:00 smithi092 conmon[81890]: cluster 2023-12-01T22:10:00.000153+0000 mon.smithi092 (mon.0) 691 : cluster [INF] overall HEALTH_OK 2023-12-01T22:10:00.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:00 smithi196 conmon[87003]: cluster 2023-12-01T22:09:58.652065+0000 mgr.smithi092.dlnhnq (mgr.14180) 439 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:10:00.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:00 smithi196 conmon[87003]: 2023-12-01T22:10:00.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:00 smithi196 conmon[87003]: audit 2023-12-01T22:09:58.845481+0000 mgr.smithi092.dlnhnq (mgr.14180) 440 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:00.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:00 smithi196 conmon[87003]: cluster 2023-12-01T22:10:00.000153+0000 mon.smithi092 ( 2023-12-01T22:10:00.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:00 smithi196 conmon[87003]: mon.0) 691 : cluster [INF] overall HEALTH_OK 2023-12-01T22:10:01.946 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:01.946 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:02.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:02.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:02 smithi196 conmon[87003]: cluster 2023-12-01T22:10:00.652833+0000 mgr.smithi092.dlnhnq (mgr.14180) 441 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 180 B/s wr, 1 op/s 2023-12-01T22:10:02.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:02 smithi092 conmon[81890]: cluster 2023-12-01T22:10:00.652833+0000 mgr.smithi092.dlnhnq (mgr.14180) 441 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 180 B/s wr, 1 op/s 2023-12-01T22:10:03.281 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:03.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:03 smithi196 conmon[87003]: audit 2023-12-01T22:10:01.941638+0000 mgr.smithi092.dlnhnq (mgr.14180) 442 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:03.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:03 smithi092 conmon[81890]: audit 2023-12-01T22:10:01.941638+0000 mgr.smithi092.dlnhnq (mgr.14180) 442 : audit 2023-12-01T22:10:03.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:03 smithi092 conmon[81890]: [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:04.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:04 smithi092 conmon[81890]: cluster 2023-12-01T22:10:02.653564+0000 mgr.smithi092.dlnhnq (mgr.14180) 443 : 2023-12-01T22:10:04.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:04 smithi092 conmon[81890]: cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 180 B/s wr, 2 op/s 2023-12-01T22:10:04.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:04 smithi196 conmon[87003]: cluster 2023-12-01T22:10:02.653564+0000 mgr.smithi092.dlnhnq (mgr.14180) 443 : cluster [DBG] 2023-12-01T22:10:04.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:04 smithi196 conmon[87003]: pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 180 B/s wr, 2 op/s 2023-12-01T22:10:04.892 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:04.893 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:05.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:06.316 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:06.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:06 smithi196 conmon[87003]: cluster 2023-12-01T22:10:04.654185+0000 mgr.smithi092.dlnhnq (mgr.14180) 444 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 180 B/s wr, 2 op/s 2023-12-01T22:10:06.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:06 smithi196 conmon[87003]: audit 2023-12-01T22:10:04.888251+0000 mgr.smithi092.dlnhnq (mgr.14180) 445 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:06.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:06 smithi092 conmon[81890]: cluster 2023-12-01T22:10:04.654185+0000 mgr.smithi092.dlnhnq (mgr.14180) 444 2023-12-01T22:10:06.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:06 smithi092 conmon[81890]: : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 180 B/s wr, 2 op/s 2023-12-01T22:10:06.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:06 smithi092 conmon[81890]: audit 2023-12-01T22:10:04.888251+0000 mgr.smithi092.dlnhnq (mgr.14180) 445 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:07.894 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:07.894 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:08.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:08.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:08 smithi092 conmon[81890]: cluster 2023-12-01T22:10:06.654998+0000 mgr.smithi092.dlnhnq (mgr.14180) 446 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 180 B/s wr, 2 op/s 2023-12-01T22:10:08.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:08 smithi196 conmon[87003]: cluster 2023-12-01T22:10:06.654998+0000 mgr.smithi092.dlnhnq (mgr.14180) 446 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 180 B/s wr, 2 op/s 2023-12-01T22:10:09.256 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:09.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:09 smithi196 conmon[87003]: audit 2023-12-01T22:10:07.889384+0000 mgr.smithi092.dlnhnq (mgr.14180) 447 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:09.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:09 smithi092 conmon[81890]: audit 2023-12-01T22:10:07.889384+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:10:09.769 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:09 smithi092 conmon[81890]: 447 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:10.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:10 smithi196 conmon[87003]: cluster 2023-12-01T22:10:08.655420+0000 mgr.smithi092.dlnhnq (mgr.14180) 448 : cluster [DBG] pgmap v311: 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 2023-12-01T22:10:10.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:10 smithi092 conmon[81890]: cluster 2023-12-01T22:10:08.655420+0000 mgr.smithi092.dlnhnq (mgr.14180) 448 : 2023-12-01T22:10:10.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:10 smithi092 conmon[81890]: cluster [DBG] pgmap v311: 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 2023-12-01T22:10:10.835 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:10.835 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:11.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:12.198 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:12.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:12 smithi092 conmon[81890]: cluster 2023-12-01T22:10:10.656125 2023-12-01T22:10:12.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:12 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 449 : cluster [DBG] pgmap v312: 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 2023-12-01T22:10:12.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:12 smithi092 conmon[81890]: audit 2023-12-01T22:10:10.830571+0000 mgr.smithi092.dlnhnq (mgr.14180) 450 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:12.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:12 smithi196 conmon[87003]: cluster 2023-12-01T22:10:10.656125+0000 mgr.smithi092.dlnhnq (mgr.14180) 449 : cluster [DBG] pgmap v312: 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 2023-12-01T22:10:12.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:12 smithi196 conmon[87003]: audit 2023-12-01T22:10:10.830571+0000 mgr.smithi092.dlnhnq (mgr.14180) 450 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:13.865 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:13.865 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:14.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:14.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:14 smithi092 conmon[81890]: cluster 2023-12-01T22:10:12.657010+0000 mgr.smithi092.dlnhnq (mgr.14180) 451 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-01T22:10:14.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:14 smithi196 conmon[87003]: cluster 2023-12-01T22:10:12.657010+0000 mgr.smithi092.dlnhnq (mgr.14180) 451 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-01T22:10:15.234 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:15.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:15 smithi092 conmon[81890]: audit 2023-12-01T22:10:13.859416 2023-12-01T22:10:15.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:15 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 452 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:15 smithi196 conmon[87003]: audit 2023-12-01T22:10:13.859416+0000 mgr.smithi092.dlnhnq (mgr.14180) 452 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:16.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:16 smithi092 conmon[81890]: cluster 2023-12-01T22:10:14.657533+0000 mgr.smithi092.dlnhnq (mgr.14180) 453 : cluster [DBG] pgmap v314: 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 2023-12-01T22:10:16.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:16 smithi196 conmon[87003]: cluster 2023-12-01T22:10:14.657533+0000 mgr.smithi092.dlnhnq (mgr.14180) 453 : cluster [DBG] pgmap v314: 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 2023-12-01T22:10:16.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:16 smithi196 conmon[87003]: 2023-12-01T22:10:17.001 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:17.001 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:17.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:18.371 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:18.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:18 smithi092 conmon[81890]: cluster 2023-12-01T22:10:16.658222+0000 mgr.smithi092.dlnhnq (mgr.14180) 454 : cluster 2023-12-01T22:10:18.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:18 smithi092 conmon[81890]: [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:18.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:18 smithi092 conmon[81890]: audit 2023-12-01T22:10:16.996187+0000 mgr.smithi092.dlnhnq (mgr.14180) 455 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:18 smithi196 conmon[87003]: cluster 2023-12-01T22:10:16.658222+0000 mgr.smithi092.dlnhnq (mgr.14180) 454 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:18 smithi196 conmon[87003]: audit 2023-12-01T22:10:16.996187+0000 2023-12-01T22:10:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:18 smithi196 conmon[87003]: mgr.smithi092.dlnhnq (mgr.14180) 455 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:20.035 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:20.035 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:20.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:20.725 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:20 smithi196 conmon[87003]: cluster 2023-12-01T22:10:18.658655+0000 mgr.smithi092.dlnhnq (mgr.14180) 456 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:20.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:20 smithi092 conmon[81890]: cluster 2023-12-01T22:10:18.658655+0000 mgr.smithi092.dlnhnq (mgr.14180) 456 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:21.511 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:21.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:21 smithi092 conmon[81890]: audit 2023-12-01T22:10:20.030072+0000 mgr.smithi092.dlnhnq (mgr.14180) 457 : audit [DBG] 2023-12-01T22:10:21.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:21 smithi092 conmon[81890]: from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:21 smithi196 conmon[87003]: audit 2023-12-01T22:10:20.030072+0000 mgr.smithi092.dlnhnq (mgr.14180) 457 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:22.565 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:22 smithi092 conmon[81890]: cluster 2023-12-01T22:10:20.659325+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:10:22.565 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:22 smithi092 conmon[81890]: 14180) 458 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:22.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:22 smithi196 conmon[87003]: cluster 2023-12-01T22:10:20.659325+0000 mgr.smithi092.dlnhnq (mgr.14180) 458 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:22.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:22 smithi196 conmon[87003]: 2023-12-01T22:10:23.151 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:23.151 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:23.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:24.658 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:24.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:24 smithi092 conmon[81890]: cluster 2023-12-01T22:10:22.660091+0000 mgr.smithi092.dlnhnq (mgr.14180) 459 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:24.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:24 smithi092 conmon[81890]: audit 2023-12-01T22:10:23.146440+0000 mgr.smithi092.dlnhnq (mgr.14180) 460 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:24.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:24 smithi196 conmon[87003]: cluster 2023-12-01T22:10:22.660091+0000 mgr.smithi092.dlnhnq (mgr.14180) 459 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:24.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:24 smithi196 conmon[87003]: audit 2023-12-01T22:10:23.146440+0000 mgr.smithi092.dlnhnq (mgr.14180) 460 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:26.242 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:26.242 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:26.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:26 smithi092 conmon[81890]: cluster 2023-12-01T22:10:24.660715+0000 mgr.smithi092.dlnhnq (mgr.14180) 461 : cluster [DBG] pgmap v319: 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 2023-12-01T22:10:26.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:26.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:26 smithi196 conmon[87003]: cluster 2023-12-01T22:10:24.660715+0000 mgr.smithi092.dlnhnq (mgr.14180) 461 : cluster [DBG] pgmap v319: 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 2023-12-01T22:10:27.590 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:27.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:27 smithi092 conmon[81890]: audit 2023-12-01T22:10:26.237872+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:10:27.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:27 smithi092 conmon[81890]: mgr.14180) 462 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:27 smithi196 conmon[87003]: audit 2023-12-01T22:10:26.237872+0000 mgr.smithi092.dlnhnq (mgr.14180) 462 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:28.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:28 smithi092 conmon[81890]: cluster 2023-12-01T22:10:26.661541+0000 mgr.smithi092.dlnhnq 2023-12-01T22:10:28.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:28 smithi092 conmon[81890]: (mgr.14180) 463 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:28.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:28 smithi196 conmon[87003]: cluster 2023-12-01T22:10:26.661541+0000 mgr.smithi092.dlnhnq (mgr.14180) 463 : cluster [DBG] 2023-12-01T22:10:28.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:28 smithi196 conmon[87003]: pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:29.232 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:29.232 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:29.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:30.627 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:30.724 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:30 smithi196 conmon[87003]: cluster 2023-12-01T22:10:28.661984+0000 mgr.smithi092.dlnhnq (mgr.14180) 464 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:30.724 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:30 smithi196 conmon[87003]: audit 2023-12-01T22:10:29.227426+0000 mgr.smithi092.dlnhnq (mgr.14180) 465 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:30.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:30 smithi092 conmon[81890]: cluster 2023-12-01T22:10:28.661984+0000 mgr.smithi092.dlnhnq (mgr.14180) 464 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:30.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:30 smithi092 conmon[81890]: audit 2023-12-01T22:10:29.227426+0000 mgr.smithi092.dlnhnq (mgr.14180) 465 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:32.289 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:32.289 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:32.617 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:32 smithi092 conmon[81890]: cluster 2023-12-01T22:10:30. 2023-12-01T22:10:32.617 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:32 smithi092 conmon[81890]: 662746+0000 mgr.smithi092.dlnhnq (mgr.14180) 466 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:32.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:32.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:32 smithi196 conmon[87003]: cluster 2023-12-01T22:10:30.662746+0000 mgr.smithi092.dlnhnq (mgr.14180) 466 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:33.659 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:33 smithi092 conmon[81890]: audit 2023-12-01T22:10:32.284937+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:10:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:33 smithi092 conmon[81890]: 14180) 467 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:33.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:33 smithi196 conmon[87003]: audit 2023-12-01T22:10:32.284937+0000 mgr.smithi092.dlnhnq (mgr.14180) 467 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:34.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:34 smithi092 conmon[81890]: cluster 2023-12-01T22:10:32.663298+0000 mgr.smithi092.dlnhnq (mgr.14180) 468 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:34.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:34 smithi196 conmon[87003]: cluster 2023-12-01T22:10:32.663298+0000 mgr.smithi092.dlnhnq (mgr.14180) 468 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:34.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:34 smithi196 conmon[87003]: 2023-12-01T22:10:35.230 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:35.230 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:35.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:36.605 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:36.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:36 smithi092 conmon[81890]: cluster 2023-12-01T22:10:34.663897+0000 mgr.smithi092.dlnhnq (mgr.14180) 469 : cluster [DBG] pgmap v324: 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 2023-12-01T22:10:36.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:36 smithi092 conmon[81890]: audit 2023-12-01T22:10:35.225485+0000 mgr.smithi092.dlnhnq (mgr.14180) 470 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:36.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:36 smithi196 conmon[87003]: cluster 2023-12-01T22:10:34.663897+0000 mgr.smithi092.dlnhnq (mgr.14180) 469 : cluster [DBG] pgmap v324: 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 2023-12-01T22:10:36.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:36 smithi196 conmon[87003]: audit 2023-12-01T22:10:35.225485+0000 mgr.smithi092.dlnhnq (mgr.14180) 470 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:38.279 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:38.279 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:38.642 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:38 smithi092 conmon[81890]: cluster 2023-12-01T22:10:36.664719+0000 mgr.smithi092.dlnhnq (mgr.14180) 471 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:38.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:38.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:38 smithi196 conmon[87003]: cluster 2023-12-01T22:10:36.664719+0000 mgr.smithi092.dlnhnq (mgr.14180) 471 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:39.645 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:39.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:39 smithi092 conmon[81890]: audit 2023-12-01T22:10:38.274896+0000 mgr.smithi092.dlnhnq (mgr.14180) 472 : 2023-12-01T22:10:39.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:39 smithi092 conmon[81890]: audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:39.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:39 smithi196 conmon[87003]: audit 2023-12-01T22:10:38.274896+0000 mgr.smithi092.dlnhnq (mgr.14180) 472 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:40.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:40 smithi092 conmon[81890]: cluster 2023-12-01T22:10:38.665214+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:10:40.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:40 smithi092 conmon[81890]: 14180) 473 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:40.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:40 smithi196 conmon[87003]: cluster 2023-12-01T22:10:38.665214+0000 mgr.smithi092.dlnhnq (mgr.14180) 473 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:41.245 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:41.245 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:41.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:42.689 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:42.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:42 smithi092 conmon[81890]: cluster 2023-12-01T22:10:40.665926+0000 mgr.smithi092.dlnhnq (mgr.14180) 474 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:42.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:42 smithi092 conmon[81890]: audit 2023-12-01T22:10:41.240835+0000 mgr.smithi092.dlnhnq (mgr.14180) 475 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:42.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:42 smithi196 conmon[87003]: cluster 2023-12-01T22:10:40.665926+0000 mgr.smithi092.dlnhnq (mgr.14180) 474 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:42.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:42 smithi196 conmon[87003]: audit 2023-12-01T22:10:41.240835+0000 mgr.smithi092.dlnhnq (mgr.14180) 475 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:44.269 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:44.269 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:44.588 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:44 smithi092 conmon[81890]: cluster 2023-12-01T22:10:42.666687+0000 mgr.smithi092.dlnhnq 2023-12-01T22:10:44.589 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:44 smithi092 conmon[81890]: (mgr.14180) 476 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:44.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:44.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:44 smithi196 conmon[87003]: cluster 2023-12-01T22:10:42.666687+0000 mgr.smithi092.dlnhnq (mgr.14180) 476 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:45.623 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:45.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:45 smithi092 conmon[81890]: audit 2023-12-01T22:10:44.264302+0000 mgr.smithi092.dlnhnq (mgr.14180) 477 : 2023-12-01T22:10:45.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:45 smithi092 conmon[81890]: audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:45.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:45 smithi196 conmon[87003]: audit 2023-12-01T22:10:44.264302+0000 mgr.smithi092.dlnhnq (mgr.14180) 477 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:46.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:46 smithi092 conmon[81890]: cluster 2023-12-01T22:10:44.667232+0000 mgr.smithi092.dlnhnq 2023-12-01T22:10:46.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:46 smithi092 conmon[81890]: (mgr.14180) 478 : cluster [DBG] pgmap v329: 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 2023-12-01T22:10:46.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:46 smithi196 conmon[87003]: cluster 2023-12-01T22:10:44.667232+0000 mgr.smithi092.dlnhnq (mgr.14180) 478 : cluster [DBG] pgmap v329: 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 2023-12-01T22:10:47.188 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:47.188 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:47.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:48.557 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:48.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:48 smithi092 conmon[81890]: cluster 2023-12-01T22:10:46.668022+0000 mgr.smithi092.dlnhnq (mgr.14180) 479 : cluster 2023-12-01T22:10:48.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:48 smithi092 conmon[81890]: [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:48.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:48 smithi092 conmon[81890]: audit 2023-12-01T22:10:47.183035+0000 mgr.smithi092.dlnhnq (mgr.14180) 480 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:48.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:48 smithi196 conmon[87003]: cluster 2023-12-01T22:10:46.668022+0000 mgr.smithi092.dlnhnq (mgr.14180) 479 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:48.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:48 smithi196 conmon[87003]: audit 2023-12-01T22:10:47.183035+0000 mgr.smithi092.dlnhnq (mgr.14180) 480 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:50.240 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:50.240 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:50.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:50 smithi092 conmon[81890]: cluster 2023-12-01T22:10:48.668562+0000 mgr.smithi092.dlnhnq (mgr.14180) 481 : 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 2023-12-01T22:10:50.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:50.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:50 smithi196 conmon[87003]: cluster 2023-12-01T22:10:48.668562+0000 mgr.smithi092.dlnhnq (mgr.14180) 481 : 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 2023-12-01T22:10:51.609 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:51.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:51 smithi092 conmon[81890]: audit 2023-12-01T22:10:50.235504+0000 mgr.smithi092.dlnhnq (mgr.14180) 482 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:51.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:51 smithi196 conmon[87003]: audit 2023-12-01T22:10:50.235504+0000 mgr.smithi092.dlnhnq (mgr.14180) 482 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:52.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:52 smithi092 conmon[81890]: cluster 2023-12-01T22:10:50.669290+0000 mgr.smithi092.dlnhnq (mgr.14180) 483 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:52.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:52 smithi196 conmon[87003]: cluster 2023-12-01T22:10:50.669290+0000 mgr.smithi092.dlnhnq (mgr.14180) 483 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:10:53.326 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:53.326 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:53.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:54.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:53 smithi092 conmon[81890]: cluster 2023-12-01T22:10:52.669927+0000 mgr.smithi092.dlnhnq (mgr.14180) 484 : 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 2023-12-01T22:10:54.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:53 smithi092 conmon[81890]: audit 2023-12-01T22:10:53.321870+0000 mgr.smithi092.dlnhnq (mgr.14180) 485 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:54.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:53 smithi196 conmon[87003]: cluster 2023-12-01T22:10:52.669927+0000 mgr.smithi092.dlnhnq (mgr.14180) 484 : 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 2023-12-01T22:10:54.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:53 smithi196 conmon[87003]: audit 2023-12-01T22:10:53.321870+0000 mgr.smithi092.dlnhnq (mgr.14180) 485 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:54.741 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:56.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:55 smithi092 conmon[81890]: cluster 2023-12-01T22:10:54.670437+0000 mgr.smithi092.dlnhnq (mgr.14180) 486 : cluster [DBG] pgmap v334: 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 2023-12-01T22:10:56.314 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:56.314 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:56.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:55 smithi196 conmon[87003]: cluster 2023-12-01T22:10:54.670437+0000 mgr.smithi092.dlnhnq (mgr.14180) 486 : cluster [DBG] pgmap v334: 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 2023-12-01T22:10:56.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:10:57.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:56 smithi092 conmon[81890]: audit 2023-12-01T22:10:56.309770+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:10:57.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:56 smithi092 conmon[81890]: 487 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:57.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:56 smithi196 conmon[87003]: audit 2023-12-01T22:10:56.309770+0000 mgr.smithi092.dlnhnq (mgr.14180) 487 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:10:57.683 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:10:58.235 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:57 smithi092 conmon[81890]: cluster 2023-12-01T22:10:56.671253+0000 mgr.smithi092.dlnhnq (mgr.14180) 488 2023-12-01T22:10:58.235 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:57 smithi092 conmon[81890]: : 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 2023-12-01T22:10:58.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:57 smithi196 conmon[87003]: cluster 2023-12-01T22:10:56.671253+0000 mgr.smithi092.dlnhnq (mgr.14180) 488 : 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 2023-12-01T22:10:59.242 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:10:59.242 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:10:59.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:00.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:59 smithi092 conmon[81890]: cluster 2023-12-01T22:10:58.671752+0000 mgr.smithi092.dlnhnq (mgr.14180) 489 : 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 2023-12-01T22:11:00.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:10:59 smithi092 conmon[81890]: audit 2023-12-01T22:10:59.237794+0000 mgr.smithi092.dlnhnq (mgr.14180) 490 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:00.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:59 smithi196 conmon[87003]: cluster 2023-12-01T22:10:58.671752+0000 mgr.smithi092.dlnhnq (mgr.14180) 489 : 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 2023-12-01T22:11:00.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:10:59 smithi196 conmon[87003]: audit 2023-12-01T22:10:59.237794+0000 mgr.smithi092.dlnhnq (mgr.14180) 490 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:00.625 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:02.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:01 smithi092 conmon[81890]: cluster 2023-12-01T22:11:00.672478 2023-12-01T22:11:02.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:01 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 491 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:11:02.294 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:02.294 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:02.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:01 smithi196 conmon[87003]: cluster 2023-12-01T22:11:00.672478+0000 mgr.smithi092.dlnhnq (mgr.14180) 491 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:11:02.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:03.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:02 smithi092 conmon[81890]: audit 2023-12-01T22:11:02.290028+0000 mgr.smithi092.dlnhnq (mgr.14180) 492 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:03.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:02 smithi196 conmon[87003]: audit 2023-12-01T22:11:02.290028+0000 mgr.smithi092.dlnhnq (mgr.14180) 492 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:03.662 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:04.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:03 smithi092 conmon[81890]: cluster 2023-12-01T22:11:02.672992+0000 mgr.smithi092.dlnhnq 2023-12-01T22:11:04.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:03 smithi092 conmon[81890]: (mgr.14180) 493 : 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 2023-12-01T22:11:04.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:03 smithi196 conmon[87003]: cluster 2023-12-01T22:11:02.672992+0000 mgr.smithi092.dlnhnq (mgr.14180) 493 : 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 2023-12-01T22:11:04.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:03 smithi196 conmon[87003]: 2023-12-01T22:11:05.216 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:05.217 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:05.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:06.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:05 smithi092 conmon[81890]: cluster 2023-12-01T22:11:04.673599+0000 2023-12-01T22:11:06.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:05 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 494 : cluster [DBG] pgmap v339: 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 2023-12-01T22:11:06.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:05 smithi092 conmon[81890]: audit 2023-12-01T22:11:05.211878+0000 mgr.smithi092.dlnhnq (mgr.14180) 495 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:06.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:05 smithi196 conmon[87003]: cluster 2023-12-01T22:11:04.673599+0000 mgr.smithi092.dlnhnq (mgr.14180) 494 : cluster [DBG] pgmap v339: 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 2023-12-01T22:11:06.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:05 smithi196 conmon[87003]: audit 2023-12-01T22:11:05.211878+0000 mgr.smithi092.dlnhnq (mgr.14180) 495 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:06.594 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:08.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:07 smithi092 conmon[81890]: cluster 2023-12-01T22:11:06.674562+0000 mgr.smithi092.dlnhnq (mgr.14180) 496 : 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 2023-12-01T22:11:08.285 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:08.285 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:08.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:07 smithi196 conmon[87003]: cluster 2023-12-01T22:11:06.674562+0000 mgr.smithi092.dlnhnq (mgr.14180) 496 : 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 2023-12-01T22:11:08.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:09.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:08 smithi092 conmon[81890]: audit 2023-12-01T22:11:08.281058+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:11:09.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:08 smithi092 conmon[81890]: ) 497 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:08 smithi196 conmon[87003]: audit 2023-12-01T22:11:08.281058+0000 mgr.smithi092.dlnhnq (mgr.14180) 497 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:09.628 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:10.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:09 smithi092 conmon[81890]: cluster 2023-12-01T22:11:08.675063+0000 2023-12-01T22:11:10.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:09 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 498 : 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 2023-12-01T22:11:10.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:09 smithi196 conmon[87003]: cluster 2023-12-01T22:11:08.675063+0000 mgr.smithi092.dlnhnq (mgr.14180) 498 : 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 2023-12-01T22:11:11.280 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:11.280 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:11.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:12.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:12 smithi092 conmon[81890]: cluster 2023-12-01T22:11:10.675921+0000 mgr.smithi092.dlnhnq (mgr.14180) 499 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:11:12.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:12 smithi092 conmon[81890]: audit 2023-12-01T22:11:11.276085+0000 mgr.smithi092.dlnhnq (mgr.14180) 500 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:12.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:12 smithi196 conmon[87003]: cluster 2023-12-01T22:11:10.675921+0000 mgr.smithi092.dlnhnq (mgr.14180) 499 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:11:12.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:12 smithi196 conmon[87003]: audit 2023-12-01T22:11:11.276085+0000 mgr.smithi092.dlnhnq (mgr.14180) 500 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:12.655 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:14.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:14 smithi092 conmon[81890]: cluster 2023-12-01T22:11:12.676591+0000 mgr.smithi092.dlnhnq (mgr.14180) 501 : 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 2023-12-01T22:11:14.236 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:14.236 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:14.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:14 smithi196 conmon[87003]: cluster 2023-12-01T22:11:12.676591+0000 mgr.smithi092.dlnhnq (mgr.14180) 501 : 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 2023-12-01T22:11:14.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:15.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:15 smithi092 conmon[81890]: audit 2023-12-01T22:11:14.231647+0000 mgr.smithi092.dlnhnq (mgr.14180) 502 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:15.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:15 smithi196 conmon[87003]: audit 2023-12-01T22:11:14.231647+0000 mgr.smithi092.dlnhnq (mgr.14180) 502 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:15.592 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:16.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:16 smithi092 conmon[81890]: cluster 2023-12-01T22:11:14.677075+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:11:16.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:16 smithi092 conmon[81890]: ) 503 : cluster [DBG] pgmap v344: 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 2023-12-01T22:11:16.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:16 smithi196 conmon[87003]: cluster 2023-12-01T22:11:14.677075+0000 mgr.smithi092.dlnhnq (mgr.14180) 503 : cluster [DBG] pgmap v344: 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 2023-12-01T22:11:17.243 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:17.244 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:17.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:18.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:18 smithi092 conmon[81890]: cluster 2023-12-01T22:11:16.678110+0000 mgr.smithi092.dlnhnq (mgr.14180) 504 : 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 2023-12-01T22:11:18.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:18 smithi092 conmon[81890]: audit 2023-12-01T22:11:17.239004+0000 mgr.smithi092.dlnhnq (mgr.14180) 505 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:18.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:18 smithi196 conmon[87003]: cluster 2023-12-01T22:11:16.678110+0000 mgr.smithi092.dlnhnq (mgr.14180) 504 : 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 2023-12-01T22:11:18.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:18 smithi196 conmon[87003]: audit 2023-12-01T22:11:17.239004+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:11:18.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:18 smithi196 conmon[87003]: .14180) 505 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:18.631 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:20.226 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:20.226 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:20.250 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:20 smithi092 conmon[81890]: cluster 2023-12-01T22:11:18.678682+0000 mgr.smithi092.dlnhnq (mgr.14180) 506 : 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 2023-12-01T22:11:20.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:20 smithi196 conmon[87003]: cluster 2023-12-01T22:11:18.678682+0000 mgr.smithi092.dlnhnq (mgr.14180) 506 : 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 2023-12-01T22:11:20.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:21.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:21 smithi196 conmon[87003]: audit 2023-12-01T22:11:20.221318+0000 mgr.smithi092.dlnhnq (mgr.14180) 507 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:21.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:21 smithi092 conmon[81890]: audit 2023-12-01T22:11:20.221318+0000 mgr.smithi092.dlnhnq (mgr.14180) 507 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:21.576 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:22.284 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:22 smithi092 conmon[81890]: cluster 2023-12-01T22:11:20.679410+0000 mgr.smithi092.dlnhnq (mgr.14180) 508 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:11:22.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:22 smithi196 conmon[87003]: cluster 2023-12-01T22:11:20.679410+0000 mgr.smithi092.dlnhnq (mgr.14180) 508 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:11:23.258 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:23.258 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:23.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:24.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:24 smithi092 conmon[81890]: cluster 2023-12-01T22:11:22.679973+0000 mgr.smithi092.dlnhnq (mgr.14180) 509 : 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 2023-12-01T22:11:24.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:24 smithi092 conmon[81890]: audit 2023-12-01T22:11:23.253533+0000 mgr.smithi092.dlnhnq (mgr.14180) 510 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:24.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:24 smithi196 conmon[87003]: cluster 2023-12-01T22:11:22.679973+0000 mgr.smithi092.dlnhnq (mgr.14180) 509 : 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 2023-12-01T22:11:24.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:24 smithi196 conmon[87003]: audit 2023-12-01T22:11:23.253533+0000 mgr.smithi092.dlnhnq (mgr.14180) 510 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:24.822 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:26.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:26 smithi196 conmon[87003]: cluster 2023-12-01T22:11:24.680754+0000 mgr.smithi092.dlnhnq (mgr.14180) 511 : cluster [DBG] pgmap v349: 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 2023-12-01T22:11:26.488 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:26.488 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:26.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:26 smithi092 conmon[81890]: cluster 2023-12-01T22:11:24.680754+0000 mgr.smithi092.dlnhnq 2023-12-01T22:11:26.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:26 smithi092 conmon[81890]: (mgr.14180) 511 : cluster [DBG] pgmap v349: 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 2023-12-01T22:11:26.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:27.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:27 smithi092 conmon[81890]: audit 2023-12-01T22:11:26.483098+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:11:27.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:27 smithi092 conmon[81890]: mgr.14180) 512 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:27.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:27 smithi196 conmon[87003]: audit 2023-12-01T22:11:26.483098+0000 mgr.smithi092.dlnhnq (mgr.14180) 512 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:27.867 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:28.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:28 smithi092 conmon[81890]: cluster 2023-12-01T22:11:26.681675+0000 mgr.smithi092.dlnhnq (mgr.14180) 513 : 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 2023-12-01T22:11:28.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:28 smithi196 conmon[87003]: cluster 2023-12-01T22:11:26.681675+0000 mgr.smithi092.dlnhnq (mgr.14180) 513 : 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 2023-12-01T22:11:29.521 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:29.521 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:29.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:30.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:30 smithi092 conmon[81890]: cluster 2023-12-01T22:11:28.682275+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:11:30.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:30 smithi092 conmon[81890]: 14180) 514 : 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 2023-12-01T22:11:30.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:30 smithi092 conmon[81890]: audit 2023-12-01T22:11:29.516989+0000 mgr.smithi092.dlnhnq (mgr.14180) 515 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:30.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:30 smithi196 conmon[87003]: cluster 2023-12-01T22:11:28.682275+0000 mgr.smithi092.dlnhnq (mgr.14180) 514 : 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 2023-12-01T22:11:30.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:30 smithi196 conmon[87003]: audit 2023-12-01T22:11:30.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:30 smithi196 conmon[87003]: 2023-12-01T22:11:29.516989+0000 mgr.smithi092.dlnhnq (mgr.14180) 515 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:30.901 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:32.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:32 smithi196 conmon[87003]: cluster 2023-12-01T22:11:30.683079+0000 mgr.smithi092.dlnhnq (mgr.14180) 516 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:11:32.452 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:32.452 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:32.477 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:32 smithi092 conmon[81890]: cluster 2023-12-01T22:11:30.683079+0000 mgr.smithi092.dlnhnq (mgr.14180) 516 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:11:32.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:33.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:33 smithi092 conmon[81890]: audit 2023-12-01T22:11:32.447274+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:11:33.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:33 smithi092 conmon[81890]: 517 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:33.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:33 smithi196 conmon[87003]: audit 2023-12-01T22:11:32.447274+0000 mgr.smithi092.dlnhnq (mgr.14180) 517 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:33.842 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:34.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:34 smithi092 conmon[81890]: cluster 2023-12-01T22:11:32.683660+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:11:34.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:34 smithi092 conmon[81890]: 14180) 518 : 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 2023-12-01T22:11:34.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:34 smithi196 conmon[87003]: cluster 2023-12-01T22:11:32.683660+0000 mgr.smithi092.dlnhnq (mgr.14180) 518 : 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 2023-12-01T22:11:35.521 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:35.522 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:35.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:36.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:36 smithi092 conmon[81890]: cluster 2023-12-01T22:11:34.684134+0000 mgr.smithi092.dlnhnq (mgr.14180) 519 : cluster [DBG] pgmap v354: 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 2023-12-01T22:11:36.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:36 smithi092 conmon[81890]: audit 2023-12-01T22:11:35.517118+0000 mgr.smithi092.dlnhnq (mgr.14180) 520 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:36.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:36 smithi196 conmon[87003]: cluster 2023-12-01T22:11:34.684134+0000 mgr.smithi092.dlnhnq (mgr.14180) 519 : cluster [DBG] pgmap v354: 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 2023-12-01T22:11:36.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:36 smithi196 conmon[87003]: audit 2023-12-01T22:11:35. 2023-12-01T22:11:36.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:36 smithi196 conmon[87003]: 517118+0000 mgr.smithi092.dlnhnq (mgr.14180) 520 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:36.891 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:38.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:38 smithi196 conmon[87003]: cluster 2023-12-01T22:11:36.684947+0000 mgr.smithi092.dlnhnq (mgr.14180) 521 : 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 2023-12-01T22:11:38.442 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:38.442 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:38.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:38 smithi092 conmon[81890]: cluster 2023-12-01T22:11:36 2023-12-01T22:11:38.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:38 smithi092 conmon[81890]: .684947+0000 mgr.smithi092.dlnhnq (mgr.14180) 521 : 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 2023-12-01T22:11:38.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:39.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:39 smithi196 conmon[87003]: audit 2023-12-01T22:11:38.437508+0000 mgr.smithi092.dlnhnq (mgr.14180) 522 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:39.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:39 smithi092 conmon[81890]: audit 2023-12-01T22:11:38.437508+0000 mgr.smithi092.dlnhnq (mgr.14180) 522 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:39.722 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:40.417 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:40 smithi092 conmon[81890]: cluster 2023-12-01T22:11:38.685426+0000 2023-12-01T22:11:40.418 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:40 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 523 : 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 2023-12-01T22:11:40.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:40 smithi196 conmon[87003]: cluster 2023-12-01T22:11:38.685426+0000 mgr.smithi092.dlnhnq (mgr.14180) 523 : 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 2023-12-01T22:11:41.296 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:41.296 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:41.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:42.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:42 smithi196 conmon[87003]: cluster 2023-12-01T22:11:40.686103+0000 mgr.smithi092.dlnhnq (mgr.14180) 524 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:11:42.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:42 smithi196 conmon[87003]: audit 2023-12-01T22:11:41.291192+0000 mgr.smithi092.dlnhnq (mgr.14180) 525 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:42.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:42 smithi092 conmon[81890]: cluster 2023-12-01T22:11:40.686103+0000 mgr.smithi092.dlnhnq (mgr.14180) 524 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:11:42.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:42 smithi092 conmon[81890]: audit 2023-12-01T22:11 2023-12-01T22:11:42.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:42 smithi092 conmon[81890]: :41.291192+0000 mgr.smithi092.dlnhnq (mgr.14180) 525 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:42.658 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:44.246 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:44.246 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:44.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:44 smithi092 conmon[81890]: cluster 2023-12-01T22:11:42.686806+0000 mgr.smithi092.dlnhnq (mgr.14180) 526 : 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 2023-12-01T22:11:44.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:44 smithi196 conmon[87003]: cluster 2023-12-01T22:11:42.686806+0000 mgr.smithi092.dlnhnq (mgr.14180) 526 : 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 2023-12-01T22:11:44.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:45.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:45 smithi196 conmon[87003]: audit 2023-12-01T22:11:44.241994+0000 mgr.smithi092.dlnhnq (mgr.14180) 527 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:45.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:45 smithi092 conmon[81890]: audit 2023-12-01T22:11:44.241994+0000 mgr.smithi092.dlnhnq (mgr.14180) 527 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:45.595 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:46.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:46 smithi196 conmon[87003]: cluster 2023-12-01T22:11:44.687472+0000 mgr.smithi092.dlnhnq (mgr.14180) 528 : cluster [DBG] pgmap v359: 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 2023-12-01T22:11:46.449 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:46 smithi092 conmon[81890]: cluster 2023-12-01T22:11:44.687472+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:11:46.449 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:46 smithi092 conmon[81890]: ) 528 : cluster [DBG] pgmap v359: 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 2023-12-01T22:11:47.257 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:47.257 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:47.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:48.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:48 smithi196 conmon[87003]: cluster 2023-12-01T22:11:46.688405+0000 mgr.smithi092.dlnhnq (mgr.14180) 529 : cluster [DBG] 2023-12-01T22:11:48.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:48 smithi196 conmon[87003]: 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 2023-12-01T22:11:48.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:48 smithi196 conmon[87003]: audit 2023-12-01T22:11:47.252142+0000 mgr.smithi092.dlnhnq (mgr.14180) 530 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:48.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:48 smithi092 conmon[81890]: cluster 2023-12-01T22:11:46.688405+0000 mgr.smithi092.dlnhnq (mgr.14180) 529 : 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 2023-12-01T22:11:48.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:48 smithi092 conmon[81890]: audit 2023-12-01T22:11:47.252142+0000 mgr.smithi092.dlnhnq (mgr.14180) 530 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:48.634 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:50.209 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:50.209 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:50.389 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:50 smithi092 conmon[81890]: cluster 2023-12-01T22:11:48.688894+0000 mgr.smithi092.dlnhnq (mgr.14180) 531 : 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 2023-12-01T22:11:50.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:50 smithi196 conmon[87003]: cluster 2023-12-01T22:11:48.688894+0000 mgr.smithi092.dlnhnq (mgr.14180) 531 : 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 2023-12-01T22:11:50.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:51.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:51 smithi196 conmon[87003]: audit 2023-12-01T22:11:50.204479+0000 mgr.smithi092.dlnhnq (mgr.14180) 532 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:51.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:51 smithi092 conmon[81890]: audit 2023-12-01T22:11:50.204479+0000 mgr.smithi092.dlnhnq (mgr.14180) 532 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:51.576 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:52.422 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:52 smithi092 conmon[81890]: cluster 2023-12-01T22:11:50.689596+0000 2023-12-01T22:11:52.423 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:52 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 533 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:11:52.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:52 smithi196 conmon[87003]: cluster 2023-12-01T22:11:50.689596+0000 mgr.smithi092.dlnhnq (mgr.14180) 533 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:11:53.161 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:53.161 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:53.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:54.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:54 smithi196 conmon[87003]: cluster 2023-12-01T22:11:52.690147+0000 mgr.smithi092.dlnhnq (mgr.14180) 534 : 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 2023-12-01T22:11:54.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:54 smithi196 conmon[87003]: audit 2023-12-01T22:11:53.156629 2023-12-01T22:11:54.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:54 smithi196 conmon[87003]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 535 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:54.515 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:54.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:54 smithi092 conmon[81890]: cluster 2023-12-01T22:11:52.690147+0000 mgr.smithi092.dlnhnq (mgr.14180) 534 : 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 2023-12-01T22:11:54.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:54 smithi092 conmon[81890]: audit 2023-12-01T22:11:53.156629+0000 mgr.smithi092.dlnhnq (mgr.14180) 535 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:56.230 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:56.230 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:56.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:56 smithi196 conmon[87003]: cluster 2023-12-01T22:11:54.690779+0000 mgr.smithi092.dlnhnq (mgr.14180) 536 : cluster [DBG] 2023-12-01T22:11:56.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:56 smithi196 conmon[87003]: pgmap v364: 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 2023-12-01T22:11:56.430 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:56 smithi092 conmon[81890]: cluster 2023-12-01T22:11:54.690779+0000 mgr.smithi092.dlnhnq (mgr.14180) 536 2023-12-01T22:11:56.430 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:56 smithi092 conmon[81890]: : cluster [DBG] pgmap v364: 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 2023-12-01T22:11:56.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:11:57.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:57 smithi196 conmon[87003]: audit 2023-12-01T22:11:56.225136+0000 mgr.smithi092.dlnhnq (mgr.14180) 537 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:57.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:57 smithi092 conmon[81890]: audit 2023-12-01T22:11:56.225136+0000 mgr.smithi092.dlnhnq (mgr.14180) 537 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:11:57.663 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:11:58.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:58 smithi196 conmon[87003]: cluster 2023-12-01T22:11:56.691730+0000 mgr.smithi092.dlnhnq (mgr.14180) 538 : cluster 2023-12-01T22:11:58.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:11:58 smithi196 conmon[87003]: [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 2023-12-01T22:11:58.471 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:58 smithi092 conmon[81890]: cluster 2023-12-01T22:11:56.691730+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:11:58.471 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:11:58 smithi092 conmon[81890]: mgr.14180) 538 : 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 2023-12-01T22:11:59.230 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:11:59.230 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:11:59.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:00.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:00 smithi196 conmon[87003]: cluster 2023-12-01T22:11:58.692367+0000 mgr.smithi092.dlnhnq (mgr.14180) 539 : 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 2023-12-01T22:12:00.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:00 smithi196 conmon[87003]: 2023-12-01T22:12:00.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:00 smithi196 conmon[87003]: audit 2023-12-01T22:11:59.225079+0000 mgr.smithi092.dlnhnq (mgr.14180) 540 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:00.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:00 smithi092 conmon[81890]: cluster 2023-12-01T22:11:58.692367+0000 mgr.smithi092.dlnhnq (mgr.14180) 539 : 2023-12-01T22:12:00.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:00 smithi092 conmon[81890]: 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 2023-12-01T22:12:00.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:00 smithi092 conmon[81890]: audit 2023-12-01T22:11:59.225079+0000 mgr.smithi092.dlnhnq (mgr.14180) 540 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:00.601 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:02.185 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:02.185 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:02.370 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:02 smithi092 conmon[81890]: cluster 2023-12-01T22:12:00.693082+0000 mgr.smithi092.dlnhnq (mgr.14180) 541 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:12:02.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:02 smithi196 conmon[87003]: cluster 2023-12-01T22:12:00.693082+0000 mgr.smithi092.dlnhnq (mgr.14180) 541 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:12:02.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:02 smithi196 conmon[87003]: 2023-12-01T22:12:02.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:03.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:03 smithi196 conmon[87003]: audit 2023-12-01T22:12:02.180039+0000 mgr.smithi092.dlnhnq (mgr.14180) 542 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:03.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:03 smithi092 conmon[81890]: audit 2023-12-01T22:12:02.180039+0000 mgr.smithi092.dlnhnq (mgr.14180) 542 : 2023-12-01T22:12:03.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:03 smithi092 conmon[81890]: audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:03.550 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:04.386 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:04 smithi092 conmon[81890]: cluster 2023-12-01T22:12:02.693770+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:12:04.386 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:04 smithi092 conmon[81890]: ) 543 : 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 2023-12-01T22:12:04.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:04 smithi196 conmon[87003]: cluster 2023-12-01T22:12:02.693770+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:12:04.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:04 smithi196 conmon[87003]: 14180) 543 : 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 2023-12-01T22:12:05.210 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:05.210 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:05.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:06.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:06 smithi196 conmon[87003]: cluster 2023-12-01T22:12:04.694404+0000 mgr.smithi092.dlnhnq (mgr.14180) 544 : cluster [DBG] pgmap v369: 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 2023-12-01T22:12:06.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:06 smithi196 conmon[87003]: audit 2023-12-01T22:12:05.205648+0000 mgr.smithi092.dlnhnq (mgr.14180) 545 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:06.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:06 smithi092 conmon[81890]: cluster 2023-12-01T22:12:04.694404+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:12:06.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:06 smithi092 conmon[81890]: 14180) 544 : cluster [DBG] pgmap v369: 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 2023-12-01T22:12:06.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:06 smithi092 conmon[81890]: audit 2023-12-01T22:12:05.205648+0000 mgr.smithi092.dlnhnq (mgr.14180) 545 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:06.580 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:08.162 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:08.162 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:08.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:08 smithi196 conmon[87003]: cluster 2023-12-01T22:12:06.695160+0000 mgr.smithi092.dlnhnq (mgr.14180) 546 : 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 2023-12-01T22:12:08.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:08 smithi196 conmon[87003]: 2023-12-01T22:12:08.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:08 smithi092 conmon[81890]: cluster 2023-12-01T22:12:06.695160+0000 mgr.smithi092.dlnhnq (mgr.14180) 546 : 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 2023-12-01T22:12:08.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:09 smithi196 conmon[87003]: audit 2023-12-01T22:12:08.157044+0000 mgr.smithi092.dlnhnq (mgr.14180) 547 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:09.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:09 smithi092 conmon[81890]: audit 2023-12-01T22:12:08.157044+0000 mgr.smithi092.dlnhnq (mgr.14180) 547 : audit 2023-12-01T22:12:09.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:09 smithi092 conmon[81890]: [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:09.629 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:10.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:10 smithi196 conmon[87003]: cluster 2023-12-01T22:12:08.695619+0000 mgr.smithi092.dlnhnq (mgr.14180) 548 : 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 2023-12-01T22:12:10.484 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:10 smithi092 conmon[81890]: cluster 2023-12-01T22:12:08.695619+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:12:10.484 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:10 smithi092 conmon[81890]: 548 : 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 2023-12-01T22:12:11.297 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:11.298 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:11.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:12.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:12 smithi196 conmon[87003]: cluster 2023-12-01T22:12:10.696327+0000 mgr.smithi092.dlnhnq (mgr.14180) 549 : cluster [DBG] 2023-12-01T22:12:12.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:12 smithi196 conmon[87003]: pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:12:12.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:12 smithi196 conmon[87003]: audit 2023-12-01T22:12:11.292682+0000 mgr.smithi092.dlnhnq (mgr.14180) 550 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:12.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:12 smithi092 conmon[81890]: cluster 2023-12-01T22:12:10.696327+0000 mgr.smithi092.dlnhnq (mgr.14180) 549 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:12:12.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:12 smithi092 conmon[81890]: audit 2023-12-01T22:12:11.292682+0000 mgr.smithi092.dlnhnq (mgr.14180) 550 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:12.659 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:14.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:14 smithi092 conmon[81890]: cluster 2023-12-01T22:12:12.696969+0000 mgr.smithi092.dlnhnq (mgr.14180) 551 : 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 2023-12-01T22:12:14.317 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:14.317 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:14.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:14 smithi196 conmon[87003]: cluster 2023-12-01T22:12:12.696969+0000 mgr.smithi092.dlnhnq (mgr.14180) 551 : 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 2023-12-01T22:12:14.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:15.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:15 smithi196 conmon[87003]: audit 2023-12-01T22:12:14.312628+0000 mgr.smithi092.dlnhnq (mgr.14180) 552 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:15.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:15 smithi092 conmon[81890]: audit 2023-12-01T22:12:14.312628+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:12:15.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:15 smithi092 conmon[81890]: 552 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:15.699 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:16.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:16 smithi196 conmon[87003]: cluster 2023-12-01T22:12:14.697474+0000 mgr.smithi092.dlnhnq (mgr.14180) 553 : cluster [DBG] pgmap v374: 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 2023-12-01T22:12:16.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:16 smithi092 conmon[81890]: cluster 2023-12-01T22:12:14.697474+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:12:16.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:16 smithi092 conmon[81890]: 14180) 553 : cluster [DBG] pgmap v374: 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 2023-12-01T22:12:17.360 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:17.360 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:17.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:18.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:18 smithi196 conmon[87003]: cluster 2023-12-01T22:12:16.698190+0000 mgr.smithi092.dlnhnq (mgr.14180) 554 : 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 2023-12-01T22:12:18.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:18 smithi196 conmon[87003]: audit 2023-12-01T22:12:17 2023-12-01T22:12:18.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:18 smithi196 conmon[87003]: .355653+0000 mgr.smithi092.dlnhnq (mgr.14180) 555 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:18.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:18 smithi092 conmon[81890]: cluster 2023-12-01T22:12:16.698190+0000 mgr.smithi092.dlnhnq (mgr.14180) 554 : 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 2023-12-01T22:12:18.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:18 smithi092 conmon[81890]: audit 2023-12-01T22:12:17.355653+0000 mgr.smithi092.dlnhnq (mgr.14180) 555 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:18.736 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:20.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:20 smithi092 conmon[81890]: cluster 2023-12-01T22:12:18.698795+0000 mgr.smithi092.dlnhnq (mgr.14180) 556 : cluster [DBG] 2023-12-01T22:12:20.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:20 smithi092 conmon[81890]: 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 2023-12-01T22:12:20.303 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:20.303 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:20.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:20 smithi196 conmon[87003]: cluster 2023-12-01T22:12:18.698795+0000 mgr.smithi092.dlnhnq (mgr.14180) 556 : 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 2023-12-01T22:12:20.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:21.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:21 smithi196 conmon[87003]: audit 2023-12-01T22:12:20.298594+0000 mgr.smithi092.dlnhnq (mgr.14180) 557 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:21.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:21 smithi092 conmon[81890]: audit 2023-12-01T22:12:20.298594+0000 mgr.smithi092.dlnhnq (mgr.14180) 557 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:21.680 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:22.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:22 smithi196 conmon[87003]: cluster 2023-12-01T22:12:20.699702+0000 mgr.smithi092.dlnhnq (mgr.14180) 558 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:12:22.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:22 smithi196 conmon[87003]: 2023-12-01T22:12:22.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:22 smithi092 conmon[81890]: cluster 2023-12-01T22:12:20.699702+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:12:22.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:22 smithi092 conmon[81890]: mgr.14180) 558 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:12:23.418 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:23.418 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:40.062314Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:23.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:24.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:24 smithi196 conmon[87003]: cluster 2023-12-01T22:12:22.700434+0000 mgr.smithi092.dlnhnq (mgr.14180) 559 : 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 2023-12-01T22:12:24.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:24 smithi196 conmon[87003]: audit 2023-12-01T22:12:23 2023-12-01T22:12:24.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:24 smithi196 conmon[87003]: .414134+0000 mgr.smithi092.dlnhnq (mgr.14180) 560 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:24.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:24 smithi092 conmon[81890]: cluster 2023-12-01T22:12:22.700434+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:12:24.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:24 smithi092 conmon[81890]: 559 : 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 2023-12-01T22:12:24.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:24 smithi092 conmon[81890]: audit 2023-12-01T22:12:23.414134+0000 mgr.smithi092.dlnhnq (mgr.14180) 560 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:24.816 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:26.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:26 smithi092 conmon[81890]: cluster 2023-12-01T22:12:24. 2023-12-01T22:12:26.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:26 smithi092 conmon[81890]: 701023+0000 mgr.smithi092.dlnhnq (mgr.14180) 561 : cluster [DBG] pgmap v379: 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 2023-12-01T22:12:26.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:26 smithi092 conmon[81890]: audit 2023-12-01T22:12:26.045451+0000 mon.smithi092 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.fwqmjp"}]: dispatch 2023-12-01T22:12:26.418 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:26.418 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:26.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:26 smithi196 conmon[87003]: cluster 2023-12-01T22:12:24.701023+0000 mgr.smithi092.dlnhnq (mgr.14180) 561 : cluster [DBG] pgmap v379: 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 2023-12-01T22:12:26.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:26 smithi196 conmon[87003]: audit 2023-12-01T22:12:26.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:26 smithi196 conmon[87003]: 2023-12-01T22:12:26.045451+0000 mon.smithi092 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.fwqmjp"}]: dispatch 2023-12-01T22:12:26.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:27.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: cephadm 2023-12-01T22:12:26.044973+0000 mgr.smithi092.dlnhnq (mgr.14180) 562 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp 2023-12-01T22:12:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp 2023-12-01T22:12:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi196.fwqmjp ... 2023-12-01T22:12:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:12:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:12:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:10:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:11:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:11:48Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: 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 2023-12-01T22:12:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:12:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: Traceback (most recent call last): 2023-12-01T22:12:27.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: yield (conn, connr) 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: code, '\n'.join(err))) 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi196.fwqmjp ... 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:10:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:11:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:11:48Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: 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 2023-12-01T22:12:27.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: cephadm 2023-12-01T22:12:26.045144+0000 mgr.smithi092.dlnhnq (mgr.14180) 563 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: cephadm 2023-12-01T22:12:26.046143+0000 mgr.smithi092.dlnhnq (mgr.14180) 564 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi196.fwqmjp ... 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:10:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:11:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:11:48Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: 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 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:12:27.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: cephadm 2023-12-01T22:12:26.048408+0000 mgr.smithi092.dlnhnq (mgr.14180) 565 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.yzhtub on smithi092 2023-12-01T22:12:27.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:27 smithi196 conmon[87003]: audit 2023-12-01T22:12:26.412926+0000 mgr.smithi092.dlnhnq (mgr.14180) 566 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:27.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: cephadm 2023-12-01T22:12:26.044973+0000 mgr.smithi092.dlnhnq (mgr.14180) 562 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp 2023-12-01T22:12:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp 2023-12-01T22:12:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi196.fwqmjp ... 2023-12-01T22:12:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:12:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:12:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:10:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:11:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:11:48Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: 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 2023-12-01T22:12:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:12:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: Traceback (most recent call last): 2023-12-01T22:12:27.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: yield (conn, connr) 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: code, '\n'.join(err))) 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi196.fwqmjp ... 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:10:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:11:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:11:48Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: 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 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: cephadm 2023-12-01T22:12:26.045144+0000 mgr.smithi092.dlnhnq (mgr.14180) 563 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: cephadm 2023-12-01T22:12:26.046143+0000 mgr.smithi092.dlnhnq (mgr.14180) 564 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi196.fwqmjp ... 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:10:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:11:11Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:11:48Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: 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 2023-12-01T22:12:27.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:12:27.524 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: cephadm 2023-12-01T22:12:26.048408+0000 mgr.smithi092.dlnhnq (mgr.14180) 565 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.yzhtub on smithi092 2023-12-01T22:12:27.524 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:27 smithi092 conmon[81890]: audit 2023-12-01T22:12:26.412926+0000 mgr.smithi092.dlnhnq (mgr.14180) 566 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:27.862 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:28.428 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:28 smithi092 conmon[81890]: cluster 2023-12-01T22:12:26.701915+0000 mgr.smithi092.dlnhnq (mgr.14180) 567 : cluster 2023-12-01T22:12:28.428 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:28 smithi092 conmon[81890]: [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 2023-12-01T22:12:28.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:28 smithi196 conmon[87003]: cluster 2023-12-01T22:12:26.701915+0000 mgr.smithi092.dlnhnq (mgr.14180) 567 : 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 2023-12-01T22:12:29.460 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:29.461 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:29.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:30.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:30 smithi092 conmon[81890]: cluster 2023-12-01T22:12:28.702451+0000 mgr.smithi092.dlnhnq (mgr.14180) 568 : 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 2023-12-01T22:12:30.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:30 smithi092 conmon[81890]: audit 2023-12-01T22:12:29.455854+0000 mgr.smithi092.dlnhnq (mgr.14180) 569 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:30.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:30 smithi196 conmon[87003]: cluster 2023-12-01T22:12:28.702451+0000 mgr.smithi092.dlnhnq (mgr.14180) 568 : 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 2023-12-01T22:12:30.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:30 smithi196 conmon[87003]: audit 2023-12-01T22:12:29.455854+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:12:30.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:30 smithi196 conmon[87003]: .14180) 569 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:30.798 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:32.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:32 smithi092 conmon[81890]: cluster 2023-12-01T22:12:30.703250+0000 mgr.smithi092.dlnhnq (mgr.14180) 570 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:12:32.384 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:32.384 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:32.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:32 smithi196 conmon[87003]: cluster 2023-12-01T22:12:30.703250+0000 mgr.smithi092.dlnhnq (mgr.14180) 570 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:12:32.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:33.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:33 smithi092 conmon[81890]: audit 2023-12-01T22:12:32.380063+0000 mgr.smithi092.dlnhnq (mgr.14180) 571 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:33.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:33 smithi196 conmon[87003]: audit 2023-12-01T22:12:32.380063+0000 mgr.smithi092.dlnhnq (mgr.14180) 571 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:33.743 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:34.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:34 smithi092 conmon[81890]: cluster 2023-12-01T22:12:32.703762+0000 mgr.smithi092.dlnhnq (mgr.14180) 572 : 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 2023-12-01T22:12:34.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:34 smithi196 conmon[87003]: cluster 2023-12-01T22:12:32.703762+0000 mgr.smithi092.dlnhnq (mgr.14180) 572 : 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 2023-12-01T22:12:35.337 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:35.337 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:35.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:36.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:36 smithi092 conmon[81890]: cluster 2023-12-01T22:12:34.704246+0000 mgr.smithi092.dlnhnq (mgr.14180) 573 : cluster [DBG] pgmap v384: 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 2023-12-01T22:12:36.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:36 smithi092 conmon[81890]: audit 2023-12-01T22:12:35.332793+0000 mgr.smithi092.dlnhnq (mgr.14180) 574 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:36.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:36 smithi196 conmon[87003]: cluster 2023-12-01T22:12:34.704246+0000 mgr.smithi092.dlnhnq (mgr.14180) 573 : cluster [DBG] pgmap v384: 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 2023-12-01T22:12:36.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:36 smithi196 conmon[87003]: audit 2023-12-01T22:12:35.332793+0000 mgr.smithi092.dlnhnq (mgr.14180) 574 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:36.694 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:38.283 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:38.283 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:38.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:38 smithi092 conmon[81890]: cluster 2023-12-01T22:12:36.704954+0000 mgr.smithi092.dlnhnq (mgr.14180) 575 : 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 2023-12-01T22:12:38.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:38.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:38 smithi196 conmon[87003]: cluster 2023-12-01T22:12:36.704954+0000 mgr.smithi092.dlnhnq (mgr.14180) 575 : 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 2023-12-01T22:12:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:39 smithi092 conmon[81890]: audit 2023-12-01T22:12:38.278477+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:12:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:39 smithi092 conmon[81890]: ) 576 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:39.623 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:39 smithi196 conmon[87003]: audit 2023-12-01T22:12:38.278477+0000 mgr.smithi092.dlnhnq (mgr.14180) 576 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:39 smithi196 conmon[87003]: 2023-12-01T22:12:40.487 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:40 smithi092 conmon[81890]: cluster 2023-12-01T22:12:38.705496+0000 mgr.smithi092.dlnhnq 2023-12-01T22:12:40.488 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:40 smithi092 conmon[81890]: (mgr.14180) 577 : 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 2023-12-01T22:12:40.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:40 smithi196 conmon[87003]: cluster 2023-12-01T22:12:38.705496+0000 mgr.smithi092.dlnhnq (mgr.14180) 577 : 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 2023-12-01T22:12:41.286 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:41.286 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:41.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:42.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:42 smithi092 conmon[81890]: cluster 2023-12-01T22:12:40.706203+0000 mgr.smithi092.dlnhnq (mgr.14180) 578 : cluster 2023-12-01T22:12:42.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:42 smithi092 conmon[81890]: [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:12:42.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:42 smithi092 conmon[81890]: audit 2023-12-01T22:12:41.281010+0000 mgr.smithi092.dlnhnq (mgr.14180) 579 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:42.647 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:42.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:42 smithi196 conmon[87003]: cluster 2023-12-01T22:12:40.706203+0000 mgr.smithi092.dlnhnq (mgr.14180) 578 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:12:42.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:42 smithi196 conmon[87003]: audit 2023-12-01T22:12:41.281010+0000 mgr.smithi092.dlnhnq (mgr.14180) 579 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:44.200 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:44.201 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:44.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:44 smithi092 conmon[81890]: cluster 2023-12-01T22:12:42.706785+0000 mgr.smithi092.dlnhnq (mgr.14180) 580 : 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 2023-12-01T22:12:44.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:44.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:44 smithi196 conmon[87003]: cluster 2023-12-01T22:12:42.706785+0000 mgr.smithi092.dlnhnq (mgr.14180) 580 : 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 2023-12-01T22:12:45.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:45 smithi092 conmon[81890]: audit 2023-12-01T22:12:44.195673+0000 mgr.smithi092.dlnhnq (mgr.14180) 581 : audit [DBG] 2023-12-01T22:12:45.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:45 smithi092 conmon[81890]: from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:45.575 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:45.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:45 smithi196 conmon[87003]: audit 2023-12-01T22:12:44.195673+0000 mgr.smithi092.dlnhnq (mgr.14180) 581 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:46.418 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:46 smithi092 conmon[81890]: cluster 2023-12-01T22:12:44.707560+0000 mgr.smithi092.dlnhnq (mgr.14180) 582 : cluster [DBG] pgmap v389: 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 2023-12-01T22:12:46.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:46 smithi196 conmon[87003]: cluster 2023-12-01T22:12:44.707560+0000 mgr.smithi092.dlnhnq (mgr.14180) 582 : cluster [DBG] pgmap v389: 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 2023-12-01T22:12:47.144 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:47.144 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:47.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:48.511 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:48.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:48 smithi092 conmon[81890]: cluster 2023-12-01T22:12:46.708456+0000 mgr.smithi092.dlnhnq (mgr.14180) 583 : 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 2023-12-01T22:12:48.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:48 smithi092 conmon[81890]: audit 2023-12-01T22:12:47.139081+0000 mgr.smithi092.dlnhnq (mgr.14180) 584 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:48.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:48 smithi196 conmon[87003]: cluster 2023-12-01T22:12:46.708456+0000 mgr.smithi092.dlnhnq (mgr.14180) 583 : 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 2023-12-01T22:12:48.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:48 smithi196 conmon[87003]: audit 2023-12-01T22:12:48.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:48 smithi196 conmon[87003]: 2023-12-01T22:12:47.139081+0000 mgr.smithi092.dlnhnq (mgr.14180) 584 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:50.078 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:50.079 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:50.380 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:50 smithi092 conmon[81890]: cluster 2023-12-01T22:12:48.708979+0000 mgr.smithi092.dlnhnq (mgr.14180) 585 : 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 2023-12-01T22:12:50.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:50.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:50 smithi196 conmon[87003]: cluster 2023-12-01T22:12:48.708979+0000 mgr.smithi092.dlnhnq (mgr.14180) 585 : 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 2023-12-01T22:12:51.445 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:51.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:51 smithi092 conmon[81890]: audit 2023-12-01T22:12:50.074124+0000 mgr.smithi092.dlnhnq (mgr.14180) 586 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:51 smithi196 conmon[87003]: audit 2023-12-01T22:12:50.074124+0000 mgr.smithi092.dlnhnq (mgr.14180) 586 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:52.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:52 smithi092 conmon[81890]: cluster 2023-12-01T22:12:50.709880+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:12:52.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:52 smithi092 conmon[81890]: ) 587 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:12:52.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:52 smithi196 conmon[87003]: cluster 2023-12-01T22:12:50.709880+0000 mgr.smithi092.dlnhnq (mgr.14180) 587 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:12:53.002 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:53.003 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:53.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:54.377 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:54.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:54 smithi092 conmon[81890]: cluster 2023-12-01T22:12:52.710408+0000 mgr.smithi092.dlnhnq (mgr.14180) 588 : 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 2023-12-01T22:12:54.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:54 smithi092 conmon[81890]: audit 2023-12-01T22:12:52.996811+0000 mgr.smithi092.dlnhnq (mgr.14180) 589 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:54.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:54 smithi196 conmon[87003]: cluster 2023-12-01T22:12:52.710408+0000 mgr.smithi092.dlnhnq (mgr.14180) 588 : 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 2023-12-01T22:12:54.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:54 smithi196 conmon[87003]: audit 2023-12-01T22:12:52.996811+0000 mgr.smithi092.dlnhnq (mgr.14180) 589 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:56.126 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:56.127 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:56.492 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:56 smithi092 conmon[81890]: cluster 2023-12-01T22:12:54.710876+0000 mgr.smithi092.dlnhnq (mgr.14180) 590 : 2023-12-01T22:12:56.492 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:56 smithi092 conmon[81890]: cluster [DBG] pgmap v394: 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 2023-12-01T22:12:56.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:12:56.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:56 smithi196 conmon[87003]: cluster 2023-12-01T22:12:54.710876+0000 mgr.smithi092.dlnhnq (mgr.14180) 590 : cluster [DBG] pgmap v394: 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 2023-12-01T22:12:57.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:57 smithi092 conmon[81890]: audit 2023-12-01T22:12:56.121978+0000 mgr.smithi092.dlnhnq (mgr.14180) 591 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:57.528 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:12:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:57 smithi196 conmon[87003]: audit 2023-12-01T22:12:56.121978+0000 mgr.smithi092.dlnhnq (mgr.14180) 591 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:12:58.417 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:58 smithi092 conmon[81890]: cluster 2023-12-01T22:12:56.711709+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:12:58.417 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:12:58 smithi092 conmon[81890]: 14180) 592 : 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 2023-12-01T22:12:58.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:12:58 smithi196 conmon[87003]: cluster 2023-12-01T22:12:56.711709+0000 mgr.smithi092.dlnhnq (mgr.14180) 592 : 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 2023-12-01T22:12:59.227 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:12:59.227 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:12:59.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:00.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:00 smithi092 conmon[81890]: cluster 2023-12-01T22:12:58.712152+0000 mgr.smithi092.dlnhnq (mgr.14180) 593 2023-12-01T22:13:00.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:00 smithi092 conmon[81890]: : 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 2023-12-01T22:13:00.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:00 smithi092 conmon[81890]: audit 2023-12-01T22:12:59.222192+0000 mgr.smithi092.dlnhnq (mgr.14180) 594 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:00.572 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:00.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:00 smithi196 conmon[87003]: cluster 2023-12-01T22:12:58.712152+0000 mgr.smithi092.dlnhnq (mgr.14180) 593 : 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 2023-12-01T22:13:00.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:00 smithi196 conmon[87003]: audit 2023-12-01T22:12:59.222192+0000 mgr.smithi092.dlnhnq (mgr.14180) 594 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:02.136 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:02.137 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:02.498 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:02 smithi092 conmon[81890]: cluster 2023-12-01T22:13:00.712892+0000 mgr.smithi092.dlnhnq (mgr.14180) 595 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:13:02.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:02.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:02 smithi196 conmon[87003]: cluster 2023-12-01T22:13:00.712892+0000 mgr.smithi092.dlnhnq (mgr.14180) 595 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:13:03.500 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:03.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:03 smithi092 conmon[81890]: audit 2023-12-01T22:13:02.131285+0000 mgr.smithi092.dlnhnq (mgr.14180) 596 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:03.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:03 smithi196 conmon[87003]: audit 2023-12-01T22:13:02.131285+0000 mgr.smithi092.dlnhnq (mgr.14180) 596 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:04.348 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:04 smithi092 conmon[81890]: cluster 2023-12-01T22:13:02.713450+0000 mgr.smithi092.dlnhnq (mgr.14180) 597 : 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 2023-12-01T22:13:04.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:04 smithi196 conmon[87003]: cluster 2023-12-01T22:13:02.713450+0000 mgr.smithi092.dlnhnq (mgr.14180) 597 : 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 2023-12-01T22:13:04.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:04 smithi196 conmon[87003]: 2023-12-01T22:13:05.164 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:05.164 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:05.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:06.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:06 smithi092 conmon[81890]: cluster 2023-12-01T22:13:04.713904+0000 mgr.smithi092.dlnhnq (mgr.14180) 598 : cluster [DBG] pgmap v399: 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 2023-12-01T22:13:06.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:06 smithi092 conmon[81890]: audit 2023-12-01T22:13:05.159386+0000 mgr.smithi092.dlnhnq (mgr.14180) 599 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:06.532 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:06.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:06 smithi196 conmon[87003]: cluster 2023-12-01T22:13:04.713904+0000 mgr.smithi092.dlnhnq (mgr.14180) 598 : cluster [DBG] pgmap v399: 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 2023-12-01T22:13:06.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:06 smithi196 conmon[87003]: audit 2023-12-01T22:13:05.159386+0000 2023-12-01T22:13:06.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:06 smithi196 conmon[87003]: mgr.smithi092.dlnhnq (mgr.14180) 599 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:08.096 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:08.097 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:08.442 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:08 smithi092 conmon[81890]: cluster 2023-12-01T22:13:06.714679+0000 mgr.smithi092.dlnhnq (mgr.14180) 600 : 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 2023-12-01T22:13:08.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:08.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:08 smithi196 conmon[87003]: cluster 2023-12-01T22:13:06.714679+0000 mgr.smithi092.dlnhnq (mgr.14180) 600 : 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 2023-12-01T22:13:09.474 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:09.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:09 smithi196 conmon[87003]: audit 2023-12-01T22:13:08.092204+0000 mgr.smithi092.dlnhnq (mgr.14180) 601 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:09 smithi092 conmon[81890]: audit 2023-12-01T22:13:08.092204+0000 mgr.smithi092.dlnhnq (mgr.14180) 601 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:10.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:10 smithi092 conmon[81890]: cluster 2023-12-01T22:13:08.715202+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:13:10.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:10 smithi092 conmon[81890]: ) 602 : 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 2023-12-01T22:13:10.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:10 smithi196 conmon[87003]: cluster 2023-12-01T22:13:08.715202+0000 mgr.smithi092.dlnhnq (mgr.14180) 602 : 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 2023-12-01T22:13:11.057 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:11.057 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:11.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:12.419 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:12.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:12 smithi196 conmon[87003]: cluster 2023-12-01T22:13:10.716050+0000 mgr.smithi092.dlnhnq (mgr.14180) 603 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:13:12.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:12 smithi196 conmon[87003]: audit 2023-12-01T22:13:11.053188+0000 mgr.smithi092.dlnhnq (mgr.14180) 604 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:12.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:12 smithi092 conmon[81890]: cluster 2023-12-01T22:13:10.716050+0000 mgr.smithi092.dlnhnq (mgr.14180) 603 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:13:12.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:12 smithi092 conmon[81890]: audit 2023-12-01T22:13:11.053188+0000 mgr.smithi092.dlnhnq (mgr.14180) 604 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:13.973 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:13.973 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:14.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:14.652 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:14 smithi092 conmon[81890]: cluster 2023-12-01T22:13:12.716703+0000 mgr.smithi092.dlnhnq (mgr.14180) 605 : 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 2023-12-01T22:13:14.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:14 smithi196 conmon[87003]: cluster 2023-12-01T22:13:12.716703+0000 mgr.smithi092.dlnhnq (mgr.14180) 605 : 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 2023-12-01T22:13:15.353 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:15.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:15 smithi196 conmon[87003]: audit 2023-12-01T22:13:13.968616+0000 mgr.smithi092.dlnhnq (mgr.14180) 606 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:15 smithi092 conmon[81890]: audit 2023-12-01T22:13:13.968616+0000 mgr.smithi092.dlnhnq (mgr.14180) 606 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:16.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:16 smithi092 conmon[81890]: cluster 2023-12-01T22:13:14.717185+0000 mgr.smithi092.dlnhnq (mgr.14180) 607 2023-12-01T22:13:16.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:16 smithi092 conmon[81890]: : cluster [DBG] pgmap v404: 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 2023-12-01T22:13:16.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:16 smithi196 conmon[87003]: cluster 2023-12-01T22:13:14.717185+0000 mgr.smithi092.dlnhnq (mgr.14180) 607 : cluster [DBG] pgmap v404: 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 2023-12-01T22:13:16.991 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:16.992 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:17.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:18.286 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:18.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:18 smithi196 conmon[87003]: cluster 2023-12-01T22:13:16.717890+0000 mgr.smithi092.dlnhnq (mgr.14180) 608 : 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 2023-12-01T22:13:18.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:18 smithi196 conmon[87003]: audit 2023-12-01T22:13:16.986929+0000 mgr.smithi092.dlnhnq (mgr.14180) 609 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:18.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:18 smithi092 conmon[81890]: cluster 2023-12-01T22:13:16.717890+0000 mgr.smithi092.dlnhnq (mgr.14180) 608 : 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 2023-12-01T22:13:18.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:18 smithi092 conmon[81890]: audit 2023-12-01T22:13:16.986929+0000 mgr.smithi092.dlnhnq (mgr.14180) 609 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:19.973 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:19.973 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:20.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:20.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:20 smithi196 conmon[87003]: cluster 2023-12-01T22:13:18.718651+0000 mgr.smithi092.dlnhnq (mgr.14180) 610 : 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 2023-12-01T22:13:20.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:20 smithi092 conmon[81890]: cluster 2023-12-01T22:13:18.718651+0000 mgr.smithi092.dlnhnq (mgr.14180) 610 : 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 2023-12-01T22:13:21.317 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:21.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:21 smithi196 conmon[87003]: audit 2023-12-01T22:13:19.968341+0000 mgr.smithi092.dlnhnq (mgr.14180) 611 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:21.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:21 smithi092 conmon[81890]: audit 2023-12-01T22:13:19.968341+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:13:21.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:21 smithi092 conmon[81890]: 611 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:22.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:22 smithi092 conmon[81890]: cluster 2023-12-01T22:13:20.719350+0000 mgr.smithi092.dlnhnq (mgr.14180) 612 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:13:22.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:22 smithi196 conmon[87003]: cluster 2023-12-01T22:13:20.719350+0000 mgr.smithi092.dlnhnq (mgr.14180) 612 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:13:22.979 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:22.979 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:23.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:24.361 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:24.653 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:24 smithi092 conmon[81890]: cluster 2023-12-01T22:13:22.719902+0000 mgr.smithi092.dlnhnq (mgr.14180) 613 : 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 2023-12-01T22:13:24.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:24 smithi092 conmon[81890]: audit 2023-12-01T22:13:22 2023-12-01T22:13:24.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:24 smithi092 conmon[81890]: .974483+0000 mgr.smithi092.dlnhnq (mgr.14180) 614 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:24.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:24 smithi196 conmon[87003]: cluster 2023-12-01T22:13:22.719902+0000 mgr.smithi092.dlnhnq (mgr.14180) 613 : 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 2023-12-01T22:13:24.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:24 smithi196 conmon[87003]: audit 2023-12-01T22:13:22.974483+0000 mgr.smithi092.dlnhnq (mgr.14180) 614 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:25.901 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:25.901 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:26.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:26.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:26 smithi196 conmon[87003]: cluster 2023-12-01T22:13:24.720402+0000 mgr.smithi092.dlnhnq (mgr.14180) 615 : cluster [DBG] pgmap v409: 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 2023-12-01T22:13:26.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:26 smithi092 conmon[81890]: cluster 2023-12-01T22:13:24.720402+0000 mgr.smithi092.dlnhnq (mgr.14180) 615 : cluster [DBG] pgmap v409: 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 2023-12-01T22:13:27.291 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:27.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:27 smithi196 conmon[87003]: audit 2023-12-01T22:13:25.895973+0000 mgr.smithi092.dlnhnq (mgr.14180) 616 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:27.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:27 smithi092 conmon[81890]: audit 2023-12-01T22:13:25.895973+0000 mgr.smithi092.dlnhnq 2023-12-01T22:13:27.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:27 smithi092 conmon[81890]: (mgr.14180) 616 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:28.460 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:28 smithi092 conmon[81890]: cluster 2023-12-01T22:13:26.721187+0000 mgr.smithi092.dlnhnq (mgr.14180) 617 : 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 2023-12-01T22:13:28.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:28 smithi196 conmon[87003]: cluster 2023-12-01T22:13:26.721187+0000 mgr.smithi092.dlnhnq (mgr.14180) 617 : 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 2023-12-01T22:13:28.828 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:28.828 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:29.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:30.230 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:30.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:30 smithi092 conmon[81890]: cluster 2023-12-01T22:13:28.721700+0000 mgr.smithi092.dlnhnq (mgr.14180) 618 : cluster 2023-12-01T22:13:30.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:30 smithi092 conmon[81890]: [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 2023-12-01T22:13:30.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:30 smithi092 conmon[81890]: audit 2023-12-01T22:13:28.823468+0000 mgr.smithi092.dlnhnq (mgr.14180) 619 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:30.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:30 smithi196 conmon[87003]: cluster 2023-12-01T22:13:28.721700+0000 mgr.smithi092.dlnhnq (mgr.14180) 618 : 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 2023-12-01T22:13:30.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:30 smithi196 conmon[87003]: audit 2023-12-01T22:13:28.823468+0000 mgr.smithi092.dlnhnq (mgr.14180) 619 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:31.934 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:31.934 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:32.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:32.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:32 smithi092 conmon[81890]: cluster 2023-12-01T22:13:30.722394+0000 mgr.smithi092.dlnhnq (mgr.14180) 620 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:13:32.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:32 smithi196 conmon[87003]: cluster 2023-12-01T22:13:30.722394+0000 mgr.smithi092.dlnhnq (mgr.14180) 620 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:13:33.270 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:33.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:33 smithi196 conmon[87003]: audit 2023-12-01T22:13:31.929546+0000 mgr.smithi092.dlnhnq (mgr.14180) 621 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:33 smithi092 conmon[81890]: audit 2023-12-01T22:13:31.929546+0000 mgr.smithi092.dlnhnq (mgr.14180) 621 : audit 2023-12-01T22:13:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:33 smithi092 conmon[81890]: [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:34.484 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:34 smithi092 conmon[81890]: cluster 2023-12-01T22:13:32.722935+0000 mgr.smithi092.dlnhnq (mgr.14180) 622 2023-12-01T22:13:34.484 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:34 smithi092 conmon[81890]: : 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 2023-12-01T22:13:34.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:34 smithi196 conmon[87003]: cluster 2023-12-01T22:13:32.722935+0000 mgr.smithi092.dlnhnq (mgr.14180) 622 : 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 2023-12-01T22:13:34.879 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:34.879 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:35.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:36.320 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:36.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:36 smithi196 conmon[87003]: cluster 2023-12-01T22:13:34.723535+0000 mgr.smithi092.dlnhnq (mgr.14180) 623 : cluster [DBG] pgmap v414: 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 2023-12-01T22:13:36.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:36 smithi196 conmon[87003]: audit 2023-12-01T22:13:34.874868+0000 mgr.smithi092.dlnhnq (mgr.14180) 624 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:36.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:36 smithi092 conmon[81890]: cluster 2023-12-01T22:13:34.723535+0000 mgr.smithi092.dlnhnq (mgr.14180) 623 : cluster [DBG] pgmap v414: 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 2023-12-01T22:13:36.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:36 smithi092 conmon[81890]: audit 2023-12-01T22:13:34.874868+0000 mgr.smithi092.dlnhnq (mgr.14180) 624 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:37.865 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:37.865 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:38.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:38.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:38 smithi092 conmon[81890]: cluster 2023-12-01T22:13:36.724240+0000 mgr.smithi092.dlnhnq (mgr.14180) 625 : 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 2023-12-01T22:13:38.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:38 smithi196 conmon[87003]: cluster 2023-12-01T22:13:36.724240+0000 mgr.smithi092.dlnhnq (mgr.14180) 625 : 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 2023-12-01T22:13:38.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:38 smithi196 conmon[87003]: 2023-12-01T22:13:39.259 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:39 smithi196 conmon[87003]: audit 2023-12-01T22:13:37.859890+0000 mgr.smithi092.dlnhnq (mgr.14180) 626 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:39 smithi196 conmon[87003]: 2023-12-01T22:13:39.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:39 smithi092 conmon[81890]: audit 2023-12-01T22:13:37.859890+0000 mgr.smithi092.dlnhnq (mgr.14180) 626 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:40.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:40 smithi092 conmon[81890]: cluster 2023-12-01T22:13:38. 2023-12-01T22:13:40.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:40 smithi092 conmon[81890]: 724890+0000 mgr.smithi092.dlnhnq (mgr.14180) 627 : 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 2023-12-01T22:13:40.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:40 smithi196 conmon[87003]: cluster 2023-12-01T22:13:38.724890+0000 mgr.smithi092.dlnhnq (mgr.14180) 627 2023-12-01T22:13:40.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:40 smithi196 conmon[87003]: : 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 2023-12-01T22:13:40.921 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:40.921 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:41.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:42.307 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:42.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:42 smithi196 conmon[87003]: cluster 2023-12-01T22:13:40.725696+0000 mgr.smithi092.dlnhnq (mgr.14180) 628 : cluster [DBG] 2023-12-01T22:13:42.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:42 smithi196 conmon[87003]: pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:13:42.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:42 smithi196 conmon[87003]: audit 2023-12-01T22:13:40.915937+0000 mgr.smithi092.dlnhnq (mgr.14180) 629 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:42.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:42 smithi092 conmon[81890]: cluster 2023-12-01T22:13:40.725696+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:13:42.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:42 smithi092 conmon[81890]: .14180) 628 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:13:42.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:42 smithi092 conmon[81890]: audit 2023-12-01T22:13:40.915937+0000 mgr.smithi092.dlnhnq (mgr.14180) 629 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:43.972 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:43.972 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:44.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:44.652 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:44 smithi092 conmon[81890]: cluster 2023-12-01T22:13:42.726313+0000 mgr.smithi092.dlnhnq (mgr.14180) 630 : 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 2023-12-01T22:13:44.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:44 smithi196 conmon[87003]: cluster 2023-12-01T22:13:42.726313+0000 mgr.smithi092.dlnhnq (mgr.14180) 630 : cluster [DBG] 2023-12-01T22:13:44.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:44 smithi196 conmon[87003]: 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 2023-12-01T22:13:45.353 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:45.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:45 smithi196 conmon[87003]: audit 2023-12-01T22:13:43.967919+0000 mgr.smithi092.dlnhnq (mgr.14180) 631 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:45.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:45 smithi196 conmon[87003]: 2023-12-01T22:13:45.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:45 smithi092 conmon[81890]: audit 2023-12-01T22:13:43.967919+0000 mgr.smithi092.dlnhnq (mgr.14180) 631 2023-12-01T22:13:45.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:45 smithi092 conmon[81890]: : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:46.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:46 smithi092 conmon[81890]: cluster 2023-12-01T22:13:44.726852+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:13:46.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:46 smithi092 conmon[81890]: 14180) 632 : cluster [DBG] pgmap v419: 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 2023-12-01T22:13:46.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:46 smithi196 conmon[87003]: cluster 2023-12-01T22:13:44.726852+0000 mgr.smithi092.dlnhnq (mgr.14180) 632 : cluster 2023-12-01T22:13:46.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:46 smithi196 conmon[87003]: [DBG] pgmap v419: 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 2023-12-01T22:13:46.913 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:46.914 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:47.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:48.296 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:48.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:48 smithi196 conmon[87003]: cluster 2023-12-01T22:13:46.727539+0000 mgr.smithi092.dlnhnq (mgr.14180) 633 : cluster [DBG] 2023-12-01T22:13:48.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:48 smithi196 conmon[87003]: 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 2023-12-01T22:13:48.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:48 smithi196 conmon[87003]: audit 2023-12-01T22:13:46.907928+0000 mgr.smithi092.dlnhnq (mgr.14180) 634 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:48.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:48 smithi092 conmon[81890]: cluster 2023-12-01T22:13:46.727539+0000 mgr.smithi092.dlnhnq (mgr.14180) 633 : 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 2023-12-01T22:13:48.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:48 smithi092 conmon[81890]: audit 2023-12-01T22:13:46.907928+0000 mgr.smithi092.dlnhnq (mgr.14180) 634 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:49.936 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:49.936 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:50.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:50.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:50 smithi196 conmon[87003]: cluster 2023-12-01T22:13:48.728088+0000 mgr.smithi092.dlnhnq (mgr.14180) 635 : 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 2023-12-01T22:13:50.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:50 smithi196 conmon[87003]: 2023-12-01T22:13:50.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:50 smithi092 conmon[81890]: cluster 2023-12-01T22:13:48.728088+0000 mgr.smithi092.dlnhnq (mgr.14180) 635 : 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 2023-12-01T22:13:51.329 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:51 smithi196 conmon[87003]: audit 2023-12-01T22:13:49.931541+0000 mgr.smithi092.dlnhnq (mgr.14180) 636 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:51 smithi196 conmon[87003]: 2023-12-01T22:13:51.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:51 smithi092 conmon[81890]: audit 2023-12-01T22:13:49.931541+0000 mgr.smithi092.dlnhnq (mgr.14180) 636 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:52.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:52 smithi092 conmon[81890]: cluster 2023-12-01T22:13:50.728989+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:13:52.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:52 smithi092 conmon[81890]: 14180) 637 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:13:52.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:52 smithi196 conmon[87003]: cluster 2023-12-01T22:13:50.728989+0000 mgr.smithi092.dlnhnq (mgr.14180) 637 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:13:52.906 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:52.906 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:53.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:54.271 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:54.653 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:54 smithi092 conmon[81890]: cluster 2023-12-01T22:13:54.653 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:54 smithi092 conmon[81890]: 2023-12-01T22:13:52.729525+0000 mgr.smithi092.dlnhnq (mgr.14180) 638 : 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 2023-12-01T22:13:54.653 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:54 smithi092 conmon[81890]: audit 2023-12-01T22:13: 2023-12-01T22:13:54.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:54 smithi092 conmon[81890]: 52.901656+0000 mgr.smithi092.dlnhnq (mgr.14180) 639 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:54.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:54 smithi196 conmon[87003]: cluster 2023-12-01T22:13:52.729525+0000 mgr.smithi092.dlnhnq (mgr.14180) 638 : 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 2023-12-01T22:13:54.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:54 smithi196 conmon[87003]: audit 2023-12-01T22:13:52.901656+0000 mgr.smithi092.dlnhnq (mgr.14180) 639 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:55.934 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:55.934 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:56.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:13:56.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:56 smithi196 conmon[87003]: cluster 2023-12-01T22:13:54.730031+0000 mgr.smithi092.dlnhnq (mgr.14180) 640 : cluster [DBG] pgmap v424: 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 2023-12-01T22:13:56.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:56 smithi196 conmon[87003]: 2023-12-01T22:13:56.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:56 smithi092 conmon[81890]: cluster 2023-12-01T22:13:54.730031+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:13:56.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:56 smithi092 conmon[81890]: 14180) 640 : cluster [DBG] pgmap v424: 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 2023-12-01T22:13:57.317 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:13:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:57 smithi196 conmon[87003]: audit 2023-12-01T22:13:55.929930+0000 mgr.smithi092.dlnhnq (mgr.14180) 641 : audit [DBG] 2023-12-01T22:13:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:57 smithi196 conmon[87003]: from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:57.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:57 smithi092 conmon[81890]: audit 2023-12-01T22:13:55.929930+0000 mgr.smithi092.dlnhnq (mgr.14180) 641 : 2023-12-01T22:13:57.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:57 smithi092 conmon[81890]: audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:13:58.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:13:58 smithi092 conmon[81890]: cluster 2023-12-01T22:13:56.730804+0000 mgr.smithi092.dlnhnq (mgr.14180) 642 : 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 2023-12-01T22:13:58.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:58 smithi196 conmon[87003]: cluster 2023-12-01T22:13:56.730804+0000 mgr.smithi092.dlnhnq (mgr.14180) 642 : cluster 2023-12-01T22:13:58.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:13:58 smithi196 conmon[87003]: [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 2023-12-01T22:13:58.979 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:13:58.979 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:13:59.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:00.352 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:00.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:00 smithi196 conmon[87003]: cluster 2023-12-01T22:13:58.731286+0000 mgr.smithi092.dlnhnq (mgr.14180) 643 : 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 2023-12-01T22:14:00.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:00 smithi196 conmon[87003]: audit 2023-12-01T22:13:58.973847+0000 mgr.smithi092.dlnhnq (mgr.14180) 644 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:00.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:00 smithi092 conmon[81890]: cluster 2023-12-01T22:13:58.731286+0000 mgr.smithi092.dlnhnq (mgr.14180) 643 : 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 2023-12-01T22:14:00.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:00 smithi092 conmon[81890]: audit 2023-12-01T22:13:58.973847+0000 mgr.smithi092.dlnhnq (mgr.14180) 644 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:02.119 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:02.119 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:02.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:02.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:02 smithi196 conmon[87003]: cluster 2023-12-01T22:14:00.732080+0000 mgr.smithi092.dlnhnq (mgr.14180) 645 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:14:02.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:02 smithi092 conmon[81890]: cluster 2023-12-01T22:14:00.732080+0000 mgr.smithi092.dlnhnq (mgr.14180) 645 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:14:03.496 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:03.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:03 smithi196 conmon[87003]: audit 2023-12-01T22:14:02.114280+0000 mgr.smithi092.dlnhnq (mgr.14180) 646 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:03.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:03 smithi092 conmon[81890]: audit 2023-12-01T22:14:02.114280+0000 mgr.smithi092.dlnhnq (mgr.14180) 646 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:04.653 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:04 smithi092 conmon[81890]: cluster 2023-12-01T22:14:02.732701 2023-12-01T22:14:04.653 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:04 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 647 : 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 2023-12-01T22:14:04.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:04 smithi196 conmon[87003]: cluster 2023-12-01T22:14:02.732701+0000 mgr.smithi092.dlnhnq (mgr.14180) 647 : cluster 2023-12-01T22:14:04.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:04 smithi196 conmon[87003]: [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 2023-12-01T22:14:05.092 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:05.093 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:05.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:06.542 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:06.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:06 smithi196 conmon[87003]: cluster 2023-12-01T22:14:04.733188+0000 mgr.smithi092.dlnhnq (mgr.14180) 648 : cluster [DBG] pgmap v429: 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 2023-12-01T22:14:06.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:06 smithi196 conmon[87003]: 2023-12-01T22:14:06.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:06 smithi196 conmon[87003]: audit 2023-12-01T22:14:05.088311+0000 mgr.smithi092.dlnhnq (mgr.14180) 649 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:06.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:06 smithi092 conmon[81890]: cluster 2023-12-01T22:14:04.733188+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:14:06.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:06 smithi092 conmon[81890]: 14180) 648 : cluster [DBG] pgmap v429: 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 2023-12-01T22:14:06.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:06 smithi092 conmon[81890]: audit 2023-12-01T22:14:05.088311+0000 mgr.smithi092.dlnhnq (mgr.14180) 649 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:08.209 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:08.209 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:08.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:08 smithi092 conmon[81890]: cluster 2023-12-01T22:14:06.733971+0000 mgr.smithi092.dlnhnq (mgr.14180) 650 : 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 2023-12-01T22:14:08.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:08.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:08 smithi196 conmon[87003]: cluster 2023-12-01T22:14:06.733971+0000 mgr.smithi092.dlnhnq (mgr.14180) 650 : 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 2023-12-01T22:14:09.582 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:09.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:09 smithi196 conmon[87003]: audit 2023-12-01T22:14:08.204916+0000 mgr.smithi092.dlnhnq (mgr.14180) 651 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:09 smithi092 conmon[81890]: audit 2023-12-01T22:14:08.204916+0000 mgr.smithi092.dlnhnq (mgr.14180) 651 2023-12-01T22:14:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:09 smithi092 conmon[81890]: : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:10.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:10 smithi196 conmon[87003]: cluster 2023-12-01T22:14:08.734561+0000 mgr.smithi092.dlnhnq (mgr.14180) 652 : 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 2023-12-01T22:14:10.745 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:10 smithi092 conmon[81890]: cluster 2023-12-01T22:14:08.734561+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:14:10.745 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:10 smithi092 conmon[81890]: ) 652 : 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 2023-12-01T22:14:11.121 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:11.122 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:11.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:12.418 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:12.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:12 smithi092 conmon[81890]: cluster 2023-12-01T22:14:10.735465+0000 mgr.smithi092.dlnhnq (mgr.14180) 653 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:14:12.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:12 smithi092 conmon[81890]: audit 2023-12-01T22:14:11.114991+0000 mgr.smithi092.dlnhnq (mgr.14180) 654 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:12.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:12 smithi196 conmon[87003]: cluster 2023-12-01T22:14:10.735465+0000 mgr.smithi092.dlnhnq (mgr.14180) 653 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:14:12.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:12 smithi196 conmon[87003]: audit 2023-12-01T22:14:11.114991+0000 mgr.smithi092.dlnhnq (mgr.14180) 654 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:14.067 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:14.067 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:14.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:14.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:14 smithi092 conmon[81890]: cluster 2023-12-01T22:14:12.736000+0000 mgr.smithi092.dlnhnq (mgr.14180) 655 : 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 2023-12-01T22:14:14.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:14 smithi196 conmon[87003]: cluster 2023-12-01T22:14:12.736000+0000 mgr.smithi092.dlnhnq (mgr.14180) 655 : 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 2023-12-01T22:14:15.458 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:15 smithi092 conmon[81890]: audit 2023-12-01T22:14:14.062345+0000 mgr.smithi092.dlnhnq (mgr.14180) 656 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:15 smithi196 conmon[87003]: audit 2023-12-01T22:14:14.062345+0000 mgr.smithi092.dlnhnq (mgr.14180) 656 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:16.724 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:16 smithi092 conmon[81890]: cluster 2023-12-01T22:14:14 2023-12-01T22:14:16.725 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:16 smithi092 conmon[81890]: .736586+0000 mgr.smithi092.dlnhnq (mgr.14180) 657 : cluster [DBG] pgmap v434: 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 2023-12-01T22:14:16.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:16 smithi196 conmon[87003]: cluster 2023-12-01T22:14:14.736586+0000 mgr.smithi092.dlnhnq (mgr.14180) 657 : cluster [DBG] pgmap v434: 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 2023-12-01T22:14:16.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:16 smithi196 conmon[87003]: 2023-12-01T22:14:17.103 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:17.103 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:17.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:18.494 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:18.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:18 smithi092 conmon[81890]: cluster 2023-12-01T22:14:16.737419+0000 mgr.smithi092.dlnhnq (mgr.14180) 658 : 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 2023-12-01T22:14:18.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:18 smithi092 conmon[81890]: audit 2023-12-01T22:14:17.099052+0000 mgr.smithi092.dlnhnq (mgr.14180) 659 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:18 smithi196 conmon[87003]: cluster 2023-12-01T22:14:16.737419+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:14:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:18 smithi196 conmon[87003]: .14180) 658 : 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 2023-12-01T22:14:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:18 smithi196 conmon[87003]: audit 2023-12-01T22:14:17.099052+0000 mgr.smithi092.dlnhnq (mgr.14180) 659 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:20.039 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:20.039 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:20.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:20.724 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:20 smithi196 conmon[87003]: cluster 2023-12-01T22:14:18.737895+0000 mgr.smithi092.dlnhnq (mgr.14180) 660 : 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 2023-12-01T22:14:20.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:20 smithi092 conmon[81890]: cluster 2023-12-01T22:14:18.737895 2023-12-01T22:14:20.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:20 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 660 : 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 2023-12-01T22:14:21.443 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:21.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:21 smithi092 conmon[81890]: audit 2023-12-01T22:14:20.034427+0000 mgr.smithi092.dlnhnq (mgr.14180) 661 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:21 smithi196 conmon[87003]: audit 2023-12-01T22:14:20.034427+0000 mgr.smithi092.dlnhnq (mgr.14180) 661 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:22.723 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:22 smithi092 conmon[81890]: cluster 2023-12-01T22:14:20.738636+0000 mgr.smithi092.dlnhnq (mgr.14180) 662 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:14:22.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:22 smithi196 conmon[87003]: cluster 2023-12-01T22:14:20.738636+0000 mgr.smithi092.dlnhnq (mgr.14180) 662 : cluster [DBG] 2023-12-01T22:14:22.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:22 smithi196 conmon[87003]: pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:14:23.106 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:23.106 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:23.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:24.482 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:24.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:24 smithi092 conmon[81890]: cluster 2023-12-01T22:14:22.739144+0000 mgr.smithi092.dlnhnq (mgr.14180) 663 : 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 2023-12-01T22:14:24.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:24 smithi092 conmon[81890]: audit 2023-12-01T22:14:23.100980+0000 mgr.smithi092.dlnhnq (mgr.14180) 664 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:24.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:24 smithi196 conmon[87003]: cluster 2023-12-01T22:14:22.739144+0000 mgr.smithi092.dlnhnq (mgr.14180) 663 : 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 2023-12-01T22:14:24.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:24 smithi196 conmon[87003]: audit 2023-12-01T22:14:24.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:24 smithi196 conmon[87003]: 2023-12-01T22:14:23.100980+0000 mgr.smithi092.dlnhnq (mgr.14180) 664 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:26.252 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:26.253 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:26.606 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:26 smithi092 conmon[81890]: cluster 2023-12-01T22:14:24.739621+0000 mgr.smithi092.dlnhnq (mgr.14180) 665 : cluster [DBG] pgmap v439: 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 2023-12-01T22:14:26.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:26.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:26 smithi196 conmon[87003]: cluster 2023-12-01T22:14:24.739621+0000 mgr.smithi092.dlnhnq (mgr.14180) 665 : cluster [DBG] pgmap v439: 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 2023-12-01T22:14:27.636 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:27.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:27 smithi092 conmon[81890]: audit 2023-12-01T22:14:26.248231+0000 mgr.smithi092.dlnhnq (mgr.14180) 666 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:27 smithi196 conmon[87003]: audit 2023-12-01T22:14:26.248231+0000 mgr.smithi092.dlnhnq (mgr.14180) 666 : audit 2023-12-01T22:14:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:27 smithi196 conmon[87003]: [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:28.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:28 smithi092 conmon[81890]: cluster 2023-12-01T22:14:26.740611+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:14:28.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:28 smithi092 conmon[81890]: ) 667 : 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 2023-12-01T22:14:28.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:28 smithi196 conmon[87003]: cluster 2023-12-01T22:14:26.740611+0000 mgr.smithi092.dlnhnq (mgr.14180) 667 : cluster 2023-12-01T22:14:28.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:28 smithi196 conmon[87003]: [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 2023-12-01T22:14:29.325 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:29.326 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:29.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:30.692 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:30.721 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:30 smithi092 conmon[81890]: cluster 2023-12-01T22:14:28.741095+0000 mgr.smithi092.dlnhnq (mgr.14180) 668 : 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 2023-12-01T22:14:30.721 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:30 smithi092 conmon[81890]: audit 2023-12-01T22:14:29.321166+0000 mgr.smithi092.dlnhnq (mgr.14180) 669 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:30.725 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:30 smithi196 conmon[87003]: cluster 2023-12-01T22:14:28.741095+0000 mgr.smithi092.dlnhnq (mgr.14180) 668 : cluster 2023-12-01T22:14:30.725 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:30 smithi196 conmon[87003]: [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 2023-12-01T22:14:30.725 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:30 smithi196 conmon[87003]: audit 2023-12-01T22:14:29.321166+0000 mgr.smithi092.dlnhnq (mgr.14180) 669 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:32.257 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:32.257 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:32.631 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:32 smithi092 conmon[81890]: cluster 2023-12-01T22:14:30.742046+0000 mgr.smithi092.dlnhnq (mgr.14180) 670 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:14:32.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:32.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:32 smithi196 conmon[87003]: cluster 2023-12-01T22:14:30.742046+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:14:32.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:32 smithi196 conmon[87003]: ) 670 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:14:33.634 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:33 smithi092 conmon[81890]: audit 2023-12-01T22:14:32.252656+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:14:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:33 smithi092 conmon[81890]: 14180) 671 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:33.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:33 smithi196 conmon[87003]: audit 2023-12-01T22:14:32.252656+0000 mgr.smithi092.dlnhnq (mgr.14180) 671 : audit 2023-12-01T22:14:33.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:33 smithi196 conmon[87003]: [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:34.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:34 smithi092 conmon[81890]: cluster 2023-12-01T22:14:32.742803+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:14:34.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:34 smithi092 conmon[81890]: 14180) 672 : 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 2023-12-01T22:14:34.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:34 smithi196 conmon[87003]: cluster 2023-12-01T22:14:32.742803+0000 2023-12-01T22:14:34.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:34 smithi196 conmon[87003]: mgr.smithi092.dlnhnq (mgr.14180) 672 : 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 2023-12-01T22:14:35.292 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:35.293 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:35.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:36.670 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:36.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:36 smithi092 conmon[81890]: cluster 2023-12-01T22:14:34.743310+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:14:36.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:36 smithi092 conmon[81890]: 673 : cluster [DBG] pgmap v444: 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 2023-12-01T22:14:36.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:36 smithi092 conmon[81890]: audit 2023-12-01T22:14:35.287845+0000 mgr.smithi092.dlnhnq (mgr.14180) 674 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:36.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:36 smithi196 conmon[87003]: cluster 2023-12-01T22:14:34.743310+0000 mgr.smithi092.dlnhnq (mgr.14180) 673 : cluster 2023-12-01T22:14:36.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:36 smithi196 conmon[87003]: [DBG] pgmap v444: 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 2023-12-01T22:14:36.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:36 smithi196 conmon[87003]: audit 2023-12-01T22:14:35.287845+0000 mgr.smithi092.dlnhnq (mgr.14180) 674 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:38.238 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:38.238 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:38.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:38 smithi092 conmon[81890]: cluster 2023-12-01T22:14:36.744018+0000 mgr.smithi092.dlnhnq (mgr.14180) 675 : 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 2023-12-01T22:14:38.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:38.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:38 smithi196 conmon[87003]: cluster 2023-12-01T22:14:36.744018+0000 mgr.smithi092.dlnhnq (mgr.14180) 675 : 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 2023-12-01T22:14:39.612 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:39.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:39 smithi092 conmon[81890]: audit 2023-12-01T22:14:38.232994+0000 mgr.smithi092.dlnhnq (mgr.14180) 676 : audit 2023-12-01T22:14:39.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:39 smithi092 conmon[81890]: [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:39.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:39 smithi196 conmon[87003]: audit 2023-12-01T22:14:38.232994+0000 mgr.smithi092.dlnhnq (mgr.14180) 676 : 2023-12-01T22:14:39.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:39 smithi196 conmon[87003]: audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:40.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:40 smithi092 conmon[81890]: cluster 2023-12-01T22:14:38.744568+0000 mgr.smithi092.dlnhnq (mgr.14180) 677 : 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 2023-12-01T22:14:40.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:40 smithi196 conmon[87003]: cluster 2023-12-01T22:14:38.744568+0000 mgr.smithi092.dlnhnq (mgr.14180) 677 : 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 2023-12-01T22:14:40.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:40 smithi196 conmon[87003]: 2023-12-01T22:14:41.293 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:41.293 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:41.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:42.667 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:42.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:42 smithi092 conmon[81890]: cluster 2023-12-01T22:14:40.745319+0000 mgr.smithi092.dlnhnq (mgr.14180) 678 : cluster 2023-12-01T22:14:42.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:42 smithi092 conmon[81890]: [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:14:42.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:42 smithi092 conmon[81890]: audit 2023-12-01T22:14:41.288584+0000 mgr.smithi092.dlnhnq (mgr.14180) 679 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:42.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:42 smithi196 conmon[87003]: cluster 2023-12-01T22:14:40.745319+0000 mgr.smithi092.dlnhnq (mgr.14180) 678 : cluster 2023-12-01T22:14:42.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:42 smithi196 conmon[87003]: [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:14:42.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:42 smithi196 conmon[87003]: audit 2023-12-01T22:14:41.288584+0000 mgr.smithi092.dlnhnq (mgr.14180) 679 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:44.232 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:44.233 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:44.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:44.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:44 smithi092 conmon[81890]: cluster 2023-12-01T22:14:42.745961+0000 mgr.smithi092.dlnhnq (mgr.14180) 680 : 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 2023-12-01T22:14:44.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:44 smithi196 conmon[87003]: cluster 2023-12-01T22:14:42.745961+0000 mgr.smithi092.dlnhnq (mgr.14180) 680 : cluster [DBG] 2023-12-01T22:14:44.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:44 smithi196 conmon[87003]: 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 2023-12-01T22:14:45.601 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:45.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:45 smithi092 conmon[81890]: audit 2023-12-01T22:14:44.227870+0000 mgr.smithi092.dlnhnq (mgr.14180) 681 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:45.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:45 smithi196 conmon[87003]: audit 2023-12-01T22:14:44.227870+0000 mgr.smithi092.dlnhnq (mgr.14180) 681 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:46.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:46 smithi092 conmon[81890]: cluster 2023-12-01T22:14:44.746501+0000 mgr.smithi092.dlnhnq 2023-12-01T22:14:46.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:46 smithi092 conmon[81890]: (mgr.14180) 682 : cluster [DBG] pgmap v449: 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 2023-12-01T22:14:46.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:46 smithi196 conmon[87003]: cluster 2023-12-01T22:14:44.746501+0000 mgr.smithi092.dlnhnq (mgr.14180) 682 : cluster [DBG] pgmap v449: 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 2023-12-01T22:14:47.247 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:47.247 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:47.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:48.635 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:48.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:48 smithi092 conmon[81890]: cluster 2023-12-01T22:14:46.747319+0000 mgr.smithi092.dlnhnq (mgr.14180) 683 : 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 2023-12-01T22:14:48.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:48 smithi092 conmon[81890]: audit 2023-12-01T22:14:47.242550+0000 mgr.smithi092.dlnhnq (mgr.14180) 684 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:48.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:48 smithi196 conmon[87003]: cluster 2023-12-01T22:14:46.747319+0000 mgr.smithi092.dlnhnq (mgr.14180) 683 : 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 2023-12-01T22:14:48.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:48 smithi196 conmon[87003]: audit 2023-12-01T22:14:47.242550+0000 mgr.smithi092.dlnhnq (mgr.14180) 684 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:50.202 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:50.202 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:50.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:50.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:50 smithi092 conmon[81890]: cluster 2023-12-01T22:14:48.747815+0000 mgr.smithi092.dlnhnq (mgr.14180) 685 : 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 2023-12-01T22:14:50.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:50 smithi196 conmon[87003]: cluster 2023-12-01T22:14:48.747815+0000 mgr.smithi092.dlnhnq (mgr.14180) 685 : 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 2023-12-01T22:14:51.563 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:51.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:51 smithi196 conmon[87003]: audit 2023-12-01T22:14:50.196949+0000 mgr.smithi092.dlnhnq (mgr.14180) 686 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:52.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:51 smithi092 conmon[81890]: audit 2023-12-01T22:14:50.196949+0000 mgr.smithi092.dlnhnq (mgr.14180) 686 2023-12-01T22:14:52.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:51 smithi092 conmon[81890]: : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:52.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:52 smithi092 conmon[81890]: cluster 2023-12-01T22:14:50.748558+0000 mgr.smithi092.dlnhnq (mgr.14180) 687 : 2023-12-01T22:14:52.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:52 smithi092 conmon[81890]: cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:14:52.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:52 smithi196 conmon[87003]: cluster 2023-12-01T22:14:50.748558+0000 mgr.smithi092.dlnhnq (mgr.14180) 687 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:14:53.167 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:53.167 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:07:19.612415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.piynaw on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-piynaw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.piynaw\nDeploy daemon haproxy.nfs.foo.smithi196.piynaw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:05: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=\"2023-12-01T22:06:04Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:06:42Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.313742Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yifijh on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yifijh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yifijh\nDeploy daemon haproxy.nfs.foo.smithi092.yifijh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:07:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:08:34Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:09:11Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:09:49.318635Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.qrgini on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:53.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:54.508 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:54.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:54 smithi196 conmon[87003]: cluster 2023-12-01T22:14:52.749123+0000 mgr.smithi092.dlnhnq (mgr.14180) 688 : 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 2023-12-01T22:14:54.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:54 smithi196 conmon[87003]: audit 2023-12-01T22:14:53.162394+0000 mgr.smithi092.dlnhnq (mgr.14180) 689 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:55.014 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:54 smithi092 conmon[81890]: cluster 2023-12-01T22:14:52.749123+0000 mgr.smithi092.dlnhnq (mgr.14180) 688 : cluster [DBG] 2023-12-01T22:14:55.015 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:54 smithi092 conmon[81890]: 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 2023-12-01T22:14:55.015 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:54 smithi092 conmon[81890]: audit 2023-12-01T22:14:53.162394+0000 mgr.smithi092.dlnhnq (mgr.14180) 689 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:55.733 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:55 smithi092 conmon[81890]: audit 2023-12-01T22:14:55.459579+0000 mon.smithi092 (mon 2023-12-01T22:14:55.734 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:55 smithi092 conmon[81890]: .0) 693 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.yzhtub"}]: dispatch 2023-12-01T22:14:55.734 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:55 smithi092 conmon[81890]: audit 2023-12-01T22:14:55.467761+0000 mon.smithi092 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:14:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:55 smithi196 conmon[87003]: audit 2023-12-01T22:14:55.459579+0000 mon.smithi092 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.yzhtub"}]: dispatch 2023-12-01T22:14:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:55 smithi196 conmon[87003]: audit 2023-12-01T22:14:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:55 smithi196 conmon[87003]: 2023-12-01T22:14:55.467761+0000 mon.smithi092 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:14:56.129 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:56.129 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:52.163897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:52.164051Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:52.164121Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:52.164182Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:52.164241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:52.164478Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:56.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:14:56.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: cluster 2023-12-01T22:14:54.749706+0000 mgr.smithi092.dlnhnq (mgr.14180) 690 : cluster 2023-12-01T22:14:56.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2023-12-01T22:14:56.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: cephadm 2023-12-01T22:14:55.459019+0000 mgr.smithi092.dlnhnq (mgr.14180) 691 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub 2023-12-01T22:14:56.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub 2023-12-01T22:14:56.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi092.yzhtub ... 2023-12-01T22:14:56.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:14:56.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:14:56.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:13:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:13:40Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:14:17Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: 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 2023-12-01T22:14:56.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:14:56.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: Traceback (most recent call last): 2023-12-01T22:14:56.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:14:56.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: yield (conn, connr) 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: code, '\n'.join(err))) 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi092.yzhtub ... 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:13:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:13:40Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:14:17Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: 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 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host 2023-12-01T22:14:56.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: cephadm 2023-12-01T22:14:55.459205+0000 mgr.smithi092.dlnhnq (mgr.14180) 692 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: cephadm 2023-12-01T22:14:55.460198+0000 mgr.smithi092.dlnhnq (mgr.14180) 693 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi092.yzhtub ... 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:13:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:13:40Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:14:17Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: 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 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:14:56.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: cephadm 2023-12-01T22:14:55.462145+0000 mgr.smithi092.dlnhnq (mgr.14180) 694 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-01T22:14:56.775 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: cephadm 2023-12-01T22:14:55.463446+0000 mgr.smithi092.dlnhnq (mgr.14180) 695 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-01T22:14:56.775 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: cluster 2023-12-01T22:14:55.464424+0000 mgr.smithi092.dlnhnq (mgr.14180) 696 : cluster [DBG] pgmap v455: 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, 47 op/s 2023-12-01T22:14:56.775 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: cluster 2023-12-01T22:14:55.529339+0000 mon.smithi092 (mon.0) 695 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-01T22:14:56.775 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: audit 2023-12-01T22:14:55.825840+0000 mon.smithi092 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:14:56.775 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:56 smithi092 conmon[81890]: audit 2023-12-01T22:14:55.887563+0000 mon.smithi092 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:14:56.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: cluster 2023-12-01T22:14:54.749706+0000 mgr.smithi092.dlnhnq (mgr.14180) 690 : cluster [DBG] 2023-12-01T22:14:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2023-12-01T22:14:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: cephadm 2023-12-01T22:14:55.459019+0000 mgr.smithi092.dlnhnq (mgr.14180) 691 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub 2023-12-01T22:14:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub 2023-12-01T22:14:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi092.yzhtub ... 2023-12-01T22:14:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:14:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:14:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:13:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:13:40Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:14:17Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: 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 2023-12-01T22:14:56.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:14:56.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: Traceback (most recent call last): 2023-12-01T22:14:56.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:14:56.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: yield (conn, connr) 2023-12-01T22:14:56.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:14:56.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: code, '\n'.join(err))) 2023-12-01T22:14:56.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub 2023-12-01T22:14:56.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub 2023-12-01T22:14:56.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi092.yzhtub ... 2023-12-01T22:14:56.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:14:56.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:14:56.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:13:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:13:40Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:14:17Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: 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 2023-12-01T22:14:56.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entry 2023-12-01T22:14:56.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: point stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:14:56.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: cephadm 2023-12-01T22:14:55.459205+0000 mgr.smithi092.dlnhnq (mgr.14180) 692 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: cephadm 2023-12-01T22:14:55.460198+0000 mgr.smithi092.dlnhnq (mgr.14180) 693 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub 2023-12-01T22:14:56.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub 2023-12-01T22:14:56.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi092.yzhtub ... 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:13:03Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:13:40Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:14:17Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: 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 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: cephadm 2023-12-01T22:14:55.462145+0000 mgr.smithi092.dlnhnq (mgr.14180) 694 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: cephadm 2023-12-01T22:14:55.463446+0000 mgr.smithi092.dlnhnq (mgr.14180) 695 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: cluster 2023-12-01T22:14:55.464424+0000 mgr.smithi092.dlnhnq (mgr.14180) 696 : cluster [DBG] pgmap v455: 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, 47 op/s 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: cluster 2023-12-01T22:14:55.529339+0000 mon.smithi092 (mon.0) 695 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: audit 2023-12-01T22:14:55.825840+0000 mon.smithi092 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:14:56.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:56 smithi196 conmon[87003]: audit 2023-12-01T22:14:55.887563+0000 mon.smithi092 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:14:57.558 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:14:57.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:57 smithi196 conmon[87003]: audit 2023-12-01T22:14:56.125065+0000 mgr.smithi092.dlnhnq (mgr.14180) 697 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:58.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:57 smithi092 conmon[81890]: audit 2023-12-01T22:14:56.125065+0000 mgr.smithi092.dlnhnq (mgr.14180) 697 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:14:58.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:58 smithi092 conmon[81890]: cluster 2023-12-01T22:14:57.465370+0000 mgr.smithi092.dlnhnq (mgr.14180) 698 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 88 op/s 2023-12-01T22:14:58.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:58 smithi196 conmon[87003]: cluster 2023-12-01T22:14:57.465370+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:14:58.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:58 smithi196 conmon[87003]: 698 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 88 op/s 2023-12-01T22:14:59.583 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:14:59.583 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:09:55.941818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:09:55.941880Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:09:55.941939Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:09:55.941731Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:09:55.941589Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:09:55.942408Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:09:55.941997Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:09:55.942115Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:09:55.942056Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:09:55.942349Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:14:59.964 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:59 smithi092 conmon[81890]: audit 2023-12-01T22:14:58.757424+0000 mon.smithi092 (mon.0) 698 : 2023-12-01T22:14:59.964 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:59 smithi092 conmon[81890]: audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:14:59.964 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:59 smithi092 conmon[81890]: audit 2023-12-01T22:14:59.151215+0000 mon.smithi092 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:14:59.964 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:59 smithi092 conmon[81890]: audit 2023-12-01T22:14:59.151917+0000 mon.smithi092 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:14:59.964 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:59 smithi092 conmon[81890]: audit 2023-12-01T22:14:59.152459+0000 mon.smithi092 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:14:59.965 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:59 smithi092 conmon[81890]: audit 2023-12-01T22:14:59.153007+0000 mon.smithi092 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:14:59.965 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:59 smithi092 conmon[81890]: cephadm 2023-12-01T22:14:59.153426+0000 mgr.smithi092.dlnhnq (mgr.14180) 699 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 3748M 2023-12-01T22:14:59.965 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:59 smithi092 conmon[81890]: audit 2023-12-01T22:14:59.157333+0000 mon.smithi092 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:14:59.965 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:14:59 smithi092 conmon[81890]: cluster 2023-12-01T22:14:59.466232+0000 mgr.smithi092.dlnhnq (mgr.14180) 700 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 103 op/s 2023-12-01T22:15:00.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:00.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: audit 2023-12-01T22:14:58.757424+0000 mon.smithi092 (mon.0) 2023-12-01T22:15:00.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: 698 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:00.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: audit 2023-12-01T22:14:59.151215+0000 mon.smithi092 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:15:00.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: audit 2023-12-01T22:14:59.151917+0000 mon.smithi092 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:15:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: audit 2023-12-01T22:14:59.152459+0000 mon.smithi092 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:15:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: audit 2023-12-01T22:14:59.153007+0000 mon.smithi092 (mon. 2023-12-01T22:15:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: 0) 702 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:15:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: cephadm 2023-12-01T22:14:59.153426+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:15:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: .14180) 699 : cephadm [INF] Adjusting osd_memory_target on smithi196 to 3748M 2023-12-01T22:15:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: audit 2023-12-01T22:14: 2023-12-01T22:15:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: 59.157333+0000 mon.smithi092 (mon.0) 703 : audit 2023-12-01T22:15:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: cluster 2023-12-01T22:14: 2023-12-01T22:15:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: 59.466232+0000 mgr.smithi092.dlnhnq (mgr.14180) 700 : 2023-12-01T22:15:00.175 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:14:59 smithi196 conmon[87003]: cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 103 op/s 2023-12-01T22:15:01.148 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:01.721 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:01 smithi092 conmon[81890]: audit 2023-12-01T22:14:59.578634+0000 mgr.smithi092.dlnhnq (mgr.14180) 701 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:01.721 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:01 smithi092 conmon[81890]: audit 2023-12-01T22:15:00.462581+0000 mon.smithi092 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:01.722 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:01 smithi092 conmon[81890]: audit 2023-12-01T22:15:00.856946+0000 mon.smithi092 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:01 smithi196 conmon[87003]: audit 2023-12-01T22:14:59.578634+0000 mgr.smithi092.dlnhnq (mgr.14180) 701 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:01 smithi196 conmon[87003]: audit 2023-12-01T22:15:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:01 smithi196 conmon[87003]: 2023-12-01T22:15:00.462581+0000 mon.smithi092 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:01 smithi196 conmon[87003]: audit 2023-12-01T22:15:00.856946+0000 mon.smithi092 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:02.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:02 smithi092 conmon[81890]: cluster 2023-12-01T22:15:01.467049+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:15:02.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:02 smithi092 conmon[81890]: mgr.14180) 702 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 103 op/s 2023-12-01T22:15:02.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:02 smithi092 conmon[81890]: audit 2023-12-01T22:15:01.860182+0000 mon.smithi092 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:02.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:02 smithi092 conmon[81890]: audit 2023-12-01T22:15:02.273954+0000 mon.smithi092 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:15:02.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:02 smithi092 conmon[81890]: audit 2023-12-01T22:15:02.274733+0000 mon.smithi092 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:15:02.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:02 smithi092 conmon[81890]: audit 2023-12-01T22:15:02.275370+0000 mon.smithi092 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:15:02.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:02 smithi092 conmon[81890]: audit 2023-12-01T22:15:02.276082+0000 mon.smithi092 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:15:02.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:02 smithi092 conmon[81890]: audit 2023-12-01T22:15:02.280952+0000 mon.smithi092 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:02.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:02 smithi092 conmon[81890]: audit 2023-12-01T22:15:02.282402+0000 mon.smithi092 (mon.0) 712 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:15:02.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:02 smithi092 conmon[81890]: audit 2023-12-01T22:15:02.282988+0000 mon.smithi092 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:15:02.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:02 smithi092 conmon[81890]: audit 2023-12-01T22:15:02.447691+0000 mon.smithi092 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:02.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:02 smithi092 conmon[81890]: audit 2023-12-01T22:15:02.451966+0000 mon.smithi092 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T22:15:02.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:02 smithi092 conmon[81890]: audit 2023-12-01T22:15:02.460345+0000 mon.smithi092 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:02.805 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:02.805 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:02.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: cluster 2023-12-01T22:15:01.467049+0000 mgr.smithi092.dlnhnq (mgr.14180) 702 : cluster 2023-12-01T22:15:02.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 62 KiB/s rd, 0 B/s wr, 103 op/s 2023-12-01T22:15:02.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: audit 2023-12-01T22:15:01.860182+0000 mon.smithi092 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:02.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: audit 2023-12-01T22:15:02.273954+0000 mon.smithi092 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: audit 2023-12-01T22:15:02.274733+0000 mon.smithi092 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: audit 2023-12-01T22:15:02.275370+0000 mon.smithi092 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: audit 2023-12-01T22: 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: 15:02.276082+0000 mon.smithi092 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: audit 2023-12-01T22:15:02.280952+0000 mon.smithi092 ( 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: audit 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: 2023-12-01T22: 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: 15:02.282402+0000 mon.smithi092 (mon.0) 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: 712 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: 01T22:15:02.282988+0000 mon.smithi092 (mon.0 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: ) 713 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:15:02.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: audit 2023-12- 2023-12-01T22:15:02.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: 01T22:15:02.447691+0000 mon.smithi092 (mon.0 2023-12-01T22:15:02.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: ) 714 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:02.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: audit 2023-12 2023-12-01T22:15:02.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: -01T22:15:02.451966+0000 mon.smithi092 (mon.0) 715 : audit 2023-12-01T22:15:02.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T22:15:02.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: audit 2023-12-01T22:15:02.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: 2023-12-01T22:15:02.460345 2023-12-01T22:15:02.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: +0000 mon.smithi092 (mon.0) 716 : audit 2023-12-01T22:15:02.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:02 smithi196 conmon[87003]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:03.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:03.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:03 smithi092 conmon[81890]: cephadm 2023-12-01T22:15:02.276579 2023-12-01T22:15:03.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:03 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 703 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 2724M 2023-12-01T22:15:03.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:03 smithi092 conmon[81890]: cephadm 2023-12-01T22:15:02.286593+0000 mgr.smithi092.dlnhnq (mgr.14180) 704 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-01T22:15:03.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:03 smithi092 conmon[81890]: cluster 2023-12-01T22:15:02.448475+0000 mgr.smithi092.dlnhnq (mgr.14180) 705 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 116 op/s 2023-12-01T22:15:03.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:03 smithi092 conmon[81890]: cluster 2023-12-01T22:15:03.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:03 smithi092 conmon[81890]: 2023-12-01T22:15:02.462536+0000 mon.smithi092 (mon.0) 717 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-01T22:15:03.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:03 smithi092 conmon[81890]: cluster 2023-12-01T22:15:02.462561+0000 mon.smithi092 2023-12-01T22:15:03.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:03 smithi092 conmon[81890]: (mon.0) 718 : cluster [INF] Cluster is now healthy 2023-12-01T22:15:03.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:03 smithi092 conmon[81890]: cephadm 2023-12-01T22:15:03.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:03 smithi092 conmon[81890]: 2023-12-01T22:15:02.462805+0000 2023-12-01T22:15:03.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:03 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 706 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.monevu on smithi196 2023-12-01T22:15:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: cephadm 2023-12-01T22:15:02.276579+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:15:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: ) 703 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 2724M 2023-12-01T22:15:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: cephadm 2023-12-01T22:15:02.286593+0000 mgr.smithi092.dlnhnq (mgr.14180) 704 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-01T22:15:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: cluster 2023-12-01T22:15: 2023-12-01T22:15:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: 02.448475+0000 mgr.smithi092.dlnhnq (mgr.14180) 705 : cluster 2023-12-01T22:15:03.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 116 op/s 2023-12-01T22:15:03.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: cluster 2023-12-01T 2023-12-01T22:15:03.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: 22:15:02.462536+0000 mon.smithi092 (mon.0 2023-12-01T22:15:03.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: ) 717 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-01T22:15:03.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: cluster 2023-12-01T22:15:03.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: 2023-12-01T22:15:02.462561+0000 2023-12-01T22:15:03.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: mon.smithi092 (mon.0) 718 : cluster [INF] 2023-12-01T22:15:03.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: Cluster is now healthy 2023-12-01T22:15:03.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: cephadm 2023-12- 2023-12-01T22:15:03.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: 01T22:15:02.462805+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:15:03.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:03 smithi196 conmon[87003]: .14180) 706 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.monevu on smithi196 2023-12-01T22:15:04.182 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:04.728 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:04 smithi092 conmon[81890]: audit 2023-12-01T22:15:02.800239+0000 mgr.smithi092.dlnhnq (mgr.14180) 707 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:04.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:04 smithi196 conmon[87003]: audit 2023-12-01T22:15:02.800239+0000 mgr.smithi092.dlnhnq (mgr.14180) 707 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:05.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:05 smithi092 conmon[81890]: cluster 2023-12-01T22:15:04.448970+0000 2023-12-01T22:15:05.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:05 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 708 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 112 op/s 2023-12-01T22:15:05.795 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:05.795 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:05.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:05 smithi196 conmon[87003]: cluster 2023-12-01T22:15:04.448970+0000 mgr.smithi092.dlnhnq (mgr.14180) 708 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 112 op/s 2023-12-01T22:15:06.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:07.129 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:07.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:07 smithi092 conmon[81890]: audit 2023-12-01T22:15:05.790969+0000 mgr.smithi092.dlnhnq 2023-12-01T22:15:07.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:07 smithi092 conmon[81890]: (mgr.14180) 709 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:07.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:07 smithi092 conmon[81890]: cluster 2023-12-01T22:15:06.449784+0000 mgr.smithi092.dlnhnq (mgr.14180) 710 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 63 op/s 2023-12-01T22:15:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:07 smithi196 conmon[87003]: audit 2023-12-01T22:15:05.790969+0000 mgr.smithi092.dlnhnq (mgr.14180) 709 : audit [DBG] 2023-12-01T22:15:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:07 smithi196 conmon[87003]: from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:07.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:07 smithi196 conmon[87003]: cluster 2023-12-01T22:15:06.449784+0000 mgr.smithi092.dlnhnq (mgr.14180) 710 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 63 op/s 2023-12-01T22:15:08.699 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:08.699 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:09.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:09 smithi196 conmon[87003]: cluster 2023-12-01T22:15:08.450385+0000 mgr.smithi092.dlnhnq (mgr.14180) 711 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 23 op/s 2023-12-01T22:15:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:09 smithi196 conmon[87003]: 2023-12-01T22:15:09.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:09 smithi092 conmon[81890]: cluster 2023-12-01T22:15:08.450385+0000 mgr.smithi092.dlnhnq (mgr.14180) 711 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 23 op/s 2023-12-01T22:15:10.065 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:10.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:10 smithi196 conmon[87003]: audit 2023-12-01T22:15:08.694000+0000 mgr.smithi092.dlnhnq (mgr.14180) 712 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:10.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:10 smithi092 conmon[81890]: audit 2023-12-01T22:15:08.694000+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:15:10.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:10 smithi092 conmon[81890]: .14180) 712 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:11.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:11 smithi092 conmon[81890]: cluster 2023-12-01T22:15:10.451178+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:15:11.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:11 smithi092 conmon[81890]: .14180) 713 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 0 B/s wr, 9 op/s 2023-12-01T22:15:11.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:11 smithi196 conmon[87003]: cluster 2023-12-01T22:15:10.451178+0000 mgr.smithi092.dlnhnq (mgr.14180) 713 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 0 B/s wr, 9 op/s 2023-12-01T22:15:11.664 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:11.664 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:12.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:13.005 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:13.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:13 smithi092 conmon[81890]: audit 2023-12-01T22:15:11.659834+0000 mgr.smithi092.dlnhnq (mgr.14180) 714 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:13.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:13 smithi092 conmon[81890]: cluster 2023-12-01T22:15:12.451773+0000 mgr.smithi092.dlnhnq (mgr.14180) 715 : cluster [DBG] pgmap v464: 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 2023-12-01T22:15:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:13 smithi196 conmon[87003]: audit 2023-12-01T22:15:11.659834+0000 mgr.smithi092.dlnhnq (mgr.14180) 714 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:13 smithi196 conmon[87003]: cluster 2023-12-01T22:15:12.451773+0000 2023-12-01T22:15:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:13 smithi196 conmon[87003]: mgr.smithi092.dlnhnq (mgr.14180) 715 : cluster [DBG] pgmap v464: 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 2023-12-01T22:15:14.590 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:14.590 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:14.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:15 smithi092 conmon[81890]: cluster 2023-12-01T22:15:14.452285+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:15:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:15 smithi092 conmon[81890]: ) 716 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-01T22:15:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:15 smithi196 conmon[87003]: cluster 2023-12-01T22:15:14.452285+0000 mgr.smithi092.dlnhnq (mgr.14180) 716 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.6 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-01T22:15:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:15 smithi196 conmon[87003]: 2023-12-01T22:15:15.942 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:16.759 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:16 smithi092 conmon[81890]: audit 2023-12-01T22:15:14.585449+0000 mgr.smithi092.dlnhnq 2023-12-01T22:15:16.760 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:16 smithi092 conmon[81890]: (mgr.14180) 717 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:16.760 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:16 smithi092 conmon[81890]: audit 2023-12-01T22:15:15.857587+0000 mon.smithi092 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:16.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:16 smithi196 conmon[87003]: audit 2023-12-01T22:15:14.585449+0000 mgr.smithi092.dlnhnq (mgr.14180) 717 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:16.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:16 smithi196 conmon[87003]: audit 2023-12-01T22:15:15.857587+0000 mon.smithi092 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:15:17.475 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:17.475 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:17.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:17 smithi092 conmon[81890]: cluster 2023-12-01T22:15:16.453208+0000 mgr.smithi092.dlnhnq (mgr.14180) 718 : cluster [DBG] pgmap v466: 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, 4 op/s 2023-12-01T22:15:17.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:17.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:17 smithi196 conmon[87003]: cluster 2023-12-01T22:15:16.453208+0000 mgr.smithi092.dlnhnq (mgr.14180) 718 : cluster [DBG] pgmap v466: 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, 4 op/s 2023-12-01T22:15:18.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:18 smithi092 conmon[81890]: audit 2023-12-01T22:15:17.471142+0000 mgr.smithi092.dlnhnq (mgr.14180) 719 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:18.869 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:18 smithi196 conmon[87003]: audit 2023-12-01T22:15:17.471142+0000 mgr.smithi092.dlnhnq (mgr.14180) 719 : audit [DBG] 2023-12-01T22:15:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:18 smithi196 conmon[87003]: from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:19.692 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:19 smithi092 conmon[81890]: cluster 2023-12-01T22:15:18 2023-12-01T22:15:19.692 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:19 smithi092 conmon[81890]: .453838+0000 mgr.smithi092.dlnhnq (mgr.14180) 720 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:19.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:19 smithi196 conmon[87003]: cluster 2023-12-01T22:15:18.453838+0000 mgr.smithi092.dlnhnq (mgr.14180) 720 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:20.442 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:20.442 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:20.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:21.813 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:21.842 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:21 smithi092 conmon[81890]: audit 2023-12-01T22:15:20.438229+0000 mgr.smithi092.dlnhnq (mgr.14180) 721 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:21.842 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:21 smithi092 conmon[81890]: cluster 2023-12-01T22:15:20.454534+0000 mgr.smithi092.dlnhnq (mgr.14180) 722 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:21 smithi196 conmon[87003]: audit 2023-12-01T22:15:20.438229+0000 mgr.smithi092.dlnhnq (mgr.14180) 721 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:21.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:21 smithi196 conmon[87003]: cluster 2023-12-01T22:15:21.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:21 smithi196 conmon[87003]: 2023-12-01T22:15:20.454534+0000 mgr.smithi092.dlnhnq (mgr.14180) 722 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:23.376 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:23.377 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:23.718 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:23 smithi092 conmon[81890]: cluster 2023-12-01T22:15:22.455108+0000 mgr.smithi092.dlnhnq (mgr.14180) 723 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:23.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:23.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:23 smithi196 conmon[87003]: cluster 2023-12-01T22:15:22.455108+0000 mgr.smithi092.dlnhnq (mgr.14180) 723 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:24.745 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:24.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:24 smithi196 conmon[87003]: audit 2023-12-01T22:15:23.371814+0000 mgr.smithi092.dlnhnq (mgr.14180) 724 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:25.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:24 smithi092 conmon[81890]: audit 2023-12-01T22:15:23.371814+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:15:25.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:24 smithi092 conmon[81890]: 724 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:25.805 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:25 smithi092 conmon[81890]: cluster 2023-12-01T22:15:24.455646+0000 2023-12-01T22:15:25.805 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:25 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 725 : cluster [DBG] pgmap v470: 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 2023-12-01T22:15:25.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:25 smithi196 conmon[87003]: cluster 2023-12-01T22:15:24.455646+0000 mgr.smithi092.dlnhnq (mgr.14180) 725 : cluster [DBG] pgmap v470: 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 2023-12-01T22:15:26.420 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:26.421 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:26.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:27.789 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:27.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:27 smithi092 conmon[81890]: audit 2023-12-01T22:15:26.415799+0000 mgr.smithi092.dlnhnq (mgr.14180) 726 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:27.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:27 smithi092 conmon[81890]: cluster 2023-12-01T22:15:26.456411+0000 mgr.smithi092.dlnhnq (mgr.14180) 727 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:27 smithi196 conmon[87003]: audit 2023-12-01T22:15:26.415799+0000 mgr.smithi092.dlnhnq (mgr.14180) 726 : audit 2023-12-01T22:15:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:27 smithi196 conmon[87003]: [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:27 smithi196 conmon[87003]: cluster 2023-12-01T22:15:26.456411+0000 mgr.smithi092.dlnhnq (mgr.14180) 727 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:29.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:29 smithi092 conmon[81890]: cluster 2023-12-01T22:15:28.456884+0000 2023-12-01T22:15:29.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:29 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 728 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:29.381 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:29.381 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:29.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:29 smithi196 conmon[87003]: cluster 2023-12-01T22:15:28.456884+0000 mgr.smithi092.dlnhnq (mgr.14180) 728 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:29.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:30.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:30 smithi196 conmon[87003]: audit 2023-12-01T22:15:29.376848+0000 mgr.smithi092.dlnhnq (mgr.14180) 729 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:30.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:30 smithi092 conmon[81890]: audit 2023-12-01T22:15:29.376848+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:15:30.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:30 smithi092 conmon[81890]: 729 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:30.736 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:31.311 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:31 smithi092 conmon[81890]: cluster 2023-12-01T22:15:30.457715+0000 mgr.smithi092.dlnhnq (mgr.14180) 730 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:31.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:31 smithi196 conmon[87003]: cluster 2023-12-01T22:15:30.457715+0000 mgr.smithi092.dlnhnq (mgr.14180) 730 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:32.422 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:32.423 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:32.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:33 smithi092 conmon[81890]: audit 2023-12-01T22:15:32.417950+0000 mgr.smithi092.dlnhnq (mgr.14180) 731 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:33 smithi092 conmon[81890]: cluster 2023-12-01T22:15:32.458526+0000 mgr.smithi092.dlnhnq (mgr.14180) 732 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:33.787 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:33.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:33 smithi196 conmon[87003]: audit 2023-12-01T22:15:32.417950+0000 mgr.smithi092.dlnhnq (mgr.14180) 731 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:33.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:33 smithi196 conmon[87003]: cluster 2023-12-01T22:15:32.458526+0000 mgr.smithi092.dlnhnq (mgr.14180) 732 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:35.440 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:35.441 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:35.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:35 smithi092 conmon[81890]: cluster 2023-12-01T22:15:34.458998+0000 mgr.smithi092.dlnhnq (mgr.14180) 733 : cluster [DBG] pgmap v475: 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 2023-12-01T22:15:35.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:35.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:35 smithi196 conmon[87003]: cluster 2023-12-01T22:15:34.458998+0000 mgr.smithi092.dlnhnq (mgr.14180) 733 : cluster [DBG] pgmap v475: 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 2023-12-01T22:15:36.833 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:36.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:36 smithi092 conmon[81890]: audit 2023-12-01T22:15:35.436346+0000 mgr.smithi092.dlnhnq 2023-12-01T22:15:36.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:36 smithi092 conmon[81890]: (mgr.14180) 734 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:36.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:36 smithi196 conmon[87003]: audit 2023-12-01T22:15:35.436346+0000 mgr.smithi092.dlnhnq (mgr.14180) 734 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:37.622 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:37 smithi092 conmon[81890]: cluster 2023-12-01T22:15:36.459998+0000 mgr.smithi092.dlnhnq (mgr.14180) 735 2023-12-01T22:15:37.622 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:37 smithi092 conmon[81890]: : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:37.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:37 smithi196 conmon[87003]: cluster 2023-12-01T22:15:36.459998+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:15:37.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:37 smithi196 conmon[87003]: ) 735 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:38.383 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:38.383 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:38.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:39.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:39 smithi196 conmon[87003]: audit 2023-12-01T22:15:38.378720+0000 mgr.smithi092.dlnhnq (mgr.14180) 736 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:39.433 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:39 smithi196 conmon[87003]: cluster 2023-12-01T22:15:39.433 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:39 smithi196 conmon[87003]: 2023-12-01T22:15:38.460457+0000 mgr.smithi092.dlnhnq (mgr.14180) 737 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:39 smithi092 conmon[81890]: audit 2023-12-01T22:15:38.378720+0000 mgr.smithi092.dlnhnq (mgr.14180) 736 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:39 smithi092 conmon[81890]: cluster 2023-12-01T22:15:38.460457+0000 mgr.smithi092.dlnhnq (mgr.14180) 737 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:39.765 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:41.329 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:41.329 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:41.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:41 smithi092 conmon[81890]: cluster 2023-12-01T22:15:40.461116+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:15:41.688 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:41 smithi092 conmon[81890]: ) 738 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:41.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:41.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:41 smithi196 conmon[87003]: cluster 2023-12-01T22:15:40.461116+0000 mgr.smithi092.dlnhnq (mgr.14180) 738 : cluster [DBG] 2023-12-01T22:15:41.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:41 smithi196 conmon[87003]: pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:42.697 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:42.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:42 smithi196 conmon[87003]: audit 2023-12-01T22:15:41.324356+0000 mgr.smithi092.dlnhnq (mgr.14180) 739 : audit [DBG] 2023-12-01T22:15:42.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:42 smithi196 conmon[87003]: from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:43.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:42 smithi092 conmon[81890]: audit 2023-12-01T22:15:41.324356+0000 mgr.smithi092.dlnhnq (mgr.14180) 739 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:43.904 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:43 smithi092 conmon[81890]: cluster 2023-12-01T22:15:42.461752+0000 mgr.smithi092.dlnhnq (mgr.14180) 740 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:43.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:43 smithi196 conmon[87003]: cluster 2023-12-01T22:15:42.461752+0000 mgr.smithi092.dlnhnq (mgr.14180) 740 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:44.270 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:44.271 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:44.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:45.628 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:45.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:45 smithi196 conmon[87003]: audit 2023-12-01T22:15:44.266287+0000 mgr.smithi092.dlnhnq (mgr.14180) 741 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:45.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:45 smithi196 conmon[87003]: cluster 2023-12-01T22:15:44.462409+0000 mgr.smithi092.dlnhnq (mgr.14180) 742 : cluster [DBG] pgmap v480: 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 2023-12-01T22:15:46.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:45 smithi092 conmon[81890]: audit 2023-12-01T22:15:44.266287+0000 mgr.smithi092.dlnhnq (mgr.14180) 741 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:46.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:45 smithi092 conmon[81890]: cluster 2023-12-01T22:15:44.462409+0000 mgr.smithi092.dlnhnq (mgr.14180) 742 : cluster [DBG] pgmap v480: 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 2023-12-01T22:15:47.235 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:47.235 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:47.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:47.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:47 smithi196 conmon[87003]: cluster 2023-12-01T22:15:46.463332+0000 mgr.smithi092.dlnhnq (mgr.14180) 743 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:48.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:47 smithi092 conmon[81890]: cluster 2023-12-01T22:15:46.463332+0000 mgr.smithi092.dlnhnq (mgr.14180) 743 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:48.560 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:48.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:48 smithi196 conmon[87003]: audit 2023-12-01T22:15:47.230198+0000 mgr.smithi092.dlnhnq (mgr.14180) 744 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:48.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:48 smithi196 conmon[87003]: 2023-12-01T22:15:49.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:48 smithi092 conmon[81890]: audit 2023-12-01T22:15:47.230198+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:15:49.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:48 smithi092 conmon[81890]: 14180) 744 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:49.753 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:49 smithi092 conmon[81890]: cluster 2023-12-01T22:15:48.463900+0000 mgr.smithi092.dlnhnq (mgr.14180) 745 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:49.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:49 smithi196 conmon[87003]: cluster 2023-12-01T22:15:48.463900+0000 mgr.smithi092.dlnhnq (mgr.14180) 745 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:50.139 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:50.140 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:50.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:51.495 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:51.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:51 smithi196 conmon[87003]: audit 2023-12-01T22:15:50.135184+0000 mgr.smithi092.dlnhnq (mgr.14180) 746 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:51.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:51 smithi196 conmon[87003]: cluster 2023-12-01T22:15:50.464888+0000 mgr.smithi092.dlnhnq (mgr.14180) 747 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:52.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:51 smithi092 conmon[81890]: audit 2023-12-01T22:15:50.135184+0000 mgr.smithi092.dlnhnq (mgr.14180) 746 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:52.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:51 smithi092 conmon[81890]: cluster 2023-12-01T22:15:50.464888+0000 mgr.smithi092.dlnhnq (mgr.14180) 747 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:53.093 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:53.093 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:53.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:53.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:53 smithi092 conmon[81890]: cluster 2023-12-01T22:15:52.465461+0000 mgr.smithi092.dlnhnq (mgr.14180) 748 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:53.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:53 smithi196 conmon[87003]: cluster 2023-12-01T22:15:52.465461+0000 mgr.smithi092.dlnhnq (mgr.14180) 748 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:54.456 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:54.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:54 smithi092 conmon[81890]: audit 2023-12-01T22:15:53.088752+0000 mgr.smithi092.dlnhnq (mgr.14180) 749 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:54.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:54 smithi196 conmon[87003]: audit 2023-12-01T22:15:53.088752+0000 mgr.smithi092.dlnhnq (mgr.14180) 749 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:55 smithi196 conmon[87003]: cluster 2023-12-01T22:15:54.465983+0000 mgr.smithi092.dlnhnq (mgr.14180) 750 : cluster [DBG] pgmap v485: 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 2023-12-01T22:15:56.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:55 smithi092 conmon[81890]: cluster 2023-12-01T22:15:54.465983+0000 mgr.smithi092.dlnhnq (mgr.14180) 750 : cluster [DBG] pgmap v485: 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 2023-12-01T22:15:56.077 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:56.077 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:56.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:57.404 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:15:57.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:57 smithi092 conmon[81890]: audit 2023-12-01T22:15:56.072893+0000 mgr.smithi092.dlnhnq (mgr.14180) 751 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:57.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:57 smithi092 conmon[81890]: cluster 2023-12-01T22:15:56.466803+0000 mgr.smithi092.dlnhnq (mgr.14180) 752 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:57.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:57 smithi196 conmon[87003]: audit 2023-12-01T22:15:56.072893+0000 mgr.smithi092.dlnhnq (mgr.14180) 751 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:15:57.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:57 smithi196 conmon[87003]: cluster 2023-12-01T22:15:57.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:57 smithi196 conmon[87003]: 2023-12-01T22:15:56.466803+0000 mgr.smithi092.dlnhnq (mgr.14180) 752 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:15:58.999 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:15:58.999 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:15:59.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:59 smithi092 conmon[81890]: cluster 2023-12-01T22:15:58.467294+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:15:59.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:15:59 smithi092 conmon[81890]: 753 : 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 2023-12-01T22:15:59.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:15:59.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:15:59 smithi196 conmon[87003]: cluster 2023-12-01T22:15:58.467294+0000 mgr.smithi092.dlnhnq (mgr.14180) 753 : 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 2023-12-01T22:16:00.340 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:00.367 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:00 smithi092 conmon[81890]: audit 2023-12-01T22:15:58.993851+0000 mgr.smithi092.dlnhnq (mgr.14180) 754 : audit [DBG] 2023-12-01T22:16:00.367 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:00 smithi092 conmon[81890]: from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:00.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:00 smithi196 conmon[87003]: audit 2023-12-01T22:15:58.993851+0000 mgr.smithi092.dlnhnq (mgr.14180) 754 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:01.225 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:01 smithi092 conmon[81890]: cluster 2023-12-01T22:16:00.468045+0000 mgr.smithi092.dlnhnq (mgr.14180) 755 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:16:01.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:01 smithi196 conmon[87003]: cluster 2023-12-01T22:16:00.468045+0000 mgr.smithi092.dlnhnq (mgr.14180) 755 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:16:01.959 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:01.959 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:02.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:03.367 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:03.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:03 smithi092 conmon[81890]: audit 2023-12-01T22:16:01.954248+0000 mgr.smithi092.dlnhnq (mgr.14180) 756 : audit 2023-12-01T22:16:03.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:03 smithi092 conmon[81890]: [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:03.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:03 smithi092 conmon[81890]: cluster 2023-12-01T22:16:02.468755+0000 mgr.smithi092.dlnhnq (mgr.14180) 757 : 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 2023-12-01T22:16:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:03 smithi196 conmon[87003]: audit 2023-12-01T22:16:01.954248+0000 mgr.smithi092.dlnhnq (mgr.14180) 756 2023-12-01T22:16:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:03 smithi196 conmon[87003]: : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:03 smithi196 conmon[87003]: cluster 2023-12-01T22:16:02.468755+0000 mgr.smithi092.dlnhnq (mgr.14180) 757 : 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 2023-12-01T22:16:05.036 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:05.037 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:05.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:05.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:05 smithi092 conmon[81890]: cluster 2023-12-01T22:16:04.469242+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:16:05.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:05 smithi092 conmon[81890]: mgr.14180) 758 : cluster [DBG] pgmap v490: 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 2023-12-01T22:16:05.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:05 smithi196 conmon[87003]: cluster 2023-12-01T22:16:04.469242+0000 mgr.smithi092.dlnhnq (mgr.14180) 758 : cluster 2023-12-01T22:16:05.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:05 smithi196 conmon[87003]: [DBG] pgmap v490: 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 2023-12-01T22:16:06.492 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:06.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:06 smithi196 conmon[87003]: audit 2023-12-01T22:16:05.032253+0000 mgr.smithi092.dlnhnq (mgr.14180) 759 : audit [DBG] 2023-12-01T22:16:06.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:06 smithi196 conmon[87003]: from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:07.006 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:06 smithi092 conmon[81890]: audit 2023-12-01T22:16:05.032253+0000 mgr.smithi092.dlnhnq (mgr.14180) 759 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:07.708 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:07 smithi092 conmon[81890]: cluster 2023-12-01T22:16:06.470034+0000 mgr.smithi092.dlnhnq (mgr.14180) 760 : 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 2023-12-01T22:16:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:07 smithi196 conmon[87003]: cluster 2023-12-01T22:16:06.470034+0000 mgr.smithi092.dlnhnq (mgr.14180) 760 : 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 2023-12-01T22:16:08.101 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:08.101 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:08.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:09 smithi196 conmon[87003]: audit 2023-12-01T22:16:08.096999+0000 mgr.smithi092.dlnhnq (mgr.14180) 761 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:09 smithi196 conmon[87003]: cluster 2023-12-01T22:16:08 2023-12-01T22:16:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:09 smithi196 conmon[87003]: .470530+0000 mgr.smithi092.dlnhnq (mgr.14180) 762 : 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 2023-12-01T22:16:09.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:09 smithi092 conmon[81890]: audit 2023-12-01T22:16:08.096999+0000 2023-12-01T22:16:09.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:09 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 761 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:09.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:09 smithi092 conmon[81890]: cluster 2023-12-01T22:16:08.470530+0000 mgr.smithi092.dlnhnq (mgr.14180) 762 : 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 2023-12-01T22:16:09.533 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:11.206 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:11.206 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:11.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:11.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:11 smithi092 conmon[81890]: cluster 2023-12-01T22:16:10.471263+0000 mgr.smithi092.dlnhnq (mgr.14180) 763 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:16:11.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:11 smithi196 conmon[87003]: cluster 2023-12-01T22:16:10.471263+0000 mgr.smithi092.dlnhnq (mgr.14180) 763 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:16:12.582 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:12.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:12 smithi196 conmon[87003]: audit 2023-12-01T22:16:11.201993+0000 mgr.smithi092.dlnhnq (mgr.14180) 764 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:13.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:12 smithi092 conmon[81890]: audit 2023-12-01T22:16:11.201993+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:16:13.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:12 smithi092 conmon[81890]: ) 764 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:13.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:13 smithi092 conmon[81890]: cluster 2023-12-01T22:16:12.471901+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:16:13.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:13 smithi092 conmon[81890]: mgr.14180) 765 : 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 2023-12-01T22:16:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:13 smithi196 conmon[87003]: cluster 2023-12-01T22:16:12.471901+0000 mgr.smithi092.dlnhnq (mgr.14180) 765 : 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 2023-12-01T22:16:14.259 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:14.259 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:14.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:15.614 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:15 smithi196 conmon[87003]: audit 2023-12-01T22:16:14.254912+0000 mgr.smithi092.dlnhnq (mgr.14180) 766 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:15 smithi196 conmon[87003]: cluster 2023-12-01T22:16:14.472572+0000 mgr.smithi092.dlnhnq (mgr.14180) 767 : cluster [DBG] pgmap v495: 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 2023-12-01T22:16:16.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:15 smithi092 conmon[81890]: audit 2023-12-01T22:16:14.254912+0000 mgr.smithi092.dlnhnq (mgr.14180) 766 : audit 2023-12-01T22:16:16.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:15 smithi092 conmon[81890]: [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:16.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:15 smithi092 conmon[81890]: cluster 2023-12-01T22:16:14.472572+0000 mgr.smithi092.dlnhnq (mgr.14180) 767 : cluster [DBG] pgmap v495: 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 2023-12-01T22:16:17.284 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:17.284 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:17.589 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:17 smithi092 conmon[81890]: cluster 2023-12-01T22:16:16.473491+0000 mgr.smithi092.dlnhnq (mgr.14180) 768 : 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 2023-12-01T22:16:17.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:17.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:17 smithi196 conmon[87003]: cluster 2023-12-01T22:16:16.473491+0000 mgr.smithi092.dlnhnq (mgr.14180) 768 : 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 2023-12-01T22:16:18.650 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:18 smithi196 conmon[87003]: audit 2023-12-01T22:16:17.279674+0000 mgr.smithi092.dlnhnq (mgr.14180) 769 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:19.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:18 smithi092 conmon[81890]: audit 2023-12-01T22:16:17.279674+0000 mgr.smithi092.dlnhnq (mgr.14180) 769 2023-12-01T22:16:19.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:18 smithi092 conmon[81890]: : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:19.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:19 smithi092 conmon[81890]: cluster 2023-12-01T22:16:18.474059+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:16:19.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:19 smithi092 conmon[81890]: .14180) 770 : 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 2023-12-01T22:16:19.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:19 smithi196 conmon[87003]: cluster 2023-12-01T22:16:18.474059+0000 mgr.smithi092.dlnhnq (mgr.14180) 770 : cluster [DBG] 2023-12-01T22:16:19.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:19 smithi196 conmon[87003]: 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 2023-12-01T22:16:20.201 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:20.201 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:20.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:21.592 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:21 smithi196 conmon[87003]: audit 2023-12-01T22:16:20.196792+0000 mgr.smithi092.dlnhnq (mgr.14180) 771 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:21 smithi196 conmon[87003]: cluster 2023-12-01T22:16:20. 2023-12-01T22:16:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:21 smithi196 conmon[87003]: 474800+0000 mgr.smithi092.dlnhnq (mgr.14180) 772 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:16:22.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:21 smithi092 conmon[81890]: audit 2023-12-01T22:16:20.196792+0000 mgr.smithi092.dlnhnq (mgr.14180) 771 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:22.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:21 smithi092 conmon[81890]: cluster 2023-12-01T22:16:20.474800+0000 mgr.smithi092.dlnhnq (mgr.14180) 772 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:16:23.127 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:23.127 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:23.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:23.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:23 smithi092 conmon[81890]: cluster 2023-12-01T22:16:22.475527+0000 mgr.smithi092.dlnhnq (mgr.14180) 773 : 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 2023-12-01T22:16:23.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:23 smithi196 conmon[87003]: cluster 2023-12-01T22:16:22.475527+0000 mgr.smithi092.dlnhnq (mgr.14180) 773 : 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 2023-12-01T22:16:24.524 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:24.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:24 smithi196 conmon[87003]: audit 2023-12-01T22:16:23.122754+0000 mgr.smithi092.dlnhnq (mgr.14180) 774 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:25.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:24 smithi092 conmon[81890]: audit 2023-12-01T22:16:23.122754+0000 2023-12-01T22:16:25.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:24 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 774 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:25.738 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:25 smithi092 conmon[81890]: cluster 2023-12-01T22:16:24.476146+0000 mgr.smithi092.dlnhnq (mgr.14180) 775 : cluster [DBG] pgmap v500: 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 2023-12-01T22:16:25.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:25 smithi196 conmon[87003]: cluster 2023-12-01T22:16:24.476146+0000 mgr.smithi092.dlnhnq (mgr.14180) 775 : cluster [DBG] pgmap v500: 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 2023-12-01T22:16:26.093 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:26.093 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:26.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:27.465 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:27.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:27 smithi092 conmon[81890]: audit 2023-12-01T22:16:26.088078+0000 mgr.smithi092.dlnhnq (mgr.14180) 776 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:27.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:27 smithi092 conmon[81890]: cluster 2023-12-01T22:16:26.476886+0000 mgr.smithi092.dlnhnq (mgr.14180) 777 : 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 2023-12-01T22:16:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:27 smithi196 conmon[87003]: audit 2023-12-01T22:16:26.088078+0000 mgr.smithi092.dlnhnq (mgr.14180) 776 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:27 smithi196 conmon[87003]: cluster 2023-12-01T22:16:26.476886+0000 mgr.smithi092.dlnhnq (mgr.14180) 777 : 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 2023-12-01T22:16:29.040 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:29.040 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:29.389 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:29 smithi092 conmon[81890]: cluster 2023-12-01T22:16:28.477363+0000 mgr.smithi092.dlnhnq (mgr.14180) 778 : 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 2023-12-01T22:16:29.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:29.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:29 smithi196 conmon[87003]: cluster 2023-12-01T22:16:28.477363+0000 mgr.smithi092.dlnhnq (mgr.14180) 778 : 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 2023-12-01T22:16:30.392 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:30.420 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:30 smithi092 conmon[81890]: audit 2023-12-01T22:16:29.036169+0000 mgr.smithi092.dlnhnq (mgr.14180) 779 : audit [DBG] 2023-12-01T22:16:30.420 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:30 smithi092 conmon[81890]: from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:30.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:30 smithi196 conmon[87003]: audit 2023-12-01T22:16:29.036169+0000 mgr.smithi092.dlnhnq (mgr.14180) 779 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:31.243 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:31 smithi092 conmon[81890]: cluster 2023-12-01T22:16:30.478159+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:16:31.243 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:31 smithi092 conmon[81890]: 780 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:16:31.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:31 smithi196 conmon[87003]: cluster 2023-12-01T22:16:30.478159+0000 mgr.smithi092.dlnhnq (mgr.14180) 780 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:16:32.052 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:32.052 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:32.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:33.425 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:33 smithi092 conmon[81890]: audit 2023-12-01T22:16:32.047753+0000 mgr.smithi092.dlnhnq (mgr.14180) 781 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:33 smithi092 conmon[81890]: cluster 2023-12-01T22:16:32.478840+0000 mgr.smithi092.dlnhnq (mgr.14180) 782 : 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 2023-12-01T22:16:33.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:33 smithi196 conmon[87003]: audit 2023-12-01T22:16:32.047753+0000 mgr.smithi092.dlnhnq (mgr.14180) 781 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:33.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:33 smithi196 conmon[87003]: 2023-12-01T22:16:33.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:33 smithi196 conmon[87003]: cluster 2023-12-01T22:16:32.478840+0000 mgr.smithi092.dlnhnq (mgr.14180) 782 : 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 2023-12-01T22:16:34.975 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:34.975 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:35.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:35.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:35 smithi092 conmon[81890]: cluster 2023-12-01T22:16:34.479313+0000 mgr.smithi092.dlnhnq (mgr.14180) 783 : cluster [DBG] pgmap v505: 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 2023-12-01T22:16:35.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:35 smithi196 conmon[87003]: cluster 2023-12-01T22:16:34.479313+0000 mgr.smithi092.dlnhnq (mgr.14180) 783 : cluster [DBG] pgmap v505: 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 2023-12-01T22:16:36.355 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:36.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:36 smithi092 conmon[81890]: audit 2023-12-01T22:16:34.970188+0000 mgr.smithi092.dlnhnq (mgr.14180) 784 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:36.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:36 smithi196 conmon[87003]: audit 2023-12-01T22:16:34.970188+0000 mgr.smithi092.dlnhnq (mgr.14180) 784 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:37.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:37 smithi196 conmon[87003]: cluster 2023-12-01T22:16:36.480078+0000 mgr.smithi092.dlnhnq (mgr.14180) 785 : 2023-12-01T22:16:37.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:37 smithi196 conmon[87003]: 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 2023-12-01T22:16:37.984 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:37.984 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:38.005 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:37 smithi092 conmon[81890]: cluster 2023-12-01T22:16:36.480078+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:16:38.005 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:37 smithi092 conmon[81890]: 785 : 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 2023-12-01T22:16:38.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:39.300 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:39.327 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:39 smithi092 conmon[81890]: audit 2023-12-01T22:16:37.979200+0000 mgr.smithi092.dlnhnq (mgr.14180) 786 : audit 2023-12-01T22:16:39.327 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:39 smithi092 conmon[81890]: [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:39.328 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:39 smithi092 conmon[81890]: cluster 2023-12-01T22:16:38.480803+0000 mgr.smithi092.dlnhnq (mgr.14180) 787 : 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 2023-12-01T22:16:39.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:39 smithi196 conmon[87003]: audit 2023-12-01T22:16:37.979200+0000 mgr.smithi092.dlnhnq (mgr.14180) 786 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:39.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:39 smithi196 conmon[87003]: cluster 2023-12-01T22:16:38.480803+0000 mgr.smithi092.dlnhnq (mgr.14180) 787 : 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 2023-12-01T22:16:40.877 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:40.878 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:41.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:41.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:41 smithi196 conmon[87003]: cluster 2023-12-01T22:16:40.481642+0000 mgr.smithi092.dlnhnq (mgr.14180) 788 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:16:42.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:41 smithi092 conmon[81890]: cluster 2023-12-01T22:16:40.481642+0000 mgr.smithi092.dlnhnq (mgr.14180) 788 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:16:42.241 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:42.797 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:42 smithi092 conmon[81890]: audit 2023-12-01T22:16:40.872392+0000 mgr.smithi092.dlnhnq (mgr.14180) 789 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:42.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:42 smithi196 conmon[87003]: audit 2023-12-01T22:16:40.872392+0000 mgr.smithi092.dlnhnq (mgr.14180) 789 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:43.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:43 smithi092 conmon[81890]: cluster 2023-12-01T22:16:42.482268+0000 mgr.smithi092.dlnhnq (mgr.14180) 790 : 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 2023-12-01T22:16:43.810 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:43.810 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:43.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:43 smithi196 conmon[87003]: cluster 2023-12-01T22:16:42.482268+0000 mgr.smithi092.dlnhnq (mgr.14180) 790 : 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 2023-12-01T22:16:44.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:45.182 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:45.885 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:45 smithi092 conmon[81890]: audit 2023-12-01T22:16:43.805989+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:16:45.885 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:45 smithi092 conmon[81890]: 14180) 791 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:45.885 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:45 smithi092 conmon[81890]: cluster 2023-12-01T22:16:44.482819+0000 mgr.smithi092.dlnhnq (mgr.14180) 792 : cluster [DBG] pgmap v510: 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 2023-12-01T22:16:45.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:45 smithi196 conmon[87003]: audit 2023-12-01T22:16:43.805989+0000 mgr.smithi092.dlnhnq (mgr.14180) 791 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:45.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:45 smithi196 conmon[87003]: cluster 2023-12-01T22:16:44.482819+0000 mgr.smithi092.dlnhnq (mgr.14180) 792 : cluster [DBG] pgmap v510: 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 2023-12-01T22:16:46.847 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:46.847 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:47.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:47.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:47 smithi196 conmon[87003]: cluster 2023-12-01T22:16:46.483791+0000 mgr.smithi092.dlnhnq (mgr.14180) 793 : 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 2023-12-01T22:16:48.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:47 smithi092 conmon[81890]: cluster 2023-12-01T22:16:46.483791+0000 mgr.smithi092.dlnhnq (mgr.14180) 793 : 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 2023-12-01T22:16:48.312 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:48.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:48 smithi092 conmon[81890]: audit 2023-12-01T22:16:46.842518+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:16:48.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:48 smithi092 conmon[81890]: 14180) 794 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:48.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:48 smithi196 conmon[87003]: audit 2023-12-01T22:16:46.842518+0000 mgr.smithi092.dlnhnq (mgr.14180) 794 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:49.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:49 smithi196 conmon[87003]: cluster 2023-12-01T22:16:48.484423+0000 mgr.smithi092.dlnhnq (mgr.14180) 795 : 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 2023-12-01T22:16:49.967 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:49.967 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:49.994 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:49 smithi092 conmon[81890]: cluster 2023-12-01T22:16:48.484423+0000 mgr.smithi092.dlnhnq (mgr.14180) 795 : 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 2023-12-01T22:16:50.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:51.351 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:51.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:51 smithi092 conmon[81890]: audit 2023-12-01T22:16:49.962794+0000 mgr.smithi092.dlnhnq (mgr.14180) 796 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:51.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:51 smithi092 conmon[81890]: cluster 2023-12-01T22:16:50.485050+0000 mgr.smithi092.dlnhnq (mgr.14180) 797 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:16:51.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:51 smithi196 conmon[87003]: audit 2023-12-01T22:16:49.962794+0000 mgr.smithi092.dlnhnq (mgr.14180) 796 : audit [DBG] 2023-12-01T22:16:51.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:51 smithi196 conmon[87003]: from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:51.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:51 smithi196 conmon[87003]: cluster 2023-12-01T22:16:50.485050+0000 mgr.smithi092.dlnhnq (mgr.14180) 797 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:16:52.980 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:52.980 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:53.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:53.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:53 smithi196 conmon[87003]: cluster 2023-12-01T22:16:52.485777+0000 mgr.smithi092.dlnhnq (mgr.14180) 798 : 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 2023-12-01T22:16:54.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:53 smithi092 conmon[81890]: cluster 2023-12-01T22:16:52.485777+0000 mgr.smithi092.dlnhnq (mgr.14180) 798 : 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 2023-12-01T22:16:54.373 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:54.653 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:54 smithi092 conmon[81890]: audit 2023-12-01T22:16:52.975562+0000 mgr.smithi092.dlnhnq (mgr.14180) 799 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:54.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:54 smithi196 conmon[87003]: audit 2023-12-01T22:16:52.975562+0000 mgr.smithi092.dlnhnq (mgr.14180) 799 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:54.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:54 smithi196 conmon[87003]: 2023-12-01T22:16:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:55 smithi196 conmon[87003]: cluster 2023-12-01T22:16:54.486281+0000 mgr.smithi092.dlnhnq (mgr.14180) 800 : cluster [DBG] pgmap v515: 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 2023-12-01T22:16:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:55 smithi196 conmon[87003]: 2023-12-01T22:16:56.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:55 smithi092 conmon[81890]: cluster 2023-12-01T22:16:54.486281+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:16:56.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:55 smithi092 conmon[81890]: .14180) 800 : cluster [DBG] pgmap v515: 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 2023-12-01T22:16:56.025 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:56.025 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:56.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:57.419 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:16:57.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:57 smithi092 conmon[81890]: audit 2023-12-01T22:16:56.020529+0000 mgr.smithi092.dlnhnq (mgr.14180) 801 2023-12-01T22:16:57.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:57 smithi092 conmon[81890]: : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:57.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:57 smithi092 conmon[81890]: cluster 2023-12-01T22:16:56.487283+0000 mgr.smithi092.dlnhnq (mgr.14180) 802 : 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 2023-12-01T22:16:57.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:57 smithi196 conmon[87003]: audit 2023-12-01T22:16:56.020529+0000 mgr.smithi092.dlnhnq (mgr.14180) 801 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:16:57.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:57 smithi196 conmon[87003]: cluster 2023-12-01T22:16:56.487283+0000 mgr.smithi092.dlnhnq (mgr.14180) 802 : 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 2023-12-01T22:16:58.972 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:16:58.972 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:16:59.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:16:59 smithi092 conmon[81890]: cluster 2023-12-01T22:16:58.487915+0000 mgr.smithi092.dlnhnq (mgr.14180) 803 : 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 2023-12-01T22:16:59.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:16:59.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:16:59 smithi196 conmon[87003]: cluster 2023-12-01T22:16:58.487915+0000 mgr.smithi092.dlnhnq (mgr.14180) 803 : 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 2023-12-01T22:17:00.354 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:00.383 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:00 smithi092 conmon[81890]: audit 2023-12-01T22:16:58.967653+0000 mgr.smithi092.dlnhnq (mgr.14180) 804 : audit 2023-12-01T22:17:00.383 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:00 smithi092 conmon[81890]: [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:00.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:00 smithi196 conmon[87003]: audit 2023-12-01T22:16:58.967653+0000 mgr.smithi092.dlnhnq (mgr.14180) 804 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:01.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:01 smithi092 conmon[81890]: cluster 2023-12-01T22:17:00.488681+0000 mgr.smithi092.dlnhnq 2023-12-01T22:17:01.211 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:01 smithi092 conmon[81890]: (mgr.14180) 805 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:17:01.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:01 smithi196 conmon[87003]: cluster 2023-12-01T22:17:00.488681+0000 mgr.smithi092.dlnhnq (mgr.14180) 805 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:17:01.966 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:01.966 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:02.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:03.398 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:03.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:03 smithi092 conmon[81890]: audit 2023-12-01T22:17:01.961987+0000 mgr.smithi092.dlnhnq (mgr.14180) 806 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:03.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:03 smithi092 conmon[81890]: cluster 2023-12-01T22:17:02.489229+0000 mgr.smithi092.dlnhnq (mgr.14180) 807 : 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 2023-12-01T22:17:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:03 smithi196 conmon[87003]: audit 2023-12-01T22:17:01.961987+0000 mgr.smithi092.dlnhnq (mgr.14180) 806 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:03 smithi196 conmon[87003]: cluster 2023-12-01T22:17:02.489229+0000 mgr.smithi092.dlnhnq (mgr.14180) 807 : 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 2023-12-01T22:17:05.001 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:05.002 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:05.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:05.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:05 smithi092 conmon[81890]: cluster 2023-12-01T22:17:04.489792+0000 mgr.smithi092.dlnhnq (mgr.14180) 808 : cluster [DBG] pgmap v520: 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 2023-12-01T22:17:05.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:05 smithi196 conmon[87003]: cluster 2023-12-01T22:17:04.489792+0000 mgr.smithi092.dlnhnq (mgr.14180) 808 : cluster [DBG] pgmap v520: 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 2023-12-01T22:17:06.344 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:06.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:06 smithi092 conmon[81890]: audit 2023-12-01T22: 2023-12-01T22:17:06.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:06 smithi092 conmon[81890]: 17:04.997237+0000 mgr.smithi092.dlnhnq (mgr.14180) 809 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:06.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:06 smithi196 conmon[87003]: audit 2023-12-01T22:17:04.997237+0000 mgr.smithi092.dlnhnq (mgr.14180) 809 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:07 smithi196 conmon[87003]: cluster 2023-12-01T22:17:06.490582+0000 mgr.smithi092.dlnhnq (mgr.14180) 810 : 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 2023-12-01T22:17:07.943 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:07.943 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:07.966 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:07 smithi092 conmon[81890]: cluster 2023-12-01T22:17:06.490582+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:17:07.966 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:07 smithi092 conmon[81890]: 14180) 810 : 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 2023-12-01T22:17:08.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:09.275 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:09 smithi196 conmon[87003]: audit 2023-12-01T22:17:07.938787+0000 mgr.smithi092.dlnhnq (mgr.14180) 811 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:09 smithi196 conmon[87003]: cluster 2023-12-01T22:17:08.491169+0000 mgr.smithi092.dlnhnq (mgr.14180) 812 : 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 2023-12-01T22:17:09.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:09 smithi092 conmon[81890]: audit 2023-12-01T22:17:07.938787+0000 mgr.smithi092.dlnhnq (mgr.14180) 811 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:09.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:09 smithi092 conmon[81890]: cluster 2023-12-01T22:17:08.491169+0000 mgr.smithi092.dlnhnq (mgr.14180) 812 : 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 2023-12-01T22:17:10.841 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:10.841 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:11.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:11.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:11 smithi196 conmon[87003]: cluster 2023-12-01T22:17:10.491932+0000 mgr.smithi092.dlnhnq (mgr.14180) 813 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:17:12.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:11 smithi092 conmon[81890]: cluster 2023-12-01T22:17:10.491932+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:17:12.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:11 smithi092 conmon[81890]: mgr.14180) 813 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:17:12.204 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:12.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:12 smithi092 conmon[81890]: audit 2023-12-01T22:17:10.836462+0000 mgr.smithi092.dlnhnq (mgr.14180) 814 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:12.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:12 smithi196 conmon[87003]: audit 2023-12-01T22:17:10.836462+0000 mgr.smithi092.dlnhnq (mgr.14180) 814 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:12.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:12 smithi196 conmon[87003]: 2023-12-01T22:17:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:13 smithi196 conmon[87003]: cluster 2023-12-01T22:17:12.492511+0000 mgr.smithi092.dlnhnq (mgr.14180) 815 : 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 2023-12-01T22:17:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:13 smithi196 conmon[87003]: 2023-12-01T22:17:13.972 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:13.972 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:13.993 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:13 smithi092 conmon[81890]: cluster 2023-12-01T22:17:12.492511+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:17:13.994 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:13 smithi092 conmon[81890]: mgr.14180) 815 : 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 2023-12-01T22:17:14.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:15.349 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:15 smithi092 conmon[81890]: audit 2023-12-01T22:17:13.966313+0000 mgr.smithi092.dlnhnq (mgr.14180) 816 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:15 smithi092 conmon[81890]: cluster 2023-12-01T22:17:14.492973+0000 mgr.smithi092.dlnhnq (mgr.14180) 817 : cluster [DBG] pgmap v525: 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 2023-12-01T22:17:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:15 smithi196 conmon[87003]: audit 2023-12-01T22:17:13.966313+0000 mgr.smithi092.dlnhnq (mgr.14180) 816 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:15 smithi196 conmon[87003]: cluster 2023-12-01T22:17:14.492973+0000 mgr.smithi092.dlnhnq (mgr.14180) 817 : cluster [DBG] pgmap v525: 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 2023-12-01T22:17:16.973 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:16.973 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:17.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:17.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:17 smithi196 conmon[87003]: cluster 2023-12-01T22:17:16.493750+0000 mgr.smithi092.dlnhnq (mgr.14180) 818 : 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 2023-12-01T22:17:18.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:17 smithi092 conmon[81890]: cluster 2023-12-01T22:17:16.493750+0000 2023-12-01T22:17:18.021 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:17 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 818 : 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 2023-12-01T22:17:18.281 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:18.823 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:18 smithi092 conmon[81890]: audit 2023-12-01T22:17:16.968317+0000 mgr.smithi092.dlnhnq (mgr.14180) 819 2023-12-01T22:17:18.824 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:18 smithi092 conmon[81890]: : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:18 smithi196 conmon[87003]: audit 2023-12-01T22:17:16.968317+0000 mgr.smithi092.dlnhnq (mgr.14180) 819 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:19.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:19 smithi196 conmon[87003]: cluster 2023-12-01T22:17:18.494245+0000 mgr.smithi092.dlnhnq (mgr.14180) 820 : 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 2023-12-01T22:17:19.954 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:19.954 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:19.977 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:19 smithi092 conmon[81890]: cluster 2023-12-01T22:17:18.494245+0000 mgr.smithi092.dlnhnq (mgr.14180) 820 : 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 2023-12-01T22:17:20.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:21.413 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:21.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:21 smithi092 conmon[81890]: audit 2023-12-01T22:17:19.949262+0000 mgr.smithi092.dlnhnq (mgr.14180) 821 : 2023-12-01T22:17:21.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:21 smithi092 conmon[81890]: audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:21.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:21 smithi092 conmon[81890]: cluster 2023-12-01T22:17:20.494957+0000 mgr.smithi092.dlnhnq (mgr.14180) 822 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:17:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:21 smithi196 conmon[87003]: audit 2023-12-01T22:17:19.949262+0000 mgr.smithi092.dlnhnq (mgr.14180) 821 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:21 smithi196 conmon[87003]: cluster 2023-12-01T22:17:20.494957+0000 mgr.smithi092.dlnhnq (mgr.14180) 822 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:17:23.000 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:23.000 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:23.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:23.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:23 smithi092 conmon[81890]: cluster 2023-12-01T22:17:22.495519+0000 mgr.smithi092.dlnhnq (mgr.14180) 823 : 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 2023-12-01T22:17:23.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:23 smithi196 conmon[87003]: cluster 2023-12-01T22:17:22.495519+0000 mgr.smithi092.dlnhnq (mgr.14180) 823 : 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 2023-12-01T22:17:23.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:23 smithi196 conmon[87003]: 2023-12-01T22:17:24.356 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:24.653 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:24 smithi092 conmon[81890]: audit 2023-12-01T22:17:22.995740+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:17:24.654 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:24 smithi092 conmon[81890]: 14180) 824 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:24.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:24 smithi196 conmon[87003]: audit 2023-12-01T22:17:22.995740+0000 mgr.smithi092.dlnhnq (mgr.14180) 824 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:25.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:25 smithi196 conmon[87003]: cluster 2023-12-01T22:17:24.496108+0000 mgr.smithi092.dlnhnq (mgr.14180) 825 : cluster [DBG] pgmap v530: 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 2023-12-01T22:17:25.926 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:25.926 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:25.949 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:25 smithi092 conmon[81890]: cluster 2023-12-01T22:17:24.496108+0000 mgr.smithi092.dlnhnq (mgr.14180) 825 : cluster [DBG] pgmap v530: 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 2023-12-01T22:17:26.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:26.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:26 smithi196 conmon[87003]: audit 2023-12-01T22:17:25.921756+0000 mgr.smithi092.dlnhnq (mgr.14180) 826 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:26.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:26 smithi196 conmon[87003]: cluster 2023-12-01T22:17:26.496857+0000 mgr.smithi092.dlnhnq (mgr.14180) 827 : 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 2023-12-01T22:17:27.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:26 smithi092 conmon[81890]: audit 2023-12-01T22:17:25.921756+0000 mgr.smithi092.dlnhnq (mgr.14180) 826 : 2023-12-01T22:17:27.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:26 smithi092 conmon[81890]: audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:27.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:26 smithi092 conmon[81890]: cluster 2023-12-01T22:17:26.496857+0000 mgr.smithi092.dlnhnq (mgr.14180) 827 : 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 2023-12-01T22:17:27.301 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:28.857 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:28.857 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:29.225 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:29 smithi092 conmon[81890]: cluster 2023-12-01T22:17:28.497366+0000 mgr.smithi092.dlnhnq (mgr.14180) 828 : 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 2023-12-01T22:17:29.227 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:29.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:29 smithi196 conmon[87003]: cluster 2023-12-01T22:17:28.497366+0000 mgr.smithi092.dlnhnq (mgr.14180) 828 : 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 2023-12-01T22:17:30.228 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:30.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:30 smithi196 conmon[87003]: audit 2023-12-01T22:17:28.852168+0000 mgr.smithi092.dlnhnq (mgr.14180) 829 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:30.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:30 smithi092 conmon[81890]: audit 2023-12-01T22:17:28.852168+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:17:30.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:30 smithi092 conmon[81890]: 829 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:31.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:31 smithi196 conmon[87003]: cluster 2023-12-01T22:17:30.498076+0000 mgr.smithi092.dlnhnq (mgr.14180) 830 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:17:31.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:31 smithi092 conmon[81890]: cluster 2023-12-01T22:17:30.498076+0000 mgr.smithi092.dlnhnq (mgr.14180) 830 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:17:31.914 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:31.914 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:09:49.319682Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.smxkil on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:32.233 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:32 smithi092 conmon[81890]: audit 2023-12-01T22:17:32.030728+0000 mon.smithi092 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.monevu"}]: dispatch 2023-12-01T22:17:32.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:32.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:32 smithi196 conmon[87003]: audit 2023-12-01T22:17:32.030728+0000 mon.smithi092 (mon.0) 720 : audit 2023-12-01T22:17:32.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:32 smithi196 conmon[87003]: [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.monevu"}]: dispatch 2023-12-01T22:17:33.266 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:33.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: audit 2023-12-01T22:17:31.909791+0000 mgr.smithi092.dlnhnq (mgr.14180) 831 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:33.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: 2023-12-01T22:17:33.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: cephadm 2023-12-01T22:17:32.030218+0000 mgr.smithi092.dlnhnq (mgr.14180) 832 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu 2023-12-01T22:17:33.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu 2023-12-01T22:17:33.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi196.monevu ... 2023-12-01T22:17:33.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:17:33.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:17:33.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:15:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:16:16Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:16:54Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: 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 2023-12-01T22:17:33.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: Traceback (most recent call last): 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: yield (conn, connr) 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: code, '\n'.join(err))) 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi196.monevu ... 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:15:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:16:16Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:16:54Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: 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 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docke 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: r.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: cephadm 2023-12-01T22:17:32.030388+0000 mgr.smithi092.dlnhnq (mgr.14180) 833 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: cephadm 2023-12-01T22:17:32.031557+0000 mgr.smithi092.dlnhnq (mgr.14180) 834 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi196.monevu ... 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:15:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:16:16Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:16:54Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: 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 2023-12-01T22:17:33.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:17:33.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: cephadm 2023-12-01T22:17:32.033552+0000 mgr.smithi092.dlnhnq (mgr.14180) 835 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.hgvyie on smithi092 2023-12-01T22:17:33.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:33 smithi196 conmon[87003]: cluster 2023-12-01T22:17:32.498686+0000 mgr.smithi092.dlnhnq (mgr.14180) 836 : 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 2023-12-01T22:17:33.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: audit 2023-12-01T22:17:31.909791+0000 mgr.smithi092.dlnhnq (mgr.14180) 831 2023-12-01T22:17:33.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:33.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: cephadm 2023-12-01T22:17:32.030218+0000 mgr.smithi092.dlnhnq (mgr.14180) 832 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu 2023-12-01T22:17:33.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu 2023-12-01T22:17:33.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi196.monevu ... 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:15:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:16:16Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:16:54Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: 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 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: Traceback (most recent call last): 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: yield (conn, connr) 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: code, '\n'.join(err))) 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu 2023-12-01T22:17:33.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi196.monevu ... 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:15:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:16:16Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:16:54Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: 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 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: cephadm 2023-12-01T22:17:32.030388+0000 mgr.smithi092.dlnhnq (mgr.14180) 833 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: cephadm 2023-12-01T22:17:32.031557+0000 mgr.smithi092.dlnhnq (mgr.14180) 834 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu 2023-12-01T22:17:33.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi196.monevu ... 2023-12-01T22:17:33.524 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:17:33.524 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:17:33.524 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:15:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.524 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:16:16Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.524 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:16:54Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:17:33.524 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: 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 2023-12-01T22:17:33.524 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:17:33.524 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: cephadm 2023-12-01T22:17:32.033552+0000 mgr.smithi092.dlnhnq (mgr.14180) 835 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.hgvyie on smithi092 2023-12-01T22:17:33.524 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:33 smithi092 conmon[81890]: cluster 2023-12-01T22:17:32.498686+0000 mgr.smithi092.dlnhnq (mgr.14180) 836 : 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 2023-12-01T22:17:34.911 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:34.911 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:35.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:35.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:35 smithi196 conmon[87003]: cluster 2023-12-01T22:17:34.499181+0000 mgr.smithi092.dlnhnq (mgr.14180) 837 : cluster [DBG] 2023-12-01T22:17:35.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:35 smithi196 conmon[87003]: pgmap v535: 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 2023-12-01T22:17:36.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:35 smithi092 conmon[81890]: cluster 2023-12-01T22:17:34.499181+0000 mgr.smithi092.dlnhnq (mgr.14180) 837 : cluster [DBG] pgmap v535: 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 2023-12-01T22:17:36.291 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:36.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:36 smithi092 conmon[81890]: audit 2023-12-01T22:17:34.906005+0000 mgr.smithi092.dlnhnq (mgr.14180) 838 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:36.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:36 smithi196 conmon[87003]: audit 2023-12-01T22:17:34.906005+0000 mgr.smithi092.dlnhnq (mgr.14180) 838 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:37.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:37 smithi092 conmon[81890]: cluster 2023-12-01T22:17:36.499888+0000 mgr.smithi092.dlnhnq (mgr.14180) 839 : 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 2023-12-01T22:17:37.862 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:37.863 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:37.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:37 smithi196 conmon[87003]: cluster 2023-12-01T22:17:36.499888+0000 mgr.smithi092.dlnhnq (mgr.14180) 839 : cluster 2023-12-01T22:17:37.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:37 smithi196 conmon[87003]: [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 2023-12-01T22:17:38.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:39.221 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:39.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:39 smithi196 conmon[87003]: audit 2023-12-01T22:17:37.857849+0000 mgr.smithi092.dlnhnq (mgr.14180) 840 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:39.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:39 smithi196 conmon[87003]: cluster 2023-12-01T22:17:38.500597+0000 mgr.smithi092.dlnhnq (mgr.14180) 841 : 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 2023-12-01T22:17:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:39 smithi092 conmon[81890]: audit 2023-12-01T22:17:37.857849+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:17:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:39 smithi092 conmon[81890]: .14180) 840 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:39 smithi092 conmon[81890]: cluster 2023-12-01T22:17:38.500597+0000 mgr.smithi092.dlnhnq (mgr.14180) 841 : 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 2023-12-01T22:17:41.018 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:41.019 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:41.662 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:41 smithi092 conmon[81890]: cluster 2023-12-01T22:17:40.501277+0000 mgr.smithi092.dlnhnq (mgr.14180) 842 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:17:41.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:41.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:41 smithi196 conmon[87003]: cluster 2023-12-01T22:17:40.501277+0000 mgr.smithi092.dlnhnq (mgr.14180) 842 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:17:42.664 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:42.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:42 smithi196 conmon[87003]: audit 2023-12-01T22:17:41.013909+0000 mgr.smithi092.dlnhnq (mgr.14180) 843 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:43.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:42 smithi092 conmon[81890]: audit 2023-12-01T22:17:41.013909+0000 mgr.smithi092.dlnhnq (mgr.14180) 843 : audit [DBG] 2023-12-01T22:17:43.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:42 smithi092 conmon[81890]: from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:43.849 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:43 smithi092 conmon[81890]: cluster 2023-12-01T22:17:42. 2023-12-01T22:17:43.849 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:43 smithi092 conmon[81890]: 502076+0000 mgr.smithi092.dlnhnq (mgr.14180) 844 : 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 2023-12-01T22:17:43.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:43 smithi196 conmon[87003]: cluster 2023-12-01T22:17:42.502076+0000 mgr.smithi092.dlnhnq (mgr.14180) 844 : 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 2023-12-01T22:17:44.563 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:44.563 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:45.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:45.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:45 smithi196 conmon[87003]: cluster 2023-12-01T22:17:44.502567+0000 mgr.smithi092.dlnhnq (mgr.14180) 845 : cluster [DBG] pgmap v540: 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 2023-12-01T22:17:45.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:45 smithi196 conmon[87003]: audit 2023-12-01T22:17:44.558848+0000 mgr.smithi092.dlnhnq (mgr.14180) 846 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:46.010 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:46.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:45 smithi092 conmon[81890]: cluster 2023-12-01T22:17:44.502567+0000 mgr.smithi092.dlnhnq (mgr.14180) 845 : cluster 2023-12-01T22:17:46.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:45 smithi092 conmon[81890]: [DBG] pgmap v540: 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 2023-12-01T22:17:46.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:45 smithi092 conmon[81890]: audit 2023-12-01T22:17:44.558848+0000 mgr.smithi092.dlnhnq (mgr.14180) 846 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:47.652 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:47.652 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:47.833 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:47 smithi092 conmon[81890]: cluster 2023-12-01T22:17:46.503464+0000 mgr.smithi092.dlnhnq (mgr.14180) 847 : 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 2023-12-01T22:17:47.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:47 smithi196 conmon[87003]: cluster 2023-12-01T22:17:46.503464+0000 mgr.smithi092.dlnhnq (mgr.14180) 847 : 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 2023-12-01T22:17:48.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:49.047 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:49.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:49 smithi196 conmon[87003]: audit 2023-12-01T22:17:47.647636+0000 mgr.smithi092.dlnhnq (mgr.14180) 848 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:49.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:49 smithi196 conmon[87003]: cluster 2023-12-01T22:17:48.504174+0000 mgr.smithi092.dlnhnq (mgr.14180) 849 : 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 2023-12-01T22:17:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:49 smithi092 conmon[81890]: audit 2023-12-01T22:17:47.647636+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:17:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:49 smithi092 conmon[81890]: .14180) 848 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:49 smithi092 conmon[81890]: cluster 2023-12-01T22:17:48.504174+0000 mgr.smithi092.dlnhnq (mgr.14180) 849 : 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 2023-12-01T22:17:50.661 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:50.661 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:50.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:51.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:51 smithi196 conmon[87003]: cluster 2023-12-01T22:17:50.504941+0000 mgr.smithi092.dlnhnq (mgr.14180) 850 : 2023-12-01T22:17:51.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:51 smithi196 conmon[87003]: cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:17:51.987 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:52.014 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:51 smithi092 conmon[81890]: cluster 2023-12-01T22:17:50.504941+0000 mgr.smithi092.dlnhnq (mgr.14180) 850 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:17:52.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:52 smithi092 conmon[81890]: audit 2023-12-01T22:17:50.656058+0000 mgr.smithi092.dlnhnq (mgr.14180) 851 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:52.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:52 smithi196 conmon[87003]: audit 2023-12-01T22:17:50.656058+0000 mgr.smithi092.dlnhnq (mgr.14180) 851 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:52.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:52 smithi196 conmon[87003]: 2023-12-01T22:17:53.691 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:53.691 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:53.842 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:53 smithi092 conmon[81890]: cluster 2023-12-01T22:17:52.505550+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:17:53.842 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:53 smithi092 conmon[81890]: .14180) 852 : 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 2023-12-01T22:17:53.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:53 smithi196 conmon[87003]: cluster 2023-12-01T22:17:52.505550+0000 mgr.smithi092.dlnhnq (mgr.14180) 852 : 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 2023-12-01T22:17:54.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:55.029 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:55.899 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:55 smithi092 conmon[81890]: audit 2023-12-01T22:17:53.686134+0000 mgr.smithi092.dlnhnq (mgr.14180) 853 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:55.899 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:55 smithi092 conmon[81890]: cluster 2023-12-01T22:17:54.506152+0000 mgr.smithi092.dlnhnq (mgr.14180) 854 : cluster [DBG] pgmap v545: 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 2023-12-01T22:17:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:55 smithi196 conmon[87003]: audit 2023-12-01T22:17:53.686134+0000 mgr.smithi092.dlnhnq (mgr.14180) 853 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:55 smithi196 conmon[87003]: cluster 2023-12-01T22:17:54.506152+0000 mgr.smithi092.dlnhnq (mgr.14180) 854 : cluster [DBG] pgmap v545: 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 2023-12-01T22:17:56.622 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:56.622 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:56.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:57.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:57 smithi196 conmon[87003]: cluster 2023-12-01T22:17:56.506955+0000 mgr.smithi092.dlnhnq (mgr.14180) 855 : 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 2023-12-01T22:17:57.979 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:17:58.016 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:57 smithi092 conmon[81890]: cluster 2023-12-01T22:17:56.506955+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:17:58.016 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:57 smithi092 conmon[81890]: 855 : 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 2023-12-01T22:17:58.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:58 smithi092 conmon[81890]: audit 2023-12-01T22:17:56.616990+0000 mgr.smithi092.dlnhnq (mgr.14180) 856 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:58.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:58 smithi196 conmon[87003]: audit 2023-12-01T22:17:56.616990+0000 mgr.smithi092.dlnhnq (mgr.14180) 856 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:17:59.576 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:17:59.576 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:17:59.917 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:59 smithi092 conmon[81890]: cluster 2023-12-01T22:17:58.507423+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:17:59.917 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:17:59 smithi092 conmon[81890]: .14180) 857 : 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 2023-12-01T22:17:59.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:17:59.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:17:59 smithi196 conmon[87003]: cluster 2023-12-01T22:17:58.507423+0000 mgr.smithi092.dlnhnq (mgr.14180) 857 : 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 2023-12-01T22:18:00.920 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:00.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:00 smithi196 conmon[87003]: audit 2023-12-01T22:17:59.571631+0000 mgr.smithi092.dlnhnq (mgr.14180) 858 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:00.945 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:00 smithi092 conmon[81890]: audit 2023-12-01T22:17:59.571631+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:18:00.946 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:00 smithi092 conmon[81890]: ) 858 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:01.764 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:01 smithi092 conmon[81890]: cluster 2023-12-01T22:18:00.508404+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:18:01.764 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:01 smithi092 conmon[81890]: .14180) 859 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:18:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:01 smithi196 conmon[87003]: cluster 2023-12-01T22:18:00.508404+0000 mgr.smithi092.dlnhnq (mgr.14180) 859 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:18:02.602 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:02.603 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:02.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:02 smithi196 conmon[87003]: cluster 2023-12-01T22:18:02.509005+0000 mgr.smithi092.dlnhnq (mgr.14180) 860 : 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 2023-12-01T22:18:02.943 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:02 smithi092 conmon[81890]: cluster 2023-12-01T22:18:02.509005+0000 mgr.smithi092.dlnhnq (mgr.14180) 860 : 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 2023-12-01T22:18:02.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:03.945 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:04.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:04 smithi092 conmon[81890]: audit 2023-12-01T22:18:02.597866+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:18:04.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:04 smithi092 conmon[81890]: ) 861 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:04.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:04 smithi196 conmon[87003]: audit 2023-12-01T22:18:02.597866+0000 mgr.smithi092.dlnhnq (mgr.14180) 861 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:05.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:05 smithi196 conmon[87003]: cluster 2023-12-01T22:18:04.509570+0000 mgr.smithi092.dlnhnq (mgr.14180) 862 : cluster [DBG] 2023-12-01T22:18:05.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:05 smithi196 conmon[87003]: pgmap v550: 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 2023-12-01T22:18:05.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:05 smithi092 conmon[81890]: cluster 2023-12-01T22:18:04.509570+0000 mgr.smithi092.dlnhnq 2023-12-01T22:18:05.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:05 smithi092 conmon[81890]: (mgr.14180) 862 : cluster [DBG] pgmap v550: 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 2023-12-01T22:18:05.526 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:05.526 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:05.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:06.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:06 smithi092 conmon[81890]: audit 2023-12-01T22:18:05.521653+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:18:06.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:06 smithi092 conmon[81890]: mgr.14180) 863 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:06.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:06 smithi196 conmon[87003]: audit 2023-12-01T22:18:05.521653+0000 mgr.smithi092.dlnhnq (mgr.14180) 863 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:06.976 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:07.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:07 smithi092 conmon[81890]: cluster 2023-12-01T22:18:06.510296+0000 mgr.smithi092.dlnhnq (mgr.14180) 864 : cluster [DBG] 2023-12-01T22:18:07.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:07 smithi092 conmon[81890]: 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 2023-12-01T22:18:07.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:07 smithi196 conmon[87003]: cluster 2023-12-01T22:18:06.510296+0000 mgr.smithi092.dlnhnq (mgr.14180) 864 : 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 2023-12-01T22:18:08.514 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:08.514 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:08.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:09.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:09 smithi092 conmon[81890]: audit 2023-12-01T22:18:08.508677+0000 mgr.smithi092.dlnhnq (mgr.14180) 865 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:09.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:09 smithi092 conmon[81890]: cluster 2023-12-01T22:18:08.510752+0000 mgr.smithi092.dlnhnq (mgr.14180) 866 : 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 2023-12-01T22:18:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:09 smithi196 conmon[87003]: audit 2023-12-01T22:18:08.508677+0000 mgr.smithi092.dlnhnq (mgr.14180) 865 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:09 smithi196 conmon[87003]: cluster 2023-12-01T22:18:08.510752+0000 mgr.smithi092.dlnhnq (mgr.14180) 866 : 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 2023-12-01T22:18:09.908 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:11.471 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:11.471 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:11.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:11 smithi092 conmon[81890]: cluster 2023-12-01T22:18:10.511451+0000 mgr.smithi092.dlnhnq 2023-12-01T22:18:11.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:11 smithi092 conmon[81890]: (mgr.14180) 867 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:18:11.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:11.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:11 smithi196 conmon[87003]: cluster 2023-12-01T22:18:10.511451+0000 mgr.smithi092.dlnhnq (mgr.14180) 867 : cluster 2023-12-01T22:18:11.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:11 smithi196 conmon[87003]: [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:18:12.839 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:12.865 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:12 smithi092 conmon[81890]: audit 2023-12-01T22:18:11.466350+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:18:12.866 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:12 smithi092 conmon[81890]: ) 868 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:12.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:12 smithi196 conmon[87003]: audit 2023-12-01T22:18:11.466350+0000 mgr.smithi092.dlnhnq (mgr.14180) 868 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:12.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:12 smithi196 conmon[87003]: 2023-12-01T22:18:13.637 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:13 smithi092 conmon[81890]: cluster 2023-12-01T22:18:12.512039+0000 mgr.smithi092.dlnhnq (mgr.14180) 869 : 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 2023-12-01T22:18:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:13 smithi196 conmon[87003]: cluster 2023-12-01T22:18:12.512039+0000 mgr.smithi092.dlnhnq (mgr.14180) 869 : 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 2023-12-01T22:18:14.528 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:14.528 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:14.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:15.871 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:15.898 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:15 smithi092 conmon[81890]: cluster 2023-12-01T22:18:14.512656+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:18:15.899 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:15 smithi092 conmon[81890]: ) 870 : cluster [DBG] pgmap v555: 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 2023-12-01T22:18:15.899 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:15 smithi092 conmon[81890]: audit 2023-12-01T22:18:14.522836+0000 mgr.smithi092.dlnhnq (mgr.14180) 871 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:15 smithi196 conmon[87003]: cluster 2023-12-01T22:18:14.512656+0000 mgr.smithi092.dlnhnq (mgr.14180) 870 : cluster [DBG] pgmap v555: 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 2023-12-01T22:18:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:15 smithi196 conmon[87003]: audit 2023-12-01T22 2023-12-01T22:18:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:15 smithi196 conmon[87003]: :18:14.522836+0000 mgr.smithi092.dlnhnq (mgr.14180) 871 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:17.534 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:17.535 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:17.902 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:17 smithi092 conmon[81890]: cluster 2023-12-01T22:18:16.513347+0000 mgr.smithi092.dlnhnq (mgr.14180) 872 : 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 2023-12-01T22:18:17.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:17.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:17 smithi196 conmon[87003]: cluster 2023-12-01T22:18:16.513347+0000 mgr.smithi092.dlnhnq (mgr.14180) 872 : 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 2023-12-01T22:18:18.904 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:18 smithi196 conmon[87003]: audit 2023-12-01T22:18:17.530086+0000 mgr.smithi092.dlnhnq (mgr.14180) 873 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:18 smithi196 conmon[87003]: 2023-12-01T22:18:18.932 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:18 smithi092 conmon[81890]: audit 2023-12-01T22:18:17.530086+0000 mgr.smithi092.dlnhnq (mgr.14180) 873 : audit 2023-12-01T22:18:18.932 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:18 smithi092 conmon[81890]: [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:19.752 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:19 smithi092 conmon[81890]: cluster 2023-12-01T22:18:18.513839+0000 mgr.smithi092.dlnhnq (mgr.14180) 874 : 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 2023-12-01T22:18:19.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:19 smithi196 conmon[87003]: cluster 2023-12-01T22:18:18.513839+0000 mgr.smithi092.dlnhnq (mgr.14180) 874 : 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 2023-12-01T22:18:20.579 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:20.579 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:21.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:21 smithi196 conmon[87003]: cluster 2023-12-01T22:18:20.514585+0000 mgr.smithi092.dlnhnq (mgr.14180) 875 : 2023-12-01T22:18:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:21 smithi196 conmon[87003]: cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:18:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:21 smithi196 conmon[87003]: audit 2023-12-01T22:18:20.574502+0000 mgr.smithi092.dlnhnq (mgr.14180) 876 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:22.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:21 smithi092 conmon[81890]: cluster 2023-12-01T22:18:20.514585+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:18:22.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:21 smithi092 conmon[81890]: mgr.14180) 875 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:18:22.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:21 smithi092 conmon[81890]: audit 2023-12-01T22:18:20.574502+0000 mgr.smithi092.dlnhnq (mgr.14180) 876 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:22.047 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:22.877 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:22 smithi092 conmon[81890]: cluster 2023-12-01T22:18:22.515213 2023-12-01T22:18:22.877 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:22 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 877 : 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 2023-12-01T22:18:22.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:22 smithi196 conmon[87003]: cluster 2023-12-01T22:18:22.515213+0000 mgr.smithi092.dlnhnq (mgr.14180) 877 : 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 2023-12-01T22:18:22.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:22 smithi196 conmon[87003]: 2023-12-01T22:18:23.597 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:23.598 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:23.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:24.982 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:25.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:25 smithi092 conmon[81890]: audit 2023-12-01T22:18:23.593260+0000 mgr.smithi092.dlnhnq (mgr.14180) 878 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:25.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:25 smithi092 conmon[81890]: cluster 2023-12-01T22:18:24.515906+0000 mgr.smithi092.dlnhnq (mgr.14180) 879 : cluster [DBG] pgmap v560: 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 2023-12-01T22:18:25.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:25 smithi196 conmon[87003]: audit 2023-12-01T22:18:23.593260+0000 mgr.smithi092.dlnhnq (mgr.14180) 878 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:25.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:25 smithi196 conmon[87003]: 2023-12-01T22:18:25.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:25 smithi196 conmon[87003]: cluster 2023-12-01T22:18:24.515906+0000 mgr.smithi092.dlnhnq (mgr.14180) 879 : cluster [DBG] pgmap v560: 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 2023-12-01T22:18:26.563 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:26.563 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:26.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:27 smithi196 conmon[87003]: cluster 2023-12-01T22:18:26.516837+0000 mgr.smithi092.dlnhnq (mgr.14180) 880 : 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 2023-12-01T22:18:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:27 smithi196 conmon[87003]: audit 2023-12-01T22:18: 2023-12-01T22:18:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:27 smithi196 conmon[87003]: 26.559178+0000 mgr.smithi092.dlnhnq (mgr.14180) 881 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:27.928 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:27.958 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:27 smithi092 conmon[81890]: cluster 2023-12-01T22:18:26.516837+0000 mgr.smithi092.dlnhnq (mgr.14180) 880 : 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 2023-12-01T22:18:27.958 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:27 smithi092 conmon[81890]: audit 2023-12-01T22:18:26.559178+0000 mgr.smithi092.dlnhnq (mgr.14180) 881 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:29.430 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:29 smithi196 conmon[87003]: cluster 2023-12-01T22:18:28.517362+0000 mgr.smithi092.dlnhnq (mgr.14180) 882 : 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 2023-12-01T22:18:29.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:29 smithi092 conmon[81890]: cluster 2023-12-01T22:18:28.517362+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:18:29.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:29 smithi092 conmon[81890]: ) 882 : 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 2023-12-01T22:18:29.629 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:29.630 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:29.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:30.984 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:31.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:31 smithi092 conmon[81890]: audit 2023-12-01T22:18:29.624668+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:18:31.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:31 smithi092 conmon[81890]: .14180) 883 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:31.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:31 smithi092 conmon[81890]: cluster 2023-12-01T22:18:30.518157+0000 mgr.smithi092.dlnhnq (mgr.14180) 884 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:18:31.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:31 smithi196 conmon[87003]: audit 2023-12-01T22:18:29.624668+0000 mgr.smithi092.dlnhnq (mgr.14180) 883 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:31.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:31 smithi196 conmon[87003]: 2023-12-01T22:18:31.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:31 smithi196 conmon[87003]: cluster 2023-12-01T22:18:30.518157+0000 mgr.smithi092.dlnhnq (mgr.14180) 884 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:18:32.646 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:32.646 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:33.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:33.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:33 smithi196 conmon[87003]: cluster 2023-12-01T22:18:32.518787+0000 mgr.smithi092.dlnhnq (mgr.14180) 885 : 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 2023-12-01T22:18:33.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:33 smithi196 conmon[87003]: 2023-12-01T22:18:34.015 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:34.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:33 smithi092 conmon[81890]: cluster 2023-12-01T22:18:32.518787+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:18:34.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:33 smithi092 conmon[81890]: 885 : 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 2023-12-01T22:18:34.848 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:34 smithi092 conmon[81890]: audit 2023-12-01T22:18:32.641368+0000 mgr.smithi092.dlnhnq (mgr.14180) 886 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:34.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:34 smithi196 conmon[87003]: audit 2023-12-01T22:18:32.641368+0000 mgr.smithi092.dlnhnq (mgr.14180) 886 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:35.620 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:35.620 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:35.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:35 smithi196 conmon[87003]: cluster 2023-12-01T22:18:34.519468+0000 mgr.smithi092.dlnhnq (mgr.14180) 887 : cluster [DBG] pgmap v565: 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 2023-12-01T22:18:35.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:35 smithi092 conmon[81890]: cluster 2023-12-01T22:18:34 2023-12-01T22:18:35.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:35 smithi092 conmon[81890]: .519468+0000 mgr.smithi092.dlnhnq (mgr.14180) 887 : cluster [DBG] pgmap v565: 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 2023-12-01T22:18:35.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:36.940 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:37.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:37 smithi092 conmon[81890]: audit 2023-12-01T22:18:35.614876+0000 mgr.smithi092.dlnhnq 2023-12-01T22:18:37.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:37 smithi092 conmon[81890]: (mgr.14180) 888 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:37.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:37 smithi092 conmon[81890]: cluster 2023-12-01T22:18:36.520229+0000 mgr.smithi092.dlnhnq (mgr.14180) 889 : 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 2023-12-01T22:18:37.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:37 smithi196 conmon[87003]: audit 2023-12-01T22:18:35.614876+0000 mgr.smithi092.dlnhnq (mgr.14180) 888 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:37.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:37 smithi196 conmon[87003]: cluster 2023-12-01T22:18:36.520229+0000 mgr.smithi092.dlnhnq (mgr.14180) 889 : 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 2023-12-01T22:18:38.650 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:38.650 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:38.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:39.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:39 smithi092 conmon[81890]: cluster 2023-12-01T22:18:38.520744+0000 mgr.smithi092.dlnhnq (mgr.14180) 890 : 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 2023-12-01T22:18:39.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:39 smithi196 conmon[87003]: cluster 2023-12-01T22:18:38.520744+0000 mgr.smithi092.dlnhnq (mgr.14180) 890 : 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 2023-12-01T22:18:39.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:39 smithi196 conmon[87003]: 2023-12-01T22:18:39.997 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:40.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:40 smithi196 conmon[87003]: audit 2023-12-01T22:18:38.644776+0000 mgr.smithi092.dlnhnq (mgr.14180) 891 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:40.505 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:40 smithi092 conmon[81890]: audit 2023-12-01T22:18:38.644776+0000 mgr.smithi092.dlnhnq (mgr.14180) 891 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:41.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:41 smithi196 conmon[87003]: cluster 2023-12-01T22:18:40.521629+0000 mgr.smithi092.dlnhnq (mgr.14180) 892 : 2023-12-01T22:18:41.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:41 smithi196 conmon[87003]: cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:18:41.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:41 smithi092 conmon[81890]: cluster 2023-12-01T22:18:40.521629+0000 mgr.smithi092.dlnhnq (mgr.14180) 892 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:18:41.631 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:41.631 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:42.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:43.045 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:43.888 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:43 smithi092 conmon[81890]: audit 2023-12-01T22:18:41.626672+0000 mgr.smithi092.dlnhnq (mgr.14180) 893 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:43.888 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:43 smithi092 conmon[81890]: cluster 2023-12-01T22:18:42.522289+0000 mgr.smithi092.dlnhnq (mgr.14180) 894 : 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 2023-12-01T22:18:43.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:43 smithi196 conmon[87003]: audit 2023-12-01T22:18:41.626672+0000 mgr.smithi092.dlnhnq (mgr.14180) 893 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:43.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:43 smithi196 conmon[87003]: cluster 2023-12-01T22:18:42.522289+0000 mgr.smithi092.dlnhnq (mgr.14180) 894 : 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 2023-12-01T22:18:44.595 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:44.595 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:45.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:45.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:45 smithi196 conmon[87003]: cluster 2023-12-01T22:18:44.522802+0000 mgr.smithi092.dlnhnq (mgr.14180) 895 : cluster [DBG] pgmap v570: 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 2023-12-01T22:18:46.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:45 smithi092 conmon[81890]: cluster 2023-12-01T22:18:44.522802+0000 mgr.smithi092.dlnhnq 2023-12-01T22:18:46.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:45 smithi092 conmon[81890]: (mgr.14180) 895 : cluster [DBG] pgmap v570: 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 2023-12-01T22:18:46.179 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:46.858 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:46 smithi092 conmon[81890]: audit 2023-12-01T22:18:44.590559+0000 2023-12-01T22:18:46.859 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:46 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 896 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:46.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:46 smithi196 conmon[87003]: audit 2023-12-01T22:18:44.590559+0000 mgr.smithi092.dlnhnq (mgr.14180) 896 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:47.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:47 smithi092 conmon[81890]: cluster 2023-12-01T22:18:46.523760+0000 mgr.smithi092.dlnhnq (mgr.14180) 897 : cluster 2023-12-01T22:18:47.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:47 smithi092 conmon[81890]: [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 2023-12-01T22:18:47.807 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:47.807 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:47.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:47 smithi196 conmon[87003]: cluster 2023-12-01T22:18:46.523760+0000 mgr.smithi092.dlnhnq (mgr.14180) 897 : 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 2023-12-01T22:18:48.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:49.205 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:49.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:49 smithi196 conmon[87003]: audit 2023-12-01T22:18:47.802762+0000 mgr.smithi092.dlnhnq (mgr.14180) 898 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:49.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:49 smithi196 conmon[87003]: cluster 2023-12-01T22:18:48.524276+0000 mgr.smithi092.dlnhnq (mgr.14180) 899 : 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 2023-12-01T22:18:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:49 smithi092 conmon[81890]: audit 2023-12-01T22:18:47.802762+0000 mgr.smithi092.dlnhnq (mgr.14180) 898 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:49 smithi092 conmon[81890]: cluster 2023-12-01T22:18:48.524276+0000 mgr.smithi092.dlnhnq (mgr.14180) 899 : 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 2023-12-01T22:18:50.880 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:50.881 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:51.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:51.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:51 smithi196 conmon[87003]: cluster 2023-12-01T22:18:50.524983+0000 mgr.smithi092.dlnhnq (mgr.14180) 900 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:18:52.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:51 smithi092 conmon[81890]: cluster 2023-12-01T22:18:50.524983+0000 mgr.smithi092.dlnhnq (mgr.14180) 900 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:18:52.242 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:52.904 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:52 smithi092 conmon[81890]: audit 2023-12-01T22:18:50.876102+0000 mgr.smithi092.dlnhnq (mgr.14180) 901 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:52.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:52 smithi196 conmon[87003]: audit 2023-12-01T22:18:50.876102+0000 mgr.smithi092.dlnhnq (mgr.14180) 901 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:53.806 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:53.806 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:53.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:53 smithi196 conmon[87003]: cluster 2023-12-01T22:18:52.525764+0000 mgr.smithi092.dlnhnq (mgr.14180) 902 : 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 2023-12-01T22:18:53.986 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:53 smithi092 conmon[81890]: cluster 2023-12-01T22:18:52.525764+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:18:53.986 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:53 smithi092 conmon[81890]: mgr.14180) 902 : 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 2023-12-01T22:18:54.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:55.170 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:55.885 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:55 smithi092 conmon[81890]: audit 2023-12-01T22:18:53.800952+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:18:55.886 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:55 smithi092 conmon[81890]: 14180) 903 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:55.886 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:55 smithi092 conmon[81890]: cluster 2023-12-01T22:18:54.526244+0000 mgr.smithi092.dlnhnq (mgr.14180) 904 : cluster [DBG] pgmap v575: 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 2023-12-01T22:18:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:55 smithi196 conmon[87003]: audit 2023-12-01T22:18:53.800952+0000 mgr.smithi092.dlnhnq (mgr.14180) 903 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:55 smithi196 conmon[87003]: cluster 2023-12-01T22:18:54. 2023-12-01T22:18:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:55 smithi196 conmon[87003]: 526244+0000 mgr.smithi092.dlnhnq (mgr.14180) 904 : cluster [DBG] pgmap v575: 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 2023-12-01T22:18:56.725 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:56.726 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:18:56.902 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:56 smithi092 conmon[81890]: cluster 2023-12-01T22:18:56.527192+0000 mgr.smithi092.dlnhnq (mgr.14180) 905 : 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 2023-12-01T22:18:56.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:56 smithi196 conmon[87003]: cluster 2023-12-01T22:18:56.527192+0000 mgr.smithi092.dlnhnq (mgr.14180) 905 : 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 2023-12-01T22:18:57.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:18:57.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:57 smithi196 conmon[87003]: audit 2023-12-01T22:18:56.721128+0000 mgr.smithi092.dlnhnq (mgr.14180) 906 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:58.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:57 smithi092 conmon[81890]: audit 2023-12-01T22:18:56.721128+0000 mgr.smithi092.dlnhnq (mgr.14180) 906 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:18:58.111 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:18:59.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:59 smithi092 conmon[81890]: cluster 2023-12-01T22:18:58.527708+0000 mgr.smithi092.dlnhnq (mgr.14180) 907 2023-12-01T22:18:59.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:18:59 smithi092 conmon[81890]: : 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 2023-12-01T22:18:59.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:18:59 smithi196 conmon[87003]: cluster 2023-12-01T22:18:58.527708+0000 mgr.smithi092.dlnhnq (mgr.14180) 907 : 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 2023-12-01T22:18:59.675 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:18:59.676 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:00.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:01.062 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:01.876 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:01 smithi092 conmon[81890]: audit 2023-12-01T22:18:59.671223+0000 mgr.smithi092.dlnhnq (mgr.14180) 908 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:01.876 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:01 smithi092 conmon[81890]: cluster 2023-12-01T22:19:00.528590+0000 mgr.smithi092.dlnhnq (mgr.14180) 909 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:19:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:01 smithi196 conmon[87003]: audit 2023-12-01T22:18:59.671223+0000 mgr.smithi092.dlnhnq (mgr.14180) 908 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:01 smithi196 conmon[87003]: cluster 2023-12-01T22:19:00.528590+0000 mgr.smithi092.dlnhnq (mgr.14180) 909 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:19:02.607 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:02.607 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:02.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:03 smithi196 conmon[87003]: cluster 2023-12-01T22:19:02.529152+0000 mgr.smithi092.dlnhnq (mgr.14180) 910 : 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 2023-12-01T22:19:04.000 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:04.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:03 smithi092 conmon[81890]: cluster 2023-12-01T22:19:02.529152+0000 mgr.smithi092.dlnhnq (mgr.14180) 910 : 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 2023-12-01T22:19:04.842 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:04 smithi092 conmon[81890]: audit 2023-12-01T22:19:02.602415+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:19:04.842 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:04 smithi092 conmon[81890]: .14180) 911 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:04.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:04 smithi196 conmon[87003]: audit 2023-12-01T22:19:02.602415+0000 mgr.smithi092.dlnhnq (mgr.14180) 911 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:05.550 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:05.550 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:05.877 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:05 smithi092 conmon[81890]: cluster 2023-12-01T22:19:04.529657+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:19:05.877 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:05 smithi092 conmon[81890]: 14180) 912 : cluster [DBG] pgmap v580: 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 2023-12-01T22:19:05.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:05 smithi196 conmon[87003]: cluster 2023-12-01T22:19:04.529657+0000 mgr.smithi092.dlnhnq (mgr.14180) 912 : cluster [DBG] pgmap v580: 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 2023-12-01T22:19:05.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:06.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:06 smithi196 conmon[87003]: audit 2023-12-01T22:19:05.545185+0000 mgr.smithi092.dlnhnq (mgr.14180) 913 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:06.943 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:06.969 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:06 smithi092 conmon[81890]: audit 2023-12-01T22:19:05.545185+0000 mgr.smithi092.dlnhnq 2023-12-01T22:19:06.969 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:06 smithi092 conmon[81890]: (mgr.14180) 913 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:07.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:07 smithi092 conmon[81890]: cluster 2023-12-01T22:19:06.530481+0000 mgr.smithi092.dlnhnq (mgr.14180) 914 : 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 2023-12-01T22:19:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:07 smithi196 conmon[87003]: cluster 2023-12-01T22:19:06.530481+0000 mgr.smithi092.dlnhnq (mgr.14180) 914 : 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 2023-12-01T22:19:08.491 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:08.491 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:08.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:09 smithi196 conmon[87003]: audit 2023-12-01T22:19:08.486907+0000 mgr.smithi092.dlnhnq (mgr.14180) 915 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:09.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:09 smithi196 conmon[87003]: cluster 2023-12-01T22:19:08.530993+0000 mgr.smithi092.dlnhnq (mgr.14180) 916 : 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 2023-12-01T22:19:09.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:09 smithi092 conmon[81890]: audit 2023-12-01T22:19:08.486907+0000 mgr.smithi092.dlnhnq (mgr.14180) 915 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:09.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:09 smithi092 conmon[81890]: cluster 2023-12-01T22:19:08.530993+0000 mgr.smithi092.dlnhnq (mgr.14180) 916 : 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 2023-12-01T22:19:09.877 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:11.528 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:11.528 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:11.880 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:11 smithi092 conmon[81890]: cluster 2023-12-01T22:19:10.532009+0000 mgr.smithi092.dlnhnq (mgr.14180) 917 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:19:11.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:11.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:11 smithi196 conmon[87003]: cluster 2023-12-01T22:19:10.532009+0000 mgr.smithi092.dlnhnq (mgr.14180) 917 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:19:12.912 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:12.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:12 smithi196 conmon[87003]: audit 2023-12-01T22:19:11.523131+0000 mgr.smithi092.dlnhnq (mgr.14180) 918 : audit [DBG] 2023-12-01T22:19:12.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:12 smithi196 conmon[87003]: from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:12.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:12 smithi092 conmon[81890]: audit 2023-12-01T22:19:11.523131+0000 mgr.smithi092.dlnhnq (mgr.14180) 918 2023-12-01T22:19:12.938 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:12 smithi092 conmon[81890]: : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:13.732 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:13 smithi092 conmon[81890]: cluster 2023-12-01T22:19:12 2023-12-01T22:19:13.732 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:13 smithi092 conmon[81890]: .532562+0000 mgr.smithi092.dlnhnq (mgr.14180) 919 : 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 2023-12-01T22:19:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:13 smithi196 conmon[87003]: cluster 2023-12-01T22:19:12.532562+0000 mgr.smithi092.dlnhnq (mgr.14180) 919 : 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 2023-12-01T22:19:14.459 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:14.459 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:14.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:14 smithi092 conmon[81890]: audit 2023-12-01T22:19:14.453858+0000 mgr.smithi092.dlnhnq (mgr.14180) 920 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:14.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:14 smithi092 conmon[81890]: cluster 2023-12-01T22:19:14.533227+0000 mgr.smithi092.dlnhnq (mgr.14180) 921 : cluster [DBG] pgmap v585: 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 2023-12-01T22:19:14.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:14.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:14 smithi196 conmon[87003]: audit 2023-12-01T22:19:14.453858+0000 mgr.smithi092.dlnhnq (mgr.14180) 920 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:14.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:14 smithi196 conmon[87003]: 2023-12-01T22:19:14.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:14 smithi196 conmon[87003]: cluster 2023-12-01T22:19:14.533227+0000 mgr.smithi092.dlnhnq (mgr.14180) 921 : cluster [DBG] pgmap v585: 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 2023-12-01T22:19:15.849 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:17.399 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:17.399 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:17.687 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:17 smithi092 conmon[81890]: cluster 2023-12-01T22:19:16.533961+0000 mgr.smithi092.dlnhnq (mgr.14180) 922 : 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 2023-12-01T22:19:17.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:17.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:17 smithi196 conmon[87003]: cluster 2023-12-01T22:19:16.533961+0000 mgr.smithi092.dlnhnq (mgr.14180) 922 : 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 2023-12-01T22:19:17.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:17 smithi196 conmon[87003]: 2023-12-01T22:19:18.787 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:18 smithi196 conmon[87003]: audit 2023-12-01T22:19:17.394386+0000 mgr.smithi092.dlnhnq (mgr.14180) 923 : audit 2023-12-01T22:19:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:18 smithi196 conmon[87003]: [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:19.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:18 smithi092 conmon[81890]: audit 2023-12-01T22:19:17.394386+0000 mgr.smithi092.dlnhnq (mgr.14180) 923 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:19.857 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:19 smithi092 conmon[81890]: cluster 2023-12-01T22:19:18.534668+0000 mgr.smithi092.dlnhnq (mgr.14180) 924 : 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 2023-12-01T22:19:19.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:19 smithi196 conmon[87003]: cluster 2023-12-01T22:19:18.534668+0000 mgr.smithi092.dlnhnq (mgr.14180) 924 : cluster [DBG] 2023-12-01T22:19:19.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:19 smithi196 conmon[87003]: 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 2023-12-01T22:19:20.482 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:20.483 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:20.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:21 smithi196 conmon[87003]: audit 2023-12-01T22:19:20.478251+0000 mgr.smithi092.dlnhnq (mgr.14180) 925 : audit [DBG] 2023-12-01T22:19:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:21 smithi196 conmon[87003]: from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:21 smithi196 conmon[87003]: cluster 2023-12-01T22:19:20.535315+0000 mgr.smithi092.dlnhnq (mgr.14180) 926 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:19:21.938 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:21.969 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:21 smithi092 conmon[81890]: audit 2023-12-01T22:19:20.478251+0000 mgr.smithi092.dlnhnq (mgr.14180) 925 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:21.969 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:21 smithi092 conmon[81890]: cluster 2023-12-01T22:19:20.535315+0000 mgr.smithi092.dlnhnq (mgr.14180) 926 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:19:22.754 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:22 smithi092 conmon[81890]: cluster 2023-12-01T22:19:22.535887+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:19:22.755 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:22 smithi092 conmon[81890]: .14180) 927 : 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 2023-12-01T22:19:22.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:22 smithi196 conmon[87003]: cluster 2023-12-01T22:19:22.535887+0000 mgr.smithi092.dlnhnq (mgr.14180) 927 : 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 2023-12-01T22:19:23.499 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:23.499 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:23.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:24.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:24 smithi092 conmon[81890]: audit 2023-12-01T22:19:23.494456+0000 mgr.smithi092.dlnhnq (mgr.14180) 928 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:24.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:24 smithi196 conmon[87003]: audit 2023-12-01T22:19:23.494456+0000 mgr.smithi092.dlnhnq (mgr.14180) 928 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:24.872 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:25.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:25 smithi092 conmon[81890]: cluster 2023-12-01T22:19:24.536450+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:19:25.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:25 smithi092 conmon[81890]: ) 929 : cluster [DBG] pgmap v590: 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 2023-12-01T22:19:25.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:25 smithi196 conmon[87003]: cluster 2023-12-01T22:19:24.536450+0000 mgr.smithi092.dlnhnq (mgr.14180) 929 : cluster [DBG] pgmap v590: 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 2023-12-01T22:19:26.539 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:26.540 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:26.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:27.914 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:27 smithi196 conmon[87003]: audit 2023-12-01T22:19:26.534662+0000 mgr.smithi092.dlnhnq (mgr.14180) 930 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:27 smithi196 conmon[87003]: cluster 2023-12-01T22:19:26.537178+0000 mgr.smithi092.dlnhnq (mgr.14180) 931 : 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 2023-12-01T22:19:27.944 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:27 smithi092 conmon[81890]: audit 2023-12-01T22:19:26.534662+0000 mgr.smithi092.dlnhnq (mgr.14180) 930 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:27.944 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:27 smithi092 conmon[81890]: cluster 2023-12-01T22:19:26.537178+0000 mgr.smithi092.dlnhnq (mgr.14180) 931 : 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 2023-12-01T22:19:29.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:29 smithi196 conmon[87003]: cluster 2023-12-01T22:19:28.537630+0000 mgr.smithi092.dlnhnq (mgr.14180) 932 : 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 2023-12-01T22:19:29.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:29 smithi196 conmon[87003]: 2023-12-01T22:19:29.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:29 smithi092 conmon[81890]: cluster 2023-12-01T22:19:28.537630+0000 mgr.smithi092.dlnhnq (mgr.14180) 932 : 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 2023-12-01T22:19:29.580 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:29.580 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:29.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:30.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:30 smithi196 conmon[87003]: audit 2023-12-01T22:19:29.575655+0000 mgr.smithi092.dlnhnq (mgr.14180) 933 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:30.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:30 smithi092 conmon[81890]: audit 2023-12-01T22 2023-12-01T22:19:30.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:30 smithi092 conmon[81890]: :19:29.575655+0000 mgr.smithi092.dlnhnq (mgr.14180) 933 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:30.954 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:31.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:31 smithi092 conmon[81890]: cluster 2023-12-01T22:19:30.538541+0000 mgr.smithi092.dlnhnq (mgr.14180) 934 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:19:31.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:31 smithi196 conmon[87003]: cluster 2023-12-01T22:19:30.538541+0000 mgr.smithi092.dlnhnq (mgr.14180) 934 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:19:32.623 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:32.623 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:32.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:33.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:33 smithi196 conmon[87003]: cluster 2023-12-01T22:19:32.539229+0000 mgr.smithi092.dlnhnq (mgr.14180) 935 : 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 2023-12-01T22:19:33.996 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:34.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:33 smithi092 conmon[81890]: cluster 2023-12-01T22:19:32.539229+0000 mgr.smithi092.dlnhnq 2023-12-01T22:19:34.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:33 smithi092 conmon[81890]: (mgr.14180) 935 : 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 2023-12-01T22:19:34.859 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:34 smithi092 conmon[81890]: audit 2023-12-01T22:19:32.618336+0000 mgr.smithi092.dlnhnq (mgr.14180) 936 2023-12-01T22:19:34.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:34 smithi092 conmon[81890]: : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:34.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:34 smithi196 conmon[87003]: audit 2023-12-01T22:19:32.618336+0000 mgr.smithi092.dlnhnq (mgr.14180) 936 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:35.678 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:35.678 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:35.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:35 smithi196 conmon[87003]: cluster 2023-12-01T22:19:34.539741+0000 mgr.smithi092.dlnhnq (mgr.14180) 937 : cluster [DBG] pgmap v595: 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 2023-12-01T22:19:35.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:35 smithi196 conmon[87003]: 2023-12-01T22:19:36.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:35 smithi092 conmon[81890]: cluster 2023-12-01T22:19:34.539741+0000 mgr.smithi092.dlnhnq (mgr.14180) 937 : cluster [DBG] pgmap v595: 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 2023-12-01T22:19:36.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:36.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:36 smithi196 conmon[87003]: audit 2023-12-01T22:19:35.673767+0000 mgr.smithi092.dlnhnq (mgr.14180) 938 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:36.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:36 smithi196 conmon[87003]: cluster 2023-12-01T22:19:36.540534+0000 mgr.smithi092.dlnhnq (mgr.14180) 939 : 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 2023-12-01T22:19:37.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:36 smithi092 conmon[81890]: audit 2023-12-01T22:19:35.673767+0000 mgr.smithi092.dlnhnq (mgr.14180) 938 2023-12-01T22:19:37.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:36 smithi092 conmon[81890]: : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:37.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:36 smithi092 conmon[81890]: cluster 2023-12-01T22:19:36.540534+0000 mgr.smithi092.dlnhnq (mgr.14180) 939 : 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 2023-12-01T22:19:37.035 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:38.750 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:38.751 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:39.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:39.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:39 smithi196 conmon[87003]: cluster 2023-12-01T22:19:38.540961+0000 mgr.smithi092.dlnhnq (mgr.14180) 940 : 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 2023-12-01T22:19:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:39 smithi092 conmon[81890]: cluster 2023-12-01T22:19:38.540961+0000 mgr.smithi092.dlnhnq (mgr.14180) 940 : 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 2023-12-01T22:19:40.174 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:40.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:40 smithi196 conmon[87003]: audit 2023-12-01T22:19:38.746272+0000 mgr.smithi092.dlnhnq (mgr.14180) 941 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:40.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:40 smithi092 conmon[81890]: audit 2023-12-01T22:19:38.746272+0000 mgr.smithi092.dlnhnq (mgr.14180) 941 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:41.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:41 smithi092 conmon[81890]: cluster 2023-12-01T22:19:40.542005+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:19:41.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:41 smithi092 conmon[81890]: 14180) 942 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:19:41.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:41 smithi196 conmon[87003]: cluster 2023-12-01T22:19:40.542005+0000 mgr.smithi092.dlnhnq (mgr.14180) 942 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:19:41.784 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:41.784 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:42.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:43.130 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:43.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:43 smithi196 conmon[87003]: audit 2023-12-01T22:19:41.779447+0000 mgr.smithi092.dlnhnq (mgr.14180) 943 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:43.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:43 smithi196 conmon[87003]: 2023-12-01T22:19:43.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:43 smithi196 conmon[87003]: cluster 2023-12-01T22:19:42.542808+0000 mgr.smithi092.dlnhnq (mgr.14180) 944 : 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 2023-12-01T22:19:43.984 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:43 smithi092 conmon[81890]: audit 2023-12-01T22:19:41.779447+0000 mgr.smithi092.dlnhnq (mgr.14180) 943 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:43.984 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:43 smithi092 conmon[81890]: cluster 2023-12-01T22:19:42.542808+0000 mgr.smithi092.dlnhnq (mgr.14180) 944 : 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 2023-12-01T22:19:44.787 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:44.788 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:45.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:45.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:45 smithi196 conmon[87003]: cluster 2023-12-01T22:19:44.543260+0000 mgr.smithi092.dlnhnq (mgr.14180) 945 : cluster [DBG] pgmap v600: 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 2023-12-01T22:19:46.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:45 smithi092 conmon[81890]: cluster 2023-12-01T22:19:44.543260+0000 mgr.smithi092.dlnhnq (mgr.14180) 945 : cluster [DBG] pgmap v600: 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 2023-12-01T22:19:46.169 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:46.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:46 smithi196 conmon[87003]: audit 2023-12-01T22:19:44.782858+0000 mgr.smithi092.dlnhnq (mgr.14180) 946 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:46.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:46 smithi196 conmon[87003]: cluster 2023-12-01T22:19:46.544031 2023-12-01T22:19:46.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:46 smithi196 conmon[87003]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 947 : 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 2023-12-01T22:19:47.008 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:46 smithi092 conmon[81890]: audit 2023-12-01T22:19:44.782858+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:19:47.008 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:46 smithi092 conmon[81890]: mgr.14180) 946 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:47.009 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:46 smithi092 conmon[81890]: cluster 2023-12-01T22:19:46.544031+0000 mgr.smithi092.dlnhnq (mgr.14180) 947 : 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 2023-12-01T22:19:47.731 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:47.731 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:48.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:49.103 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:49.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:49 smithi196 conmon[87003]: audit 2023-12-01T22:19:47.726575+0000 mgr.smithi092.dlnhnq (mgr.14180) 948 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:49.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:49 smithi196 conmon[87003]: cluster 2023-12-01T22:19:48.544463+0000 mgr.smithi092.dlnhnq (mgr.14180) 949 : 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 2023-12-01T22:19:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:49 smithi092 conmon[81890]: audit 2023-12-01T22:19:47.726575+0000 mgr.smithi092.dlnhnq (mgr.14180) 948 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:49 smithi092 conmon[81890]: cluster 2023-12-01T22:19:48.544463+0000 mgr.smithi092.dlnhnq (mgr.14180) 949 : 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 2023-12-01T22:19:50.738 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:50.738 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:51.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:51.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:51 smithi196 conmon[87003]: cluster 2023-12-01T22:19:50.545152+0000 mgr.smithi092.dlnhnq (mgr.14180) 950 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:19:52.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:51 smithi092 conmon[81890]: cluster 2023-12-01T22:19:50.545152+0000 mgr.smithi092.dlnhnq (mgr.14180) 950 2023-12-01T22:19:52.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:51 smithi092 conmon[81890]: : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:19:52.151 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:52.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:52 smithi196 conmon[87003]: audit 2023-12-01T22:19:50.733797+0000 mgr.smithi092.dlnhnq (mgr.14180) 951 : audit 2023-12-01T22:19:52.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:52 smithi196 conmon[87003]: [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:52.981 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:52 smithi092 conmon[81890]: audit 2023-12-01T22:19:50.733797+0000 mgr.smithi092.dlnhnq (mgr.14180) 951 : audit [DBG] 2023-12-01T22:19:52.981 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:52 smithi092 conmon[81890]: from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:53.722 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:53.722 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:53.897 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:53 smithi092 conmon[81890]: cluster 2023-12-01T22:19:52.545777+0000 mgr.smithi092.dlnhnq (mgr.14180) 952 : 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 2023-12-01T22:19:53.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:53 smithi196 conmon[87003]: cluster 2023-12-01T22:19:52.545777+0000 mgr.smithi092.dlnhnq (mgr.14180) 952 : 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 2023-12-01T22:19:54.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:54.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:54 smithi196 conmon[87003]: audit 2023-12-01T22:19:53.717419+0000 mgr.smithi092.dlnhnq (mgr.14180) 953 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:54.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:54 smithi196 conmon[87003]: cluster 2023-12-01T22:19:54.546288+0000 mgr.smithi092.dlnhnq (mgr.14180) 954 : cluster [DBG] pgmap v605: 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 2023-12-01T22:19:55.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:54 smithi092 conmon[81890]: audit 2023-12-01T22:19:53.717419+0000 mgr.smithi092.dlnhnq (mgr.14180) 953 : audit 2023-12-01T22:19:55.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:54 smithi092 conmon[81890]: [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:55.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:54 smithi092 conmon[81890]: cluster 2023-12-01T22:19:54.546288+0000 mgr.smithi092.dlnhnq (mgr.14180) 954 : cluster [DBG] pgmap v605: 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 2023-12-01T22:19:55.091 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:56.722 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:56.722 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:19:57.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:19:57.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:57 smithi196 conmon[87003]: cluster 2023-12-01T22:19:56.547035+0000 mgr.smithi092.dlnhnq (mgr.14180) 955 : 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 2023-12-01T22:19:58.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:57 smithi092 conmon[81890]: cluster 2023-12-01T22:19:56.547035+0000 mgr.smithi092.dlnhnq (mgr.14180) 955 : 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 2023-12-01T22:19:58.144 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:19:58.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:58 smithi196 conmon[87003]: audit 2023-12-01T22:19:56.714651+0000 mgr.smithi092.dlnhnq (mgr.14180) 956 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:58.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:58 smithi196 conmon[87003]: cluster 2023-12-01T22:19:58.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:19:58 smithi196 conmon[87003]: 2023-12-01T22:19:58.547512+0000 mgr.smithi092.dlnhnq (mgr.14180) 957 : 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 2023-12-01T22:19:58.963 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:58 smithi092 conmon[81890]: audit 2023-12-01T22:19:56.714651+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:19:58.963 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:58 smithi092 conmon[81890]: .14180) 956 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:19:58.963 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:19:58 smithi092 conmon[81890]: cluster 2023-12-01T22:19:58.547512+0000 mgr.smithi092.dlnhnq (mgr.14180) 957 : 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 2023-12-01T22:19:59.719 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:19:59.719 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:12:26.046027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.fwqmjp on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-fwqmjp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.fwqmjp\nDeploy daemon haproxy.nfs.foo.smithi196.fwqmjp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:10:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:11Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:11:48Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.460081Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.yzhtub on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-yzhtub\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.yzhtub\nDeploy daemon haproxy.nfs.foo.smithi092.yzhtub ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:13:03Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:13:40Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:14:17Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:14:55.462038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.wzxizd on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:00.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:00.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:00 smithi196 conmon[87003]: cluster 2023-12-01T22:20:00.000104+0000 mon.smithi092 (mon.0) 721 : cluster [INF] overall HEALTH_OK 2023-12-01T22:20:00.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:00 smithi092 conmon[81890]: cluster 2023-12-01T22:20:00.000104+0000 mon.smithi092 (mon.0) 721 : cluster [INF] overall HEALTH_OK 2023-12-01T22:20:01.071 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:01.351 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:01 smithi092 conmon[81890]: audit 2023-12-01T22:19:59.714761+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:20:01.352 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:01 smithi092 conmon[81890]: 958 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:01.352 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:01 smithi092 conmon[81890]: cluster 2023-12-01T22:20:00.548173+0000 mgr.smithi092.dlnhnq (mgr.14180) 959 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:01.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:01 smithi196 conmon[87003]: audit 2023-12-01T22:19:59.714761+0000 mgr.smithi092.dlnhnq (mgr.14180) 958 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:01.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:01 smithi196 conmon[87003]: cluster 2023-12-01T22:20:01.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:01 smithi196 conmon[87003]: 2023-12-01T22:20:00.548173+0000 mgr.smithi092.dlnhnq (mgr.14180) 959 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:02.399 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: cephadm 2023-12-01T22:20:01.350820+0000 mgr.smithi092.dlnhnq (mgr.14180) 960 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie 2023-12-01T22:20:02.399 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie 2023-12-01T22:20:02.399 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.399 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.399 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi092.hgvyie ... 2023-12-01T22:20:02.399 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:20:02.399 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:20:02.400 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:18:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.400 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:18:46Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.400 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:19:23Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.400 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: 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 2023-12-01T22:20:02.400 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:20:02.400 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: Traceback (most recent call last): 2023-12-01T22:20:02.400 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:20:02.400 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: yield (conn, connr) 2023-12-01T22:20:02.400 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:20:02.400 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: code, '\n'.join(err))) 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi092.hgvyie ... 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:18:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:18:46Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:19:23Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: 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 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:20:02.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: cephadm 2023-12-01T22:20:01.350973+0000 mgr.smithi092.dlnhnq (mgr.14180) 961 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: audit 2023-12-01T22:20:01.351333+0000 mon.smithi092 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.hgvyie"}]: dispatch 2023-12-01T22:20:02.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: cephadm 2023-12-01T22:20:01.351997+0000 mgr.smithi092.dlnhnq (mgr.14180) 962 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie 2023-12-01T22:20:02.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie 2023-12-01T22:20:02.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi092.hgvyie ... 2023-12-01T22:20:02.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:20:02.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:20:02.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:18:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:18:46Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:19:23Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: 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 2023-12-01T22:20:02.403 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:20:02.403 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: cephadm 2023-12-01T22:20:01.353238+0000 mgr.smithi092.dlnhnq (mgr.14180) 963 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-01T22:20:02.403 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: cephadm 2023-12-01T22:20:01.354273+0000 mgr.smithi092.dlnhnq (mgr.14180) 964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-01T22:20:02.403 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:02 smithi092 conmon[81890]: cluster 2023-12-01T22:20:01.355020+0000 mgr.smithi092.dlnhnq (mgr.14180) 965 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:20:02.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: cephadm 2023-12-01T22:20:01.350820+0000 mgr.smithi092.dlnhnq (mgr.14180) 960 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie 2023-12-01T22:20:02.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie 2023-12-01T22:20:02.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi092.hgvyie ... 2023-12-01T22:20:02.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:20:02.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:20:02.425 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:18:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:18:46Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:19:23Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: 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 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: Traceback (most recent call last): 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: yield (conn, connr) 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: code, '\n'.join(err))) 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi092.hgvyie ... 2023-12-01T22:20:02.426 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:18:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:18:46Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:19:23Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: 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 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: .io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: cephadm 2023-12-01T22:20:01.350973+0000 mgr.smithi092.dlnhnq (mgr.14180) 961 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: audit 2023-12-01T22:20:01.351333+0000 mon.smithi092 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.hgvyie"}]: dispatch 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: cephadm 2023-12-01T22:20:01.351997+0000 mgr.smithi092.dlnhnq (mgr.14180) 962 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi092.hgvyie ... 2023-12-01T22:20:02.427 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:20:02.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:20:02.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:18:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:18:46Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:19:23Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:20:02.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: 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 2023-12-01T22:20:02.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:20:02.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: cephadm 2023-12-01T22:20:01.353238+0000 mgr.smithi092.dlnhnq (mgr.14180) 963 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-01T22:20:02.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: cephadm 2023-12-01T22:20:01.354273+0000 mgr.smithi092.dlnhnq (mgr.14180) 964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-01T22:20:02.428 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:02 smithi196 conmon[87003]: cluster 2023-12-01T22:20:01.355020+0000 mgr.smithi092.dlnhnq (mgr.14180) 965 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:20:02.805 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:02.805 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:03.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:03.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:03 smithi196 conmon[87003]: cluster 2023-12-01T22:20:02.129056+0000 mon.smithi092 (mon.0) 723 : cluster 2023-12-01T22:20:03.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:03 smithi196 conmon[87003]: [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-01T22:20:03.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:03 smithi092 conmon[81890]: cluster 2023-12-01T22:20:02.129056+0000 mon.smithi092 (mon.0) 723 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-01T22:20:04.221 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:04.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:04 smithi196 conmon[87003]: audit 2023-12-01T22:20:02.800693+0000 mgr.smithi092.dlnhnq (mgr.14180) 966 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:04.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:04 smithi196 conmon[87003]: cluster 2023-12-01T22:20:04.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:04 smithi196 conmon[87003]: 2023-12-01T22:20:03.355776+0000 mgr.smithi092.dlnhnq (mgr.14180) 967 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:20:04.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:04 smithi092 conmon[81890]: audit 2023-12-01T22:20:02.800693+0000 mgr.smithi092.dlnhnq (mgr.14180) 966 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:04.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:04 smithi092 conmon[81890]: cluster 2023-12-01T22:20:03.355776+0000 mgr.smithi092.dlnhnq (mgr.14180) 967 : 2023-12-01T22:20:04.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:04 smithi092 conmon[81890]: cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:20:05.867 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:05.867 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:06.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:06.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:06 smithi196 conmon[87003]: cluster 2023-12-01T22:20:05.356701+0000 mgr.smithi092.dlnhnq (mgr.14180) 968 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:20:06.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:06 smithi196 conmon[87003]: audit 2023-12-01T22:20:06.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:06 smithi196 conmon[87003]: 2023-12-01T22:20:05.582982+0000 mon.smithi092 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:20:07.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:06 smithi092 conmon[81890]: cluster 2023-12-01T22:20:05.356701+0000 mgr.smithi092.dlnhnq (mgr.14180) 968 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:20:07.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:06 smithi092 conmon[81890]: audit 2023-12-01T22:20:05.582982+0000 mon.smithi092 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:20:07.253 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:07 smithi196 conmon[87003]: audit 2023-12-01T22:20:05.861694+0000 mgr.smithi092.dlnhnq (mgr.14180) 969 : audit 2023-12-01T22:20:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:07 smithi196 conmon[87003]: [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:07.947 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:07 smithi092 conmon[81890]: audit 2023-12-01T22:20:05.861694+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:20:07.948 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:07 smithi092 conmon[81890]: mgr.14180) 969 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:08.827 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:08.827 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:08.857 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:08 smithi092 conmon[81890]: cluster 2023-12-01T22:20:07.357528 2023-12-01T22:20:08.858 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:08 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 970 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:20:08.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:08 smithi196 conmon[87003]: cluster 2023-12-01T22:20:07.357528+0000 mgr.smithi092.dlnhnq (mgr.14180) 970 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:20:08.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:08 smithi196 conmon[87003]: 2023-12-01T22:20:09.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:10.181 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:10.916 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:10 smithi092 conmon[81890]: audit 2023-12-01T22:20:08.822706+0000 mgr.smithi092.dlnhnq (mgr.14180) 971 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:10.916 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:10 smithi092 conmon[81890]: cluster 2023-12-01T22:20:09.358272+0000 mgr.smithi092.dlnhnq (mgr.14180) 972 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:20:10.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:10 smithi196 conmon[87003]: audit 2023-12-01T22:20:08.822706+0000 mgr.smithi092.dlnhnq (mgr.14180) 971 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:10.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:10 smithi196 conmon[87003]: cluster 2023-12-01T 2023-12-01T22:20:10.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:10 smithi196 conmon[87003]: 22:20:09.358272+0000 mgr.smithi092.dlnhnq (mgr.14180) 972 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:20:11.806 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:11.806 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:12.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:12.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:12 smithi196 conmon[87003]: cluster 2023-12-01T22:20:11.359139+0000 mgr.smithi092.dlnhnq (mgr.14180) 973 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:20:13.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:12 smithi092 conmon[81890]: cluster 2023-12-01T22:20:11.359139+0000 mgr.smithi092.dlnhnq (mgr.14180) 973 : 2023-12-01T22:20:13.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:12 smithi092 conmon[81890]: cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-12-01T22:20:13.210 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:13.906 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:13 smithi092 conmon[81890]: audit 2023-12-01T22:20:11.801242+0000 mgr.smithi092.dlnhnq (mgr.14180) 974 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:13 smithi196 conmon[87003]: audit 2023-12-01T22:20:11.801242+0000 mgr.smithi092.dlnhnq (mgr.14180) 974 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:14.883 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:14.883 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:14.908 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:14 smithi092 conmon[81890]: cluster 2023-12-01T22:20:13.359790+0000 mgr.smithi092.dlnhnq (mgr.14180) 975 : 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 2023-12-01T22:20:14.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:14 smithi196 conmon[87003]: cluster 2023-12-01T22:20:13.359790+0000 mgr.smithi092.dlnhnq (mgr.14180) 975 : 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 2023-12-01T22:20:14.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:14 smithi196 conmon[87003]: 2023-12-01T22:20:15.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:15 smithi196 conmon[87003]: audit 2023-12-01T22:20:14.878216+0000 mgr.smithi092.dlnhnq (mgr.14180) 976 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:15 smithi196 conmon[87003]: 2023-12-01T22:20:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:15 smithi196 conmon[87003]: cluster 2023-12-01T22:20:15.360826+0000 mgr.smithi092.dlnhnq (mgr.14180) 977 : cluster [DBG] pgmap v616: 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 2023-12-01T22:20:16.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:15 smithi092 conmon[81890]: audit 2023-12-01T22:20:14.878216+0000 mgr.smithi092.dlnhnq (mgr.14180) 976 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:16.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:15 smithi092 conmon[81890]: cluster 2023-12-01T22:20: 2023-12-01T22:20:16.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:15 smithi092 conmon[81890]: 15.360826+0000 mgr.smithi092.dlnhnq (mgr.14180) 977 : cluster [DBG] pgmap v616: 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 2023-12-01T22:20:16.244 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:17.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:16 smithi092 conmon[81890]: audit 2023-12-01T22:20:15.864415+0000 mon.smithi092 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:20:17.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:16 smithi196 conmon[87003]: audit 2023-12-01T22:20:15.864415+0000 mon.smithi092 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:20:17.954 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:17.955 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:18.142 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:17 smithi092 conmon[81890]: cluster 2023-12-01T22:20:17.361619+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:20:18.142 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:17 smithi092 conmon[81890]: 978 : 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 2023-12-01T22:20:18.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:17 smithi196 conmon[87003]: cluster 2023-12-01T22:20:17.361619+0000 mgr.smithi092.dlnhnq (mgr.14180) 978 : 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 2023-12-01T22:20:18.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:19.371 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:19.398 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:19 smithi092 conmon[81890]: audit 2023-12-01T22:20:17.949496+0000 2023-12-01T22:20:19.398 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:19 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 979 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:19.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:19 smithi196 conmon[87003]: audit 2023-12-01T22:20:17.949496+0000 mgr.smithi092.dlnhnq (mgr.14180) 979 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:20.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:20 smithi196 conmon[87003]: cluster 2023-12-01T22:20:19.362289+0000 mgr.smithi092.dlnhnq (mgr.14180) 980 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:20.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:20 smithi196 conmon[87003]: 2023-12-01T22:20:20.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:20 smithi092 conmon[81890]: cluster 2023-12-01T22:20:19.362289+0000 mgr.smithi092.dlnhnq 2023-12-01T22:20:20.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:20 smithi092 conmon[81890]: (mgr.14180) 980 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:20.970 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:20.971 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:21.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:22.314 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:22.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:22 smithi196 conmon[87003]: audit 2023-12-01T22:20:20.966132+0000 mgr.smithi092.dlnhnq (mgr.14180) 981 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:22.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:22 smithi196 conmon[87003]: cluster 2023-12-01T22:20:21.363227+0000 mgr.smithi092.dlnhnq (mgr.14180) 982 : 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 2023-12-01T22:20:22.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:22 smithi092 conmon[81890]: audit 2023-12-01T22:20:20.966132+0000 mgr.smithi092.dlnhnq (mgr.14180) 981 : 2023-12-01T22:20:22.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:22 smithi092 conmon[81890]: audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:22.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:22 smithi092 conmon[81890]: cluster 2023-12-01T22:20:21.363227+0000 mgr.smithi092.dlnhnq (mgr.14180) 982 : 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 2023-12-01T22:20:23.961 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:23.962 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:24.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:24 smithi092 conmon[81890]: cluster 2023-12-01T22: 2023-12-01T22:20:24.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:24 smithi092 conmon[81890]: 20:23.363982+0000 mgr.smithi092.dlnhnq (mgr.14180) 983 : 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 2023-12-01T22:20:24.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:24.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:24 smithi196 conmon[87003]: cluster 2023-12-01T22:20:23.363982+0000 mgr.smithi092.dlnhnq (mgr.14180) 983 : 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 2023-12-01T22:20:25.364 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:25.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:25 smithi092 conmon[81890]: audit 2023-12-01T22:20:23.955059+0000 mgr.smithi092.dlnhnq (mgr.14180) 984 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:25.394 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:25 smithi092 conmon[81890]: 2023-12-01T22:20:25.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:25 smithi196 conmon[87003]: audit 2023-12-01T22:20:23.955059+0000 mgr.smithi092.dlnhnq (mgr.14180) 984 : audit [DBG] 2023-12-01T22:20:25.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:25 smithi196 conmon[87003]: from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:26.233 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:26 smithi092 conmon[81890]: cluster 2023-12-01T22:20:25.364863+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:20:26.233 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:26 smithi092 conmon[81890]: 985 : cluster [DBG] pgmap v621: 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 2023-12-01T22:20:26.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:26 smithi196 conmon[87003]: cluster 2023-12-01T22:20:25.364863+0000 mgr.smithi092.dlnhnq (mgr.14180) 985 : cluster [DBG] pgmap v621: 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 2023-12-01T22:20:27.035 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:27.035 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:27.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:28.520 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:28.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:28 smithi196 conmon[87003]: audit 2023-12-01T22:20:27.029946+0000 mgr.smithi092.dlnhnq (mgr.14180) 986 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:28.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:28 smithi196 conmon[87003]: cluster 2023-12-01T22:20:27.365859+0000 mgr.smithi092.dlnhnq (mgr.14180) 987 : 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 2023-12-01T22:20:28.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:28 smithi092 conmon[81890]: audit 2023-12-01T22:20:27.029946+0000 mgr.smithi092.dlnhnq (mgr.14180) 986 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:28.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:28 smithi092 conmon[81890]: cluster 2023-12-01T22:20:27.365859+0000 mgr.smithi092.dlnhnq (mgr.14180) 987 : 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 2023-12-01T22:20:30.266 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:30.266 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:30.639 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:30 smithi092 conmon[81890]: cluster 2023-12-01T22:20:29.366549+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:20:30.639 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:30 smithi092 conmon[81890]: mgr.14180) 988 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:30.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:30.724 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:30 smithi196 conmon[87003]: cluster 2023-12-01T22:20:29.366549+0000 mgr.smithi092.dlnhnq (mgr.14180) 988 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:31.668 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:31.694 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:31 smithi092 conmon[81890]: audit 2023-12-01T22:20:30.261405+0000 mgr.smithi092.dlnhnq (mgr.14180) 989 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:31.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:31 smithi196 conmon[87003]: audit 2023-12-01T22:20:30.261405+0000 mgr.smithi092.dlnhnq (mgr.14180) 989 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:32.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:32 smithi092 conmon[81890]: cluster 2023-12-01T22:20:31.367421+0000 mgr.smithi092.dlnhnq (mgr.14180) 990 : 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 2023-12-01T22:20:32.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:32 smithi196 conmon[87003]: cluster 2023-12-01T22:20:31.367421+0000 mgr.smithi092.dlnhnq (mgr.14180) 990 : 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 2023-12-01T22:20:33.473 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:33.473 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:33.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:34.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:34 smithi196 conmon[87003]: cluster 2023-12-01T22:20:33.368054+0000 mgr.smithi092.dlnhnq (mgr.14180) 991 : 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 2023-12-01T22:20:34.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:34 smithi196 conmon[87003]: audit 2023-12-01T22:20:34.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:34 smithi196 conmon[87003]: 2023-12-01T22:20:33.468723+0000 mgr.smithi092.dlnhnq (mgr.14180) 992 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:34.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:34 smithi092 conmon[81890]: cluster 2023-12-01T22:20:33.368054+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:20:34.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:34 smithi092 conmon[81890]: .14180) 991 : 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 2023-12-01T22:20:34.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:34 smithi092 conmon[81890]: audit 2023-12-01T22:20:33.468723+0000 mgr.smithi092.dlnhnq (mgr.14180) 992 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:34.806 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:36.394 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:36.394 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:36.754 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:36 smithi092 conmon[81890]: cluster 2023-12-01T22:20:35.368935+0000 mgr.smithi092.dlnhnq (mgr.14180) 993 : cluster [DBG] pgmap v626: 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 2023-12-01T22:20:36.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:36 smithi196 conmon[87003]: cluster 2023-12-01T22:20:35.368935+0000 mgr.smithi092.dlnhnq (mgr.14180) 993 : cluster [DBG] pgmap v626: 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 2023-12-01T22:20:36.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:37.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:37 smithi092 conmon[81890]: audit 2023-12-01T22:20:36.389933+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:20:37.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:37 smithi092 conmon[81890]: ) 994 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:37.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:37 smithi196 conmon[87003]: audit 2023-12-01T22:20:36.389933+0000 mgr.smithi092.dlnhnq (mgr.14180) 994 : audit [DBG] 2023-12-01T22:20:37.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:37 smithi196 conmon[87003]: from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:37.949 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:38.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:38 smithi092 conmon[81890]: cluster 2023-12-01T22:20:37.369714+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:20:38.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:38 smithi092 conmon[81890]: ) 995 : 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 2023-12-01T22:20:38.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:38 smithi196 conmon[87003]: cluster 2023-12-01T22:20:37.369714+0000 mgr.smithi092.dlnhnq (mgr.14180) 995 : 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 2023-12-01T22:20:39.610 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:39.611 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:39.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:40.724 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:40 smithi196 conmon[87003]: cluster 2023-12-01T22:20:39.370588+0000 mgr.smithi092.dlnhnq (mgr.14180) 996 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:40.724 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:40 smithi196 conmon[87003]: audit 2023-12-01T22:20:39. 2023-12-01T22:20:40.725 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:40 smithi196 conmon[87003]: 605831+0000 mgr.smithi092.dlnhnq (mgr.14180) 997 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:40.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:40 smithi092 conmon[81890]: cluster 2023-12-01T22:20:39.370588+0000 mgr.smithi092.dlnhnq (mgr.14180) 996 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:40.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:40 smithi092 conmon[81890]: audit 2023-12-01T22:20:39.605831+0000 mgr.smithi092.dlnhnq (mgr.14180) 997 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:40.983 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:42.679 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:42.679 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:42.700 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:42 smithi092 conmon[81890]: cluster 2023-12-01T22:20: 2023-12-01T22:20:42.700 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:42 smithi092 conmon[81890]: 41.371564+0000 mgr.smithi092.dlnhnq (mgr.14180) 998 : 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 2023-12-01T22:20:42.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:42 smithi196 conmon[87003]: cluster 2023-12-01T22:20:41.371564+0000 mgr.smithi092.dlnhnq (mgr.14180) 998 : 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 2023-12-01T22:20:43.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:44.110 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:44.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:44 smithi196 conmon[87003]: audit 2023-12-01T22:20:42.673578+0000 mgr.smithi092.dlnhnq (mgr.14180) 999 : audit [DBG] 2023-12-01T22:20:44.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:44 smithi196 conmon[87003]: from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:44.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:44 smithi196 conmon[87003]: cluster 2023-12-01T22:20:43.372449+0000 mgr.smithi092.dlnhnq (mgr.14180) 1000 : 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 2023-12-01T22:20:44.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:44 smithi092 conmon[81890]: audit 2023-12-01T22:20:42 2023-12-01T22:20:44.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:44 smithi092 conmon[81890]: .673578+0000 mgr.smithi092.dlnhnq (mgr.14180) 999 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:44.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:44 smithi092 conmon[81890]: cluster 2023-12-01T22:20:43.372449+0000 mgr.smithi092.dlnhnq (mgr.14180) 1000 : 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 2023-12-01T22:20:45.773 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:45.773 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:46.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:46.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:46 smithi092 conmon[81890]: cluster 2023-12-01T22:20:45.373201+0000 mgr.smithi092.dlnhnq (mgr.14180) 1001 : cluster [DBG] pgmap v631: 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 2023-12-01T22:20:46.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:46 smithi196 conmon[87003]: cluster 2023-12-01T22:20:45.373201+0000 mgr.smithi092.dlnhnq (mgr.14180) 1001 : cluster [DBG] pgmap v631: 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 2023-12-01T22:20:47.138 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:47.691 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:47 smithi092 conmon[81890]: audit 2023-12-01T22:20:45.768536+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:20:47.691 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:47 smithi092 conmon[81890]: mgr.14180) 1002 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:47.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:47 smithi196 conmon[87003]: audit 2023-12-01T22:20:45.768536+0000 mgr.smithi092.dlnhnq (mgr.14180) 1002 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:48.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:48 smithi092 conmon[81890]: cluster 2023-12-01T22:20:47.374132+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:20:48.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:48 smithi092 conmon[81890]: ) 1003 : 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 2023-12-01T22:20:48.814 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:48.814 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:48.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:48 smithi196 conmon[87003]: cluster 2023-12-01T22:20:47.374132+0000 mgr.smithi092.dlnhnq (mgr.14180) 1003 : cluster [DBG] 2023-12-01T22:20:48.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:48 smithi196 conmon[87003]: 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 2023-12-01T22:20:49.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:50.176 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:50.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:50 smithi092 conmon[81890]: audit 2023-12-01T22:20:48.809560+0000 mgr.smithi092.dlnhnq (mgr.14180) 1004 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:50.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:50 smithi092 conmon[81890]: cluster 2023-12-01T22:20:49.375038+0000 mgr.smithi092.dlnhnq (mgr.14180) 1005 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:50.724 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:50 smithi196 conmon[87003]: audit 2023-12-01T22:20:48.809560+0000 mgr.smithi092.dlnhnq (mgr.14180) 1004 : audit [DBG] 2023-12-01T22:20:50.724 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:50 smithi196 conmon[87003]: from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:50.724 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:50 smithi196 conmon[87003]: cluster 2023-12-01T22:20:49.375038+0000 mgr.smithi092.dlnhnq (mgr.14180) 1005 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:51.818 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:51.818 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:52.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:52.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:52 smithi092 conmon[81890]: cluster 2023-12-01T22:20:51.376097+0000 mgr.smithi092.dlnhnq 2023-12-01T22:20:52.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:52 smithi092 conmon[81890]: (mgr.14180) 1006 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:52.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:52 smithi196 conmon[87003]: cluster 2023-12-01T22:20:51.376097+0000 mgr.smithi092.dlnhnq (mgr.14180) 1006 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:53.201 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:53 smithi092 conmon[81890]: audit 2023-12-01T22:20:51.813062+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:20:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:53 smithi092 conmon[81890]: mgr.14180) 1007 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:53.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:53 smithi196 conmon[87003]: audit 2023-12-01T22:20:51.813062+0000 mgr.smithi092.dlnhnq (mgr.14180) 1007 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:54.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:54 smithi092 conmon[81890]: cluster 2023-12-01T22:20:53.376757+0000 mgr.smithi092.dlnhnq (mgr.14180) 1008 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:54.891 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:54.891 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:54.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:54 smithi196 conmon[87003]: cluster 2023-12-01T22:20:53.376757+0000 mgr.smithi092.dlnhnq (mgr.14180) 1008 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:55.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:56.227 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:56.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:56 smithi092 conmon[81890]: audit 2023-12-01T22:20:54.887046+0000 mgr.smithi092.dlnhnq 2023-12-01T22:20:56.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:56 smithi092 conmon[81890]: (mgr.14180) 1009 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:56.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:56 smithi092 conmon[81890]: cluster 2023-12-01T22:20:55.377561+0000 mgr.smithi092.dlnhnq (mgr.14180) 1010 : cluster [DBG] pgmap v636: 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 2023-12-01T22:20:56.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:56 smithi196 conmon[87003]: audit 2023-12-01T22:20:54.887046+0000 mgr.smithi092.dlnhnq (mgr.14180) 1009 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:56.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:56 smithi196 conmon[87003]: cluster 2023-12-01T22:20:55.377561+0000 mgr.smithi092.dlnhnq (mgr.14180) 1010 : cluster [DBG] pgmap v636: 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 2023-12-01T22:20:57.785 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:20:57.786 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:20:58.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:20:58.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:58 smithi092 conmon[81890]: cluster 2023-12-01T22:20:57.378345+0000 mgr.smithi092.dlnhnq (mgr.14180) 1011 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:58.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:58 smithi196 conmon[87003]: cluster 2023-12-01T22:20:57.378345+0000 mgr.smithi092.dlnhnq (mgr.14180) 1011 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:20:59.255 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:20:59.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:20:59 smithi092 conmon[81890]: audit 2023-12-01T22:20:57.780630+0000 mgr.smithi092.dlnhnq (mgr.14180) 1012 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:20:59.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:59 smithi196 conmon[87003]: audit 2023-12-01T22:20:57.780630+0000 mgr.smithi092.dlnhnq (mgr.14180) 1012 : audit 2023-12-01T22:20:59.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:20:59 smithi196 conmon[87003]: [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:00.725 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:00 smithi196 conmon[87003]: cluster 2023-12-01T22:20:59.379046+0000 mgr.smithi092.dlnhnq (mgr.14180) 1013 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:00.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:00 smithi092 conmon[81890]: cluster 2023-12-01T22:20:59.379046+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:21:00.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:00 smithi092 conmon[81890]: ) 1013 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:00.862 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:00.863 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:01.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:01.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:01 smithi092 conmon[81890]: audit 2023-12-01T22:21:01.356398+0000 mon.smithi092 (mon.0) 726 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:21:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:01 smithi196 conmon[87003]: audit 2023-12-01T22:21:01.356398+0000 mon.smithi092 (mon.0) 726 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-01T22:21:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:01 smithi196 conmon[87003]: 2023-12-01T22:21:02.190 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:02.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:02 smithi092 conmon[81890]: audit 2023-12-01T22:21:00.858041+0000 2023-12-01T22:21:02.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:02 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 1014 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:02.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:02 smithi092 conmon[81890]: cluster 2023-12-01T22:21:01.379963+0000 mgr.smithi092.dlnhnq (mgr.14180) 1015 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:02.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:02 smithi196 conmon[87003]: audit 2023-12-01T22:21:00.858041+0000 mgr.smithi092.dlnhnq (mgr.14180) 1014 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:02.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:02 smithi196 conmon[87003]: cluster 2023-12-01T22:21:01.379963+0000 mgr.smithi092.dlnhnq (mgr.14180) 1015 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:04.159 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:04.159 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:15:01.853861Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:14:58.751763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:15:01.853984Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:14:58.751912Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:14:58.751985Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:15:01.854450Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:14:58.752050Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:14:58.752112Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:15:01.854101Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:14:58.752352Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:04.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:04 smithi196 conmon[87003]: cluster 2023-12-01T22:21:03.380608+0000 mgr.smithi092.dlnhnq (mgr.14180) 1016 : cluster 2023-12-01T22:21:04.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:04 smithi196 conmon[87003]: [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 2023-12-01T22:21:04.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:04 smithi092 conmon[81890]: cluster 2023-12-01T22:21:03.380608+0000 mgr.smithi092.dlnhnq (mgr.14180) 1016 : 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 2023-12-01T22:21:04.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:05.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:05 smithi092 conmon[81890]: audit 2023-12-01T22:21:04.154240+0000 mgr.smithi092.dlnhnq (mgr.14180) 1017 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:05.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:05 smithi092 conmon[81890]: audit 2023-12-01T22:21:04.208764+0000 mon.smithi092 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:21:05.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:05 smithi196 conmon[87003]: audit 2023-12-01T22:21:04.154240+0000 mgr.smithi092.dlnhnq (mgr.14180) 1017 2023-12-01T22:21:05.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:05 smithi196 conmon[87003]: : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:05.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:05 smithi196 conmon[87003]: audit 2023-12-01T22:21:04.208764+0000 mon.smithi092 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:21:05.799 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:06.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:06 smithi092 conmon[81890]: cluster 2023-12-01T22:21:05.381355+0000 mgr.smithi092.dlnhnq (mgr.14180) 1018 : cluster 2023-12-01T22:21:06.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:06 smithi092 conmon[81890]: [DBG] pgmap v641: 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 2023-12-01T22:21:06.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:06 smithi196 conmon[87003]: cluster 2023-12-01T22:21:05.381355+0000 mgr.smithi092.dlnhnq (mgr.14180) 1018 : cluster [DBG] pgmap v641: 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 2023-12-01T22:21:07.864 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:07.865 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:08.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:08.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:08 smithi092 conmon[81890]: cluster 2023-12-01T22:21:07.382270+0000 mgr.smithi092.dlnhnq (mgr.14180) 1019 : 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 2023-12-01T22:21:08.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:08 smithi092 conmon[81890]: audit 2023-12-01T22:21:07.463413+0000 mon.smithi092 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:21:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:08 smithi092 conmon[81890]: audit 2023-12-01T22:21:07.887026+0000 mon.smithi092 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:21:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:08 smithi092 conmon[81890]: audit 2023-12-01T22:21:07.887700+0000 mon.smithi092 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:21:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:08 smithi092 conmon[81890]: audit 2023-12-01T22:21:07.897214+0000 mon.smithi092 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:21:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:08 smithi092 conmon[81890]: audit 2023-12-01T22:21:07.901180+0000 mon.smithi092 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T22:21:08.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:08 smithi092 conmon[81890]: audit 2023-12-01T22:21:07.909979+0000 mon.smithi092 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:21:08.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:08 smithi196 conmon[87003]: cluster 2023-12-01T22:21:07.382270+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:21:08.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:08 smithi196 conmon[87003]: ) 1019 : 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 2023-12-01T22:21:08.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:08 smithi196 conmon[87003]: audit 2023-12-01T22:21:07.463413+0000 mon.smithi092 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:21:08.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:08 smithi196 conmon[87003]: audit 2023-12-01T22:21:07.887026+0000 mon.smithi092 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-01T22:21:08.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:08 smithi196 conmon[87003]: audit 2023-12-01T22:21:07.887700+0000 mon.smithi092 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-01T22:21:08.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:08 smithi196 conmon[87003]: audit 2023-12-01T22:21:07.897214+0000 mon.smithi092 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:21:08.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:08 smithi196 conmon[87003]: audit 2023-12-01T22:21:07.901180+0000 mon.smithi092 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-01T22:21:08.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:08 smithi196 conmon[87003]: audit 2023-12-01T22:21:07.909979+0000 mon.smithi092 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:21:09.324 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:09 smithi092 conmon[81890]: audit 2023-12-01T22:21:07 2023-12-01T22:21:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:09 smithi092 conmon[81890]: .859061+0000 mgr.smithi092.dlnhnq (mgr.14180) 1020 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:09 smithi092 conmon[81890]: cluster 2023-12-01T22:21:07.897694+0000 mgr.smithi092.dlnhnq (mgr.14180) 1021 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-01T22:21:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:09 smithi092 conmon[81890]: cephadm 2023-12-01T22:21:07.911868+0000 mgr.smithi092.dlnhnq (mgr.14180) 1022 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.ylrmxs on smithi196 2023-12-01T22:21:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:09 smithi092 conmon[81890]: cluster 2023-12-01T22:21:08.895427+0000 2023-12-01T22:21:09.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:09 smithi092 conmon[81890]: mon.smithi092 (mon.0) 734 : cluster 2023-12-01T22:21:09.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:09 smithi092 conmon[81890]: [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-01T22:21:09.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:09 smithi092 conmon[81890]: cluster 2023- 2023-12-01T22:21:09.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:09 smithi092 conmon[81890]: 12-01T22:21:08. 2023-12-01T22:21:09.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:09 smithi092 conmon[81890]: 895455+0000 mon.smithi092 (mon.0) 735 2023-12-01T22:21:09.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:09 smithi092 conmon[81890]: : cluster [INF] Cluster is now healthy 2023-12-01T22:21:09.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:09 smithi196 conmon[87003]: audit 2023-12-01T22:21:07.859061+0000 mgr.smithi092.dlnhnq (mgr.14180) 1020 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:09.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:09 smithi196 conmon[87003]: cluster 2023-12-01T22:21:07.897694+0000 mgr.smithi092.dlnhnq (mgr.14180) 1021 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-01T22:21:09.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:09 smithi196 conmon[87003]: cephadm 2023-12-01T22:21:07.911868+0000 mgr.smithi092.dlnhnq (mgr.14180) 1022 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi196.ylrmxs on smithi196 2023-12-01T22:21:09.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:09 smithi196 conmon[87003]: cluster 2023-12-01T 2023-12-01T22:21:09.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:09 smithi196 conmon[87003]: 22:21:08.895427+0000 mon.smithi092 ( 2023-12-01T22:21:09.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:09 smithi196 conmon[87003]: mon.0) 734 : cluster [INF] 2023-12-01T22:21:09.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:09 smithi196 conmon[87003]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-01T22:21:09.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:09 smithi196 conmon[87003]: cluster 2023-12-01T22:21:09.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:09 smithi196 conmon[87003]: 2023-12-01T22:21 2023-12-01T22:21:09.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:09 smithi196 conmon[87003]: :08.895455+0000 mon.smithi092 (mon. 2023-12-01T22:21:09.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:09 smithi196 conmon[87003]: 0) 735 : cluster [INF] Cluster is now healthy 2023-12-01T22:21:11.110 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:11.111 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:11.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:11.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:11 smithi092 conmon[81890]: cluster 2023-12-01T22:21:09.898359+0000 mgr.smithi092.dlnhnq (mgr.14180) 1023 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-01T22:21:11.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:11 smithi196 conmon[87003]: cluster 2023-12-01T22:21:09.898359+0000 mgr.smithi092.dlnhnq (mgr.14180) 1023 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-01T22:21:12.470 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:12.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:12 smithi092 conmon[81890]: audit 2023-12-01T22:21:11.106148+0000 mgr.smithi092.dlnhnq (mgr.14180) 1024 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:12.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:12 smithi196 conmon[87003]: audit 2023-12-01T22:21:11.106148+0000 mgr.smithi092.dlnhnq (mgr.14180) 1024 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:13.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:13 smithi092 conmon[81890]: cluster 2023-12-01T22:21:11.899328+0000 mgr.smithi092.dlnhnq (mgr.14180) 1025 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-01T22:21:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:13 smithi196 conmon[87003]: cluster 2023-12-01T22:21:11.899328+0000 mgr.smithi092.dlnhnq (mgr.14180) 1025 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-01T22:21:14.240 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:14.240 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:14.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:15.610 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:15 smithi092 conmon[81890]: cluster 2023-12-01T22:21:13.899762+0000 mgr.smithi092.dlnhnq (mgr.14180) 1026 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-01T22:21:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:15 smithi092 conmon[81890]: audit 2023-12-01T22:21: 2023-12-01T22:21:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:15 smithi092 conmon[81890]: 14.235989+0000 mgr.smithi092.dlnhnq (mgr.14180) 1027 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:15 smithi196 conmon[87003]: cluster 2023-12-01T22:21:13.899762+0000 mgr.smithi092.dlnhnq (mgr.14180) 1026 : cluster [DBG] 2023-12-01T22:21:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:15 smithi196 conmon[87003]: pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-01T22:21:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:15 smithi196 conmon[87003]: audit 2023-12-01T22:21:14.235989+0000 mgr.smithi092.dlnhnq (mgr.14180) 1027 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:17.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:16 smithi196 conmon[87003]: audit 2023-12-01T22:21:15.866072+0000 mon.smithi092 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:21:17.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:16 smithi196 conmon[87003]: cluster 2023-12-01T22:21:15.900443+0000 mgr.smithi092.dlnhnq (mgr.14180) 1028 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-01T22:21:17.253 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:17.253 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:17.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:16 smithi092 conmon[81890]: audit 2023-12-01T22:21:15.866072+0000 mon.smithi092 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' 2023-12-01T22:21:17.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:16 smithi092 conmon[81890]: cluster 2023-12-01T22:21:15.900443+0000 mgr.smithi092.dlnhnq (mgr.14180) 1028 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-01T22:21:17.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:18.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:17 smithi092 conmon[81890]: audit 2023-12-01T22:21:17.248571+0000 mgr.smithi092.dlnhnq (mgr.14180) 1029 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:18.174 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:17 smithi196 conmon[87003]: audit 2023-12-01T22:21:17.248571+0000 mgr.smithi092.dlnhnq (mgr.14180) 1029 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:18.641 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:19.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:19 smithi196 conmon[87003]: cluster 2023-12-01T22:21:17.901023+0000 mgr.smithi092.dlnhnq (mgr.14180) 1030 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-01T22:21:19.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:19 smithi092 conmon[81890]: cluster 2023-12-01T22:21:17.901023+0000 mgr.smithi092.dlnhnq (mgr.14180) 1030 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-01T22:21:20.316 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:20.316 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:20.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:21.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:21 smithi196 conmon[87003]: cluster 2023-12-01T22:21:19.901808+0000 mgr.smithi092.dlnhnq (mgr.14180) 1031 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:21.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:21 smithi196 conmon[87003]: audit 2023-12-01T22:21:20.312005+0000 mgr.smithi092.dlnhnq (mgr.14180) 1032 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:21.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:21 smithi092 conmon[81890]: cluster 2023-12-01T22:21:19.901808+0000 mgr.smithi092.dlnhnq (mgr.14180) 1031 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:21.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:21 smithi092 conmon[81890]: audit 2023-12-01T22:21:20.312005+0000 mgr.smithi092.dlnhnq (mgr.14180) 1032 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:21.694 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:23.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:23 smithi092 conmon[81890]: cluster 2023-12-01T22:21:21.902600+0000 mgr.smithi092.dlnhnq (mgr.14180) 1033 : cluster 2023-12-01T22:21:23.271 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:23 smithi092 conmon[81890]: [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 2023-12-01T22:21:23.365 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:23.365 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:23.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:23 smithi196 conmon[87003]: cluster 2023-12-01T22:21:21.902600+0000 mgr.smithi092.dlnhnq (mgr.14180) 1033 : 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 2023-12-01T22:21:23.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:24.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:24 smithi196 conmon[87003]: audit 2023-12-01T22:21:23.361161+0000 mgr.smithi092.dlnhnq (mgr.14180) 1034 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:24.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:24 smithi092 conmon[81890]: audit 2023-12-01T22:21:23.361161+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:21:24.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:24 smithi092 conmon[81890]: 1034 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:24.736 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:25.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:25 smithi196 conmon[87003]: cluster 2023-12-01T22:21:23.902973+0000 mgr.smithi092.dlnhnq (mgr.14180) 1035 : 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 2023-12-01T22:21:25.459 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:25 smithi092 conmon[81890]: cluster 2023-12-01T22:21:23.902973+0000 mgr.smithi092.dlnhnq (mgr.14180) 1035 : 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 2023-12-01T22:21:26.436 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:26.436 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:26.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:27.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:27 smithi196 conmon[87003]: cluster 2023-12-01T22:21:25.903935+0000 mgr.smithi092.dlnhnq (mgr.14180) 1036 : cluster [DBG] pgmap v652: 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 2023-12-01T22:21:27.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:27 smithi196 conmon[87003]: audit 2023-12-01T22:21:26.431274+0000 mgr.smithi092.dlnhnq (mgr.14180) 1037 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:27.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:27 smithi092 conmon[81890]: cluster 2023-12-01T22:21:25.903935+0000 mgr.smithi092.dlnhnq (mgr.14180) 1036 : cluster [DBG] pgmap v652: 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 2023-12-01T22:21:27.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:27 smithi092 conmon[81890]: audit 2023-12-01T22:21:26.431274+0000 mgr.smithi092.dlnhnq (mgr.14180) 1037 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:27.862 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:29.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:29 smithi196 conmon[87003]: cluster 2023-12-01T22:21:27.904709+0000 mgr.smithi092.dlnhnq (mgr.14180) 1038 : 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 2023-12-01T22:21:29.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:29 smithi092 conmon[81890]: cluster 2023-12-01T22:21:27.904709+0000 mgr.smithi092.dlnhnq (mgr.14180) 1038 : 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 2023-12-01T22:21:29.710 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:29.710 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:30.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:31.106 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:31.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:31 smithi196 conmon[87003]: audit 2023-12-01T22:21:29.704979+0000 mgr.smithi092.dlnhnq (mgr.14180) 1039 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:31.424 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:31 smithi196 conmon[87003]: cluster 2023-12-01T22:21:29.905259+0000 mgr.smithi092.dlnhnq (mgr.14180) 1040 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:31.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:31 smithi092 conmon[81890]: audit 2023-12-01T22:21:29.704979+0000 mgr.smithi092.dlnhnq (mgr.14180) 1039 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:31.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:31 smithi092 conmon[81890]: cluster 2023-12-01T22:21:29.905259+0000 mgr.smithi092.dlnhnq (mgr.14180) 1040 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:32.793 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:32.794 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:33.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:33.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:33 smithi092 conmon[81890]: cluster 2023-12-01T22:21:31.905966+0000 mgr.smithi092.dlnhnq (mgr.14180) 1041 : 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 2023-12-01T22:21:33.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:33 smithi196 conmon[87003]: cluster 2023-12-01T22:21:31.905966+0000 mgr.smithi092.dlnhnq (mgr.14180) 1041 : 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 2023-12-01T22:21:34.263 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:34.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:34 smithi092 conmon[81890]: audit 2023-12-01T22:21:32.789202+0000 mgr.smithi092.dlnhnq (mgr.14180) 1042 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:34.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:34 smithi196 conmon[87003]: audit 2023-12-01T22:21:32.789202+0000 mgr.smithi092.dlnhnq (mgr.14180) 1042 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:34.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:34 smithi196 conmon[87003]: 2023-12-01T22:21:35.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:35 smithi092 conmon[81890]: cluster 2023-12-01T22:21:33.906761+0000 mgr.smithi092.dlnhnq (mgr.14180) 1043 : 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 2023-12-01T22:21:35.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:35 smithi196 conmon[87003]: cluster 2023-12-01T22:21:33.906761+0000 mgr.smithi092.dlnhnq (mgr.14180) 1043 : 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 2023-12-01T22:21:35.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:35 smithi196 conmon[87003]: 2023-12-01T22:21:35.913 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:35.913 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:36.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:37.305 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:37.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:37 smithi092 conmon[81890]: cluster 2023-12-01T22:21:35.907577+0000 mgr.smithi092.dlnhnq (mgr.14180) 1044 : cluster [DBG] pgmap v657: 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 2023-12-01T22:21:37.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:37 smithi092 conmon[81890]: audit 2023-12-01T22:21:35.908927+0000 mgr.smithi092.dlnhnq (mgr.14180) 1045 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:37.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:37 smithi196 conmon[87003]: cluster 2023-12-01T22:21:35.907577+0000 mgr.smithi092.dlnhnq (mgr.14180) 1044 : cluster [DBG] pgmap v657: 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 2023-12-01T22:21:37.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:37 smithi196 conmon[87003]: 2023-12-01T22:21:37.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:37 smithi196 conmon[87003]: audit 2023-12-01T22:21:35.908927+0000 mgr.smithi092.dlnhnq (mgr.14180) 1045 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:38.992 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:38.992 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:39.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:39 smithi092 conmon[81890]: cluster 2023-12-01T22:21:37.908133+0000 mgr.smithi092.dlnhnq (mgr.14180) 1046 : 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 2023-12-01T22:21:39.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:39 smithi196 conmon[87003]: cluster 2023-12-01T22:21:37.908133+0000 mgr.smithi092.dlnhnq (mgr.14180) 1046 : 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 2023-12-01T22:21:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:39 smithi196 conmon[87003]: 2023-12-01T22:21:40.346 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:40.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:40 smithi092 conmon[81890]: audit 2023-12-01T22:21:38.986869+0000 mgr.smithi092.dlnhnq (mgr.14180) 1047 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:40.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:40 smithi196 conmon[87003]: audit 2023-12-01T22:21:38.986869+0000 mgr.smithi092.dlnhnq (mgr.14180) 1047 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:41.197 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:41 smithi092 conmon[81890]: cluster 2023-12-01T22:21:39.908935+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:21:41.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:41 smithi092 conmon[81890]: 1048 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:41.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:41 smithi196 conmon[87003]: cluster 2023-12-01T22:21:39.908935+0000 mgr.smithi092.dlnhnq (mgr.14180) 1048 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:42.047 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:42.047 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:42.384 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:43.385 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:43.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:43 smithi092 conmon[81890]: cluster 2023-12-01T22:21:41.909893+0000 mgr.smithi092.dlnhnq (mgr.14180) 1049 : 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 2023-12-01T22:21:43.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:43 smithi092 conmon[81890]: audit 2023-12-01T22:21:42.042183+0000 mgr.smithi092.dlnhnq (mgr.14180) 1050 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:43.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:43 smithi196 conmon[87003]: cluster 2023-12-01T22:21:41.909893+0000 mgr.smithi092.dlnhnq (mgr.14180) 1049 : 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 2023-12-01T22:21:43.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:43 smithi196 conmon[87003]: audit 2023-12-01T22:21:42.042183+0000 mgr.smithi092.dlnhnq (mgr.14180) 1050 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:45.083 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:45.083 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:45.519 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:45 smithi092 conmon[81890]: cluster 2023-12-01T22:21:43.910293+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:21:45.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:45 smithi092 conmon[81890]: 14180) 1051 : 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 2023-12-01T22:21:45.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:45.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:45 smithi196 conmon[87003]: cluster 2023-12-01T22:21:43.910293+0000 mgr.smithi092.dlnhnq (mgr.14180) 1051 : 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 2023-12-01T22:21:46.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:46 smithi092 conmon[81890]: audit 2023-12-01T22:21:45.078814+0000 mgr.smithi092.dlnhnq (mgr.14180) 1052 2023-12-01T22:21:46.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:46 smithi092 conmon[81890]: : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:46.531 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:46.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:46 smithi196 conmon[87003]: audit 2023-12-01T22:21:45.078814+0000 mgr.smithi092.dlnhnq (mgr.14180) 1052 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:47.414 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:47 smithi092 conmon[81890]: cluster 2023-12-01T22:21:45.910976+0000 mgr.smithi092.dlnhnq (mgr.14180) 1053 : cluster [DBG] pgmap v662: 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 2023-12-01T22:21:47.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:47 smithi196 conmon[87003]: cluster 2023-12-01T22:21:45.910976+0000 mgr.smithi092.dlnhnq (mgr.14180) 1053 : cluster [DBG] pgmap v662: 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 2023-12-01T22:21:48.157 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:48.157 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:48.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:49 smithi092 conmon[81890]: cluster 2023-12-01T22:21:47.911520+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:21:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:49 smithi092 conmon[81890]: mgr.14180) 1054 : 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 2023-12-01T22:21:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:49 smithi092 conmon[81890]: audit 2023-12-01T22:21:48.152902+0000 mgr.smithi092.dlnhnq (mgr.14180) 1055 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:49.579 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:49.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:49 smithi196 conmon[87003]: cluster 2023-12-01T22:21:47.911520+0000 mgr.smithi092.dlnhnq (mgr.14180) 1054 : 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 2023-12-01T22:21:49.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:49 smithi196 conmon[87003]: audit 2023-12-01T22:21:48.152902+0000 mgr.smithi092.dlnhnq (mgr.14180) 1055 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:51.266 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:51.266 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:51.479 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:51 smithi092 conmon[81890]: cluster 2023-12-01T22:21:49.912081+0000 mgr.smithi092.dlnhnq (mgr.14180) 1056 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:51 smithi196 conmon[87003]: cluster 2023-12-01T22:21:49.912081+0000 mgr.smithi092.dlnhnq (mgr.14180) 1056 : cluster 2023-12-01T22:21:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:51 smithi196 conmon[87003]: [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:51.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:52.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:52 smithi092 conmon[81890]: audit 2023-12-01T22:21:51.261558+0000 mgr.smithi092.dlnhnq (mgr.14180) 1057 : audit 2023-12-01T22:21:52.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:52 smithi092 conmon[81890]: [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:52.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:52 smithi196 conmon[87003]: audit 2023-12-01T22:21:51.261558+0000 mgr.smithi092.dlnhnq (mgr.14180) 1057 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:52.724 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:53 smithi092 conmon[81890]: cluster 2023-12-01T22:21:51.912919+0000 mgr.smithi092.dlnhnq (mgr.14180) 1058 : cluster 2023-12-01T22:21:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:53 smithi092 conmon[81890]: [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 2023-12-01T22:21:53.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:53 smithi196 conmon[87003]: cluster 2023-12-01T22:21:51.912919+0000 mgr.smithi092.dlnhnq (mgr.14180) 1058 : 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 2023-12-01T22:21:54.384 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:54.384 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:54.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:55.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:55 smithi092 conmon[81890]: cluster 2023-12-01T22:21:53.913476+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:21:55.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:55 smithi092 conmon[81890]: .14180) 1059 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:55.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:55 smithi092 conmon[81890]: audit 2023-12-01T22:21:54.380194+0000 mgr.smithi092.dlnhnq (mgr.14180) 1060 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:55.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:55 smithi196 conmon[87003]: cluster 2023-12-01T22:21:53.913476+0000 mgr.smithi092.dlnhnq (mgr.14180) 1059 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:55.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:55 smithi196 conmon[87003]: audit 2023-12-01T22:21:54. 2023-12-01T22:21:55.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:55 smithi196 conmon[87003]: 380194+0000 mgr.smithi092.dlnhnq (mgr.14180) 1060 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:55.759 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:57.412 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:21:57.413 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:21:57.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:57 smithi092 conmon[81890]: cluster 2023-12-01T22:21:55.914335+0000 mgr.smithi092.dlnhnq 2023-12-01T22:21:57.441 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:57 smithi092 conmon[81890]: (mgr.14180) 1061 : cluster [DBG] pgmap v667: 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 2023-12-01T22:21:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:57 smithi196 conmon[87003]: cluster 2023-12-01T22:21:55.914335+0000 mgr.smithi092.dlnhnq (mgr.14180) 1061 : cluster [DBG] pgmap v667: 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 2023-12-01T22:21:58.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:21:58.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:58 smithi092 conmon[81890]: audit 2023-12-01T22:21:57.407848+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:21:58.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:58 smithi092 conmon[81890]: .14180) 1062 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:58.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:58 smithi196 conmon[87003]: audit 2023-12-01T22:21:57.407848+0000 mgr.smithi092.dlnhnq (mgr.14180) 1062 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:21:59.004 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:21:59.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:59 smithi092 conmon[81890]: cluster 2023-12-01T22:21:57.914953+0000 mgr.smithi092.dlnhnq 2023-12-01T22:21:59.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:21:59 smithi092 conmon[81890]: (mgr.14180) 1063 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:21:59.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:21:59 smithi196 conmon[87003]: cluster 2023-12-01T22:21:57.914953+0000 mgr.smithi092.dlnhnq (mgr.14180) 1063 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:00.662 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:00.662 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:01.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:01.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:01 smithi092 conmon[81890]: cluster 2023-12-01T22:21:59.915712+0000 mgr.smithi092.dlnhnq (mgr.14180) 1064 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:01.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:01 smithi196 conmon[87003]: cluster 2023-12-01T22:21:59.915712+0000 mgr.smithi092.dlnhnq (mgr.14180) 1064 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:02.046 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:02.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:02 smithi092 conmon[81890]: audit 2023-12-01T22:22:00.657093+0000 mgr.smithi092.dlnhnq (mgr.14180) 1065 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:02.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:02 smithi196 conmon[87003]: audit 2023-12-01T22:22:00.657093+0000 mgr.smithi092.dlnhnq (mgr.14180) 1065 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:03.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:03 smithi092 conmon[81890]: cluster 2023-12-01T22:22:01.916479+0000 mgr.smithi092.dlnhnq (mgr.14180) 1066 : cluster 2023-12-01T22:22:03.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:03 smithi092 conmon[81890]: [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:03.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:03 smithi196 conmon[87003]: cluster 2023-12-01T22:22:01.916479+0000 mgr.smithi092.dlnhnq (mgr.14180) 1066 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:03.696 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:03.696 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:04.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:05.079 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:05.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:05 smithi092 conmon[81890]: audit 2023-12-01T22:22:03.691381+0000 mgr.smithi092.dlnhnq (mgr.14180) 1067 : audit 2023-12-01T22:22:05.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:05 smithi092 conmon[81890]: [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:05.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:05 smithi092 conmon[81890]: cluster 2023-12-01T22:22:03.916916+0000 mgr.smithi092.dlnhnq (mgr.14180) 1068 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:05.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:05 smithi196 conmon[87003]: audit 2023-12-01T22:22:03.691381+0000 mgr.smithi092.dlnhnq (mgr.14180) 1067 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:05.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:05 smithi196 conmon[87003]: cluster 2023-12-01T22:22:03.916916+0000 mgr.smithi092.dlnhnq (mgr.14180) 1068 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:06.759 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:06.759 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:07.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:07.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:07 smithi092 conmon[81890]: cluster 2023-12-01T22:22:05.917734+0000 mgr.smithi092.dlnhnq (mgr.14180) 1069 : cluster [DBG] pgmap v672: 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 2023-12-01T22:22:07.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:07 smithi196 conmon[87003]: cluster 2023-12-01T22:22:05.917734+0000 mgr.smithi092.dlnhnq (mgr.14180) 1069 : cluster [DBG] pgmap v672: 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 2023-12-01T22:22:08.113 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:08.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:08 smithi092 conmon[81890]: audit 2023-12-01T22:22:06.754884+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:22:08.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:08 smithi092 conmon[81890]: 14180) 1070 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:08.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:08 smithi196 conmon[87003]: audit 2023-12-01T22:22:06.754884+0000 mgr.smithi092.dlnhnq (mgr.14180) 1070 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:09.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:09 smithi196 conmon[87003]: cluster 2023-12-01T22:22:07.918553+0000 mgr.smithi092.dlnhnq (mgr.14180) 1071 : 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 2023-12-01T22:22:09.748 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:09.749 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:09 smithi092 conmon[81890]: cluster 2023-12-01T22:22:07.918553+0000 mgr.smithi092.dlnhnq (mgr.14180) 1071 : 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 2023-12-01T22:22:10.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:11.152 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:11.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:11 smithi092 conmon[81890]: audit 2023-12-01T22:22:09.744522+0000 mgr.smithi092.dlnhnq (mgr.14180) 1072 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:11.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:11 smithi092 conmon[81890]: cluster 2023-12-01T22:22:09.919182+0000 mgr.smithi092.dlnhnq (mgr.14180) 1073 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:11.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:11 smithi196 conmon[87003]: audit 2023-12-01T22:22:09.744522+0000 mgr.smithi092.dlnhnq (mgr.14180) 1072 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:11.675 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:11 smithi196 conmon[87003]: cluster 2023-12-01T22:22:09.919182+0000 mgr.smithi092.dlnhnq (mgr.14180) 1073 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:12.819 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:12.820 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:13.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:13.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:13 smithi092 conmon[81890]: cluster 2023-12-01T22:22:11.919970+0000 mgr.smithi092.dlnhnq (mgr.14180) 1074 : 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 2023-12-01T22:22:13.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:13 smithi196 conmon[87003]: cluster 2023-12-01T22:22:11.919970+0000 mgr.smithi092.dlnhnq (mgr.14180) 1074 : 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 2023-12-01T22:22:14.195 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:14.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:14 smithi092 conmon[81890]: audit 2023-12-01T22:22: 2023-12-01T22:22:14.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:14 smithi092 conmon[81890]: 12.815103+0000 mgr.smithi092.dlnhnq (mgr.14180) 1075 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:14.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:14 smithi196 conmon[87003]: audit 2023-12-01T22:22:12.815103+0000 mgr.smithi092.dlnhnq (mgr.14180) 1075 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:14.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:14 smithi196 conmon[87003]: 2023-12-01T22:22:15.490 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:15 smithi092 conmon[81890]: cluster 2023-12-01T22:22:13.920408 2023-12-01T22:22:15.490 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:15 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 1076 : 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 2023-12-01T22:22:15.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:15 smithi196 conmon[87003]: cluster 2023-12-01T22:22:13.920408+0000 mgr.smithi092.dlnhnq (mgr.14180) 1076 : 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 2023-12-01T22:22:15.844 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:15.844 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:16.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:17.229 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:17.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:17 smithi092 conmon[81890]: audit 2023-12-01T22:22:15.839742+0000 mgr.smithi092.dlnhnq (mgr.14180) 1077 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:17.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:17 smithi092 conmon[81890]: cluster 2023-12-01T22:22:15.921259+0000 mgr.smithi092.dlnhnq (mgr.14180) 1078 : cluster [DBG] pgmap v677: 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 2023-12-01T22:22:17.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:17 smithi196 conmon[87003]: audit 2023-12-01T22:22:15.839742+0000 mgr.smithi092.dlnhnq (mgr.14180) 1077 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:17.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:17 smithi196 conmon[87003]: cluster 2023-12-01T22:22:15.921259+0000 mgr.smithi092.dlnhnq (mgr.14180) 1078 : cluster [DBG] pgmap v677: 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 2023-12-01T22:22:18.891 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:18.891 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:19.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:19.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:19 smithi196 conmon[87003]: cluster 2023-12-01T22:22:17.921907+0000 mgr.smithi092.dlnhnq (mgr.14180) 1079 : 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 2023-12-01T22:22:19.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:19 smithi092 conmon[81890]: cluster 2023-12-01T22:22:17.921907+0000 mgr.smithi092.dlnhnq (mgr.14180) 1079 : 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 2023-12-01T22:22:20.274 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:20.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:20 smithi196 conmon[87003]: audit 2023-12-01T22:22:18.886700+0000 mgr.smithi092.dlnhnq (mgr.14180) 1080 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:20.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:20 smithi092 conmon[81890]: audit 2023-12-01T22:22:18.886700+0000 mgr.smithi092.dlnhnq 2023-12-01T22:22:20.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:20 smithi092 conmon[81890]: (mgr.14180) 1080 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:21.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:21 smithi092 conmon[81890]: cluster 2023-12-01T22:22:19.922470+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:22:21.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:21 smithi092 conmon[81890]: ) 1081 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:21.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:21 smithi196 conmon[87003]: cluster 2023-12-01T22:22:19.922470+0000 mgr.smithi092.dlnhnq (mgr.14180) 1081 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:21.943 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:21.943 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:22.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:23.322 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:23.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:23 smithi196 conmon[87003]: cluster 2023-12-01T22:22:21.923176+0000 mgr.smithi092.dlnhnq (mgr.14180) 1082 : cluster [DBG] 2023-12-01T22:22:23.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:23 smithi196 conmon[87003]: 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 2023-12-01T22:22:23.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:23 smithi196 conmon[87003]: audit 2023-12-01T22:22:21.938421+0000 mgr.smithi092.dlnhnq (mgr.14180) 1083 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:23.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:23 smithi092 conmon[81890]: cluster 2023-12-01T22:22:21.923176+0000 mgr.smithi092.dlnhnq (mgr.14180) 1082 : 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 2023-12-01T22:22:23.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:23 smithi092 conmon[81890]: audit 2023-12-01T22:22:21.938421+0000 mgr.smithi092.dlnhnq (mgr.14180) 1083 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:24.992 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:24.992 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:25.360 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:25.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:25 smithi196 conmon[87003]: cluster 2023-12-01T22:22:23.923593+0000 mgr.smithi092.dlnhnq (mgr.14180) 1084 : 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 2023-12-01T22:22:25.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:25 smithi092 conmon[81890]: cluster 2023-12-01T22:22:23.923593+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:22:25.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:25 smithi092 conmon[81890]: ) 1084 : 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 2023-12-01T22:22:26.360 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:26.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:26 smithi196 conmon[87003]: audit 2023-12-01T22:22:24.988130+0000 mgr.smithi092.dlnhnq (mgr.14180) 1085 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:26.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:26 smithi092 conmon[81890]: audit 2023-12-01T22:22:24.988130+0000 mgr.smithi092.dlnhnq (mgr.14180) 1085 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:27.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:27 smithi092 conmon[81890]: cluster 2023-12-01T22:22:25.924280+0000 mgr.smithi092.dlnhnq (mgr.14180) 1086 : cluster [DBG] pgmap v682: 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 2023-12-01T22:22:27.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:27 smithi196 conmon[87003]: cluster 2023-12-01T22:22:25.924280+0000 mgr.smithi092.dlnhnq (mgr.14180) 1086 : cluster [DBG] pgmap v682: 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 2023-12-01T22:22:27.997 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:27.997 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:28.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:29.402 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:29.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:29 smithi196 conmon[87003]: cluster 2023-12-01T22:22:27.924844+0000 mgr.smithi092.dlnhnq (mgr.14180) 1087 : 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 2023-12-01T22:22:29.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:29 smithi196 conmon[87003]: audit 2023-12-01T22:22:27.992241+0000 mgr.smithi092.dlnhnq (mgr.14180) 1088 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:29.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:29 smithi092 conmon[81890]: cluster 2023-12-01T22:22:27.924844+0000 mgr.smithi092.dlnhnq (mgr.14180) 1087 : 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 2023-12-01T22:22:29.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:29 smithi092 conmon[81890]: audit 2023-12-01T22:22:27.992241+0000 2023-12-01T22:22:29.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:29 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 1088 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:31.147 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:31.148 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:31.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:31 smithi092 conmon[81890]: cluster 2023-12-01T22:22:29.925373+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:22:31.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:31 smithi092 conmon[81890]: .14180) 1089 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:31.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:31.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:31 smithi196 conmon[87003]: cluster 2023-12-01T22:22:29.925373+0000 mgr.smithi092.dlnhnq (mgr.14180) 1089 2023-12-01T22:22:31.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:31 smithi196 conmon[87003]: : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:32.636 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:32.663 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:32 smithi092 conmon[81890]: audit 2023-12-01T22:22:31.142989+0000 mgr.smithi092.dlnhnq (mgr.14180) 1090 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:32.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:32 smithi196 conmon[87003]: audit 2023-12-01T22:22:31.142989+0000 mgr.smithi092.dlnhnq (mgr.14180) 1090 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:33.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:33 smithi092 conmon[81890]: cluster 2023-12-01T22:22:33.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:33 smithi092 conmon[81890]: 2023-12-01T22:22:31.926075+0000 mgr.smithi092.dlnhnq (mgr.14180) 1091 : 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 2023-12-01T22:22:33.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:33 smithi196 conmon[87003]: cluster 2023-12-01T22:22:31.926075+0000 mgr.smithi092.dlnhnq (mgr.14180) 1091 : 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 2023-12-01T22:22:34.242 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:34.243 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:34.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:35.664 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:35.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:35 smithi196 conmon[87003]: cluster 2023-12-01T22:22:33.926436+0000 mgr.smithi092.dlnhnq (mgr.14180) 1092 : 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 2023-12-01T22:22:35.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:35 smithi196 conmon[87003]: audit 2023-12-01T22:22:34.238304+0000 mgr.smithi092.dlnhnq (mgr.14180) 1093 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:35.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:35 smithi092 conmon[81890]: cluster 2023-12-01T22:22:33.926436+0000 mgr.smithi092.dlnhnq (mgr.14180) 1092 : 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 2023-12-01T22:22:35.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:35 smithi092 conmon[81890]: audit 2023-12-01T22:22:35.690 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:35 smithi092 conmon[81890]: 2023-12-01T22:22:34.238304+0000 mgr.smithi092.dlnhnq (mgr.14180) 1093 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:37.303 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:37.303 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:37.651 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:37 smithi092 conmon[81890]: cluster 2023-12-01T22:22:35.927195+0000 mgr.smithi092.dlnhnq (mgr.14180) 1094 : cluster 2023-12-01T22:22:37.651 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:37 smithi092 conmon[81890]: [DBG] pgmap v687: 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 2023-12-01T22:22:37.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:37 smithi196 conmon[87003]: cluster 2023-12-01T22:22:35.927195+0000 mgr.smithi092.dlnhnq (mgr.14180) 1094 : cluster [DBG] 2023-12-01T22:22:37.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:37 smithi196 conmon[87003]: pgmap v687: 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 2023-12-01T22:22:37.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:38.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:38 smithi196 conmon[87003]: audit 2023-12-01T22:22:37.298729+0000 mgr.smithi092.dlnhnq (mgr.14180) 1095 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:38.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:38 smithi196 conmon[87003]: 2023-12-01T22:22:38.691 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:38.719 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:38 smithi092 conmon[81890]: audit 2023-12-01T22:22:37.298729+0000 mgr.smithi092.dlnhnq (mgr.14180) 1095 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:39 smithi092 conmon[81890]: cluster 2023-12-01T22:22:37.927955 2023-12-01T22:22:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:39 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 1096 : 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 2023-12-01T22:22:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:39 smithi196 conmon[87003]: cluster 2023-12-01T22:22:37.927955+0000 mgr.smithi092.dlnhnq (mgr.14180) 1096 : 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 2023-12-01T22:22:40.343 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:40.344 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:40.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:41.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:41 smithi196 conmon[87003]: cluster 2023-12-01T22:22:39.928440+0000 mgr.smithi092.dlnhnq (mgr.14180) 1097 : cluster [DBG] 2023-12-01T22:22:41.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:41 smithi196 conmon[87003]: pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:41.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:41 smithi196 conmon[87003]: audit 2023-12-01T22:22:40.338866+0000 mgr.smithi092.dlnhnq (mgr.14180) 1098 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:41.721 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:41.747 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:41 smithi092 conmon[81890]: cluster 2023-12-01T22:22:39.928440+0000 mgr.smithi092.dlnhnq (mgr.14180) 1097 2023-12-01T22:22:41.747 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:41 smithi092 conmon[81890]: : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:41.747 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:41 smithi092 conmon[81890]: audit 2023-12-01T22:22:40.338866+0000 mgr.smithi092.dlnhnq (mgr.14180) 1098 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:43.368 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:43.368 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:43.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:43 smithi196 conmon[87003]: cluster 2023-12-01T22:22:41.929148+0000 mgr.smithi092.dlnhnq (mgr.14180) 1099 : 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 2023-12-01T22:22:43.750 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:43 smithi092 conmon[81890]: cluster 2023-12-01T22:22:41.929148+0000 mgr.smithi092.dlnhnq (mgr.14180) 1099 : 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 2023-12-01T22:22:43.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:44.652 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:44 smithi092 conmon[81890]: audit 2023-12-01T22:22:43.363252+0000 mgr.smithi092.dlnhnq (mgr.14180) 1100 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:44.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:44 smithi196 conmon[87003]: audit 2023-12-01T22:22:43.363252+0000 mgr.smithi092.dlnhnq (mgr.14180) 1100 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:44.763 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:45.546 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:45 smithi092 conmon[81890]: cluster 2023-12-01T22:22:43.929532+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:22:45.546 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:45 smithi092 conmon[81890]: 1101 : 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 2023-12-01T22:22:45.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:45 smithi196 conmon[87003]: cluster 2023-12-01T22:22:43.929532+0000 mgr.smithi092.dlnhnq (mgr.14180) 1101 : 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 2023-12-01T22:22:46.426 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:46.426 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:46.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:47.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:47 smithi196 conmon[87003]: cluster 2023-12-01T22:22:45.930243+0000 mgr.smithi092.dlnhnq (mgr.14180) 1102 : cluster [DBG] pgmap v692: 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 2023-12-01T22:22:47.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:47 smithi196 conmon[87003]: audit 2023-12-01T 2023-12-01T22:22:47.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:47 smithi196 conmon[87003]: 22:22:46.421776+0000 mgr.smithi092.dlnhnq (mgr.14180) 1103 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:47.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:47 smithi092 conmon[81890]: cluster 2023-12-01T22:22:45.930243+0000 mgr.smithi092.dlnhnq (mgr.14180) 1102 : cluster [DBG] pgmap v692: 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 2023-12-01T22:22:47.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:47 smithi092 conmon[81890]: audit 2023-12-01T22:22:46.421776+0000 mgr.smithi092.dlnhnq (mgr.14180) 1103 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:47.808 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:49.512 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:49.512 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:49.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:49 smithi092 conmon[81890]: cluster 2023-12-01T22:22:47.930818+0000 mgr.smithi092.dlnhnq (mgr.14180) 1104 : 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 2023-12-01T22:22:49.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:49 smithi196 conmon[87003]: cluster 2023-12-01T22:22:47.930818+0000 mgr.smithi092.dlnhnq (mgr.14180) 1104 : 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 2023-12-01T22:22:49.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:49 smithi196 conmon[87003]: 2023-12-01T22:22:49.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:50.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:50 smithi196 conmon[87003]: audit 2023-12-01T22:22:49.507933+0000 mgr.smithi092.dlnhnq (mgr.14180) 1105 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:50.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:50 smithi092 conmon[81890]: audit 2023-12-01T22:22:49.507933+0000 mgr.smithi092.dlnhnq (mgr.14180) 1105 : audit 2023-12-01T22:22:50.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:50 smithi092 conmon[81890]: [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:50.853 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:51 smithi196 conmon[87003]: cluster 2023-12-01T22:22:49.931556+0000 mgr.smithi092.dlnhnq (mgr.14180) 1106 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:51.717 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:51 smithi092 conmon[81890]: cluster 2023-12-01T22:22:49.931556+0000 mgr.smithi092.dlnhnq (mgr.14180) 1106 : cluster 2023-12-01T22:22:51.717 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:51 smithi092 conmon[81890]: [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:22:52.500 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:52.500 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:52.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:53.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:53 smithi196 conmon[87003]: cluster 2023-12-01T22:22:51.932330+0000 mgr.smithi092.dlnhnq (mgr.14180) 1107 : 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 2023-12-01T22:22:53.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:53 smithi196 conmon[87003]: audit 2023-12-01T22:22:52.495313+0000 mgr.smithi092.dlnhnq (mgr.14180) 1108 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:53.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:53 smithi092 conmon[81890]: cluster 2023-12-01T22:22:51.932330+0000 mgr.smithi092.dlnhnq (mgr.14180) 1107 : 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 2023-12-01T22:22:53.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:53 smithi092 conmon[81890]: audit 2023-12-01T22:22:52.495313+0000 mgr.smithi092.dlnhnq (mgr.14180) 1108 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:53.883 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:55.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:55 smithi092 conmon[81890]: cluster 2023-12-01T22:22:53.932815+0000 mgr.smithi092.dlnhnq (mgr.14180) 1109 : 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 2023-12-01T22:22:55.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:55 smithi092 conmon[81890]: 2023-12-01T22:22:55.559 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:55.560 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:55.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:55 smithi196 conmon[87003]: cluster 2023-12-01T22:22:53.932815+0000 mgr.smithi092.dlnhnq (mgr.14180) 1109 : 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 2023-12-01T22:22:56.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:56.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:56 smithi196 conmon[87003]: audit 2023-12-01T22:22:55.555508+0000 mgr.smithi092.dlnhnq (mgr.14180) 1110 : audit [DBG] 2023-12-01T22:22:56.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:56 smithi196 conmon[87003]: from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:56.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:56 smithi092 conmon[81890]: audit 2023-12-01T22:22:55.555508+0000 mgr.smithi092.dlnhnq (mgr.14180) 1110 2023-12-01T22:22:56.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:56 smithi092 conmon[81890]: : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:22:57.027 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:22:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:57 smithi196 conmon[87003]: cluster 2023-12-01T22:22:55.933576+0000 mgr.smithi092.dlnhnq (mgr.14180) 1111 : cluster [DBG] 2023-12-01T22:22:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:57 smithi196 conmon[87003]: pgmap v697: 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 2023-12-01T22:22:57.738 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:57 smithi092 conmon[81890]: cluster 2023-12-01T22:22:55.933576+0000 mgr.smithi092.dlnhnq (mgr.14180) 1111 : cluster [DBG] pgmap v697: 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 2023-12-01T22:22:58.693 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:22:58.693 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:22:59.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:22:59.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:59 smithi196 conmon[87003]: cluster 2023-12-01T22:22:57.934240+0000 mgr.smithi092.dlnhnq (mgr.14180) 1112 : 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 2023-12-01T22:22:59.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:22:59 smithi196 conmon[87003]: 2023-12-01T22:22:59.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:22:59 smithi092 conmon[81890]: cluster 2023-12-01T22:22:57.934240+0000 mgr.smithi092.dlnhnq (mgr.14180) 1112 : 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 2023-12-01T22:23:00.054 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:00.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:00 smithi196 conmon[87003]: audit 2023-12-01T22:22:58.689062+0000 mgr.smithi092.dlnhnq (mgr.14180) 1113 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:00.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:00 smithi092 conmon[81890]: audit 2023-12-01T22:22:58.689062+0000 mgr.smithi092.dlnhnq 2023-12-01T22:23:00.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:00 smithi092 conmon[81890]: (mgr.14180) 1113 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:01.458 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:01 smithi092 conmon[81890]: cluster 2023-12-01T22:22:59.934876+0000 mgr.smithi092.dlnhnq (mgr.14180) 1114 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:01.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:01 smithi196 conmon[87003]: cluster 2023-12-01T22:22:59.934876+0000 mgr.smithi092.dlnhnq (mgr.14180) 1114 : cluster 2023-12-01T22:23:01.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:01 smithi196 conmon[87003]: [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:01.803 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:01.804 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:02.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:03.193 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:03.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:03 smithi092 conmon[81890]: audit 2023-12-01T22:23:01.798968+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:23:03.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:03 smithi092 conmon[81890]: .14180) 1115 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:03.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:03 smithi092 conmon[81890]: cluster 2023-12-01T22:23:01.935654+0000 mgr.smithi092.dlnhnq (mgr.14180) 1116 : 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 2023-12-01T22:23:03.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:03 smithi196 conmon[87003]: audit 2023-12-01T22:23:01.798968+0000 mgr.smithi092.dlnhnq (mgr.14180) 1115 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:03.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:03 smithi196 conmon[87003]: 2023-12-01T22:23:03.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:03 smithi196 conmon[87003]: cluster 2023-12-01T22:23:01.935654+0000 mgr.smithi092.dlnhnq (mgr.14180) 1116 : 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 2023-12-01T22:23:04.836 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:04.836 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:05.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:05.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:05 smithi092 conmon[81890]: cluster 2023-12-01T22:23:03.936133+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:23:05.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:05 smithi092 conmon[81890]: ) 1117 : 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 2023-12-01T22:23:05.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:05 smithi196 conmon[87003]: cluster 2023-12-01T22:23:03.936133+0000 mgr.smithi092.dlnhnq (mgr.14180) 1117 : 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 2023-12-01T22:23:06.423 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:06.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:06 smithi092 conmon[81890]: audit 2023-12-01T22:23:04.831645+0000 mgr.smithi092.dlnhnq (mgr.14180) 1118 : audit 2023-12-01T22:23:06.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:06 smithi092 conmon[81890]: [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:06.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:06 smithi196 conmon[87003]: audit 2023-12-01T22:23:04.831645+0000 mgr.smithi092.dlnhnq (mgr.14180) 1118 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:07.640 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:07 smithi092 conmon[81890]: cluster 2023-12-01T22:23:05.936835+0000 2023-12-01T22:23:07.640 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:07 smithi092 conmon[81890]: mgr.smithi092.dlnhnq (mgr.14180) 1119 : cluster [DBG] pgmap v702: 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 2023-12-01T22:23:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:07 smithi196 conmon[87003]: cluster 2023-12-01T22:23:05.936835+0000 mgr.smithi092.dlnhnq (mgr.14180) 1119 : cluster [DBG] pgmap v702: 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 2023-12-01T22:23:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:07 smithi196 conmon[87003]: 2023-12-01T22:23:08.013 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:08.013 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:08.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:09.368 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:09 smithi092 conmon[81890]: cluster 2023-12-01T22:23:07.937364+0000 mgr.smithi092.dlnhnq (mgr.14180) 1120 : cluster [DBG] pgmap v703: 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 2023-12-01T22:23:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:09 smithi092 conmon[81890]: audit 2023-12-01T22:23:08.008758+0000 mgr.smithi092.dlnhnq (mgr.14180) 1121 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:09.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:09 smithi196 conmon[87003]: cluster 2023-12-01T22:23:07.937364+0000 mgr.smithi092.dlnhnq (mgr.14180) 1120 : cluster [DBG] pgmap v703: 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 2023-12-01T22:23:09.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:09 smithi196 conmon[87003]: audit 2023-12-01T22:23:08.008758+0000 mgr.smithi092.dlnhnq (mgr.14180) 1121 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:11.055 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:11.055 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:11.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:11.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:11 smithi092 conmon[81890]: cluster 2023-12-01T22:23:09.937870+0000 mgr.smithi092.dlnhnq (mgr.14180) 1122 : cluster [DBG] pgmap v704: 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 2023-12-01T22:23:11.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:11 smithi196 conmon[87003]: cluster 2023-12-01T22:23:09.937870+0000 mgr.smithi092.dlnhnq (mgr.14180) 1122 : cluster [DBG] 2023-12-01T22:23:11.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:11 smithi196 conmon[87003]: pgmap v704: 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 2023-12-01T22:23:12.414 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:12.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:12 smithi092 conmon[81890]: audit 2023-12-01T22:23:11.050510+0000 mgr.smithi092.dlnhnq 2023-12-01T22:23:12.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:12 smithi092 conmon[81890]: (mgr.14180) 1123 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:12.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:12 smithi196 conmon[87003]: audit 2023-12-01T22:23:11.050510+0000 mgr.smithi092.dlnhnq (mgr.14180) 1123 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:13.705 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:13 smithi092 conmon[81890]: cluster 2023-12-01T22:23:11.938776+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:23:13.705 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:13 smithi092 conmon[81890]: mgr.14180) 1124 : cluster [DBG] pgmap v705: 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 2023-12-01T22:23:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:13 smithi196 conmon[87003]: cluster 2023-12-01T22:23:11.938776+0000 mgr.smithi092.dlnhnq (mgr.14180) 1124 : cluster [DBG] pgmap v705: 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 2023-12-01T22:23:14.107 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:14.107 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:14.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:15.449 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:15 smithi092 conmon[81890]: cluster 2023-12-01T22:23:13.939223+0000 mgr.smithi092.dlnhnq (mgr.14180) 1125 : cluster [DBG] pgmap v706: 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 2023-12-01T22:23:15.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:15 smithi092 conmon[81890]: audit 2023-12-01T22:23:14.102874+0000 mgr.smithi092.dlnhnq (mgr.14180) 1126 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:15 smithi196 conmon[87003]: cluster 2023-12-01T22:23:13.939223+0000 mgr.smithi092.dlnhnq (mgr.14180) 1125 : cluster [DBG] pgmap v706: 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 2023-12-01T22:23:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:15 smithi196 conmon[87003]: audit 2023-12-01T22:23:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:15 smithi196 conmon[87003]: 2023-12-01T22:23:14.102874+0000 mgr.smithi092.dlnhnq (mgr.14180) 1126 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:17.132 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:17.133 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:17.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:17.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:17 smithi092 conmon[81890]: cluster 2023-12-01T22:23:15.939927+0000 mgr.smithi092.dlnhnq (mgr.14180) 1127 : cluster [DBG] pgmap v707: 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 2023-12-01T22:23:17.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:17 smithi196 conmon[87003]: cluster 2023-12-01T22:23:15.939927+0000 mgr.smithi092.dlnhnq (mgr.14180) 1127 : cluster [DBG] pgmap v707: 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 2023-12-01T22:23:18.486 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:18.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:18 smithi092 conmon[81890]: audit 2023-12-01T22:23:17.127515+0000 mgr.smithi092.dlnhnq (mgr.14180) 1128 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:18 smithi196 conmon[87003]: audit 2023-12-01T22:23:17.127515+0000 mgr.smithi092.dlnhnq (mgr.14180) 1128 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:18.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:18 smithi196 conmon[87003]: 2023-12-01T22:23:19.753 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:19 smithi092 conmon[81890]: cluster 2023-12-01T22:23:17.940624+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:23:19.753 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:19 smithi092 conmon[81890]: ) 1129 : 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 2023-12-01T22:23:19.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:19 smithi196 conmon[87003]: cluster 2023-12-01T22:23:17.940624+0000 mgr.smithi092.dlnhnq (mgr.14180) 1129 : 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 2023-12-01T22:23:20.113 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:20.113 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:20.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:21.532 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:21.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:21 smithi092 conmon[81890]: cluster 2023-12-01T22:23:19.941160+0000 mgr.smithi092.dlnhnq (mgr.14180) 1130 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:21.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:21 smithi092 conmon[81890]: audit 2023-12-01T22:23:20.108890+0000 mgr.smithi092.dlnhnq (mgr.14180) 1131 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:21 smithi196 conmon[87003]: cluster 2023-12-01T22:23:19.941160+0000 mgr.smithi092.dlnhnq (mgr.14180) 1130 : cluster [DBG] 2023-12-01T22:23:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:21 smithi196 conmon[87003]: pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:21 smithi196 conmon[87003]: audit 2023-12-01T22:23:20.108890+0000 mgr.smithi092.dlnhnq (mgr.14180) 1131 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:23.178 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:23.178 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:23.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:23.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:23 smithi092 conmon[81890]: cluster 2023-12-01T22:23:21.941900+0000 mgr.smithi092.dlnhnq 2023-12-01T22:23:23.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:23 smithi092 conmon[81890]: (mgr.14180) 1132 : 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 2023-12-01T22:23:23.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:23 smithi196 conmon[87003]: cluster 2023-12-01T22:23:21.941900+0000 mgr.smithi092.dlnhnq (mgr.14180) 1132 : 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 2023-12-01T22:23:24.558 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:24.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:24 smithi092 conmon[81890]: audit 2023-12-01T22:23:23.173572+0000 mgr.smithi092.dlnhnq (mgr.14180) 1133 : audit [DBG] 2023-12-01T22:23:24.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:24 smithi092 conmon[81890]: from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:24.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:24 smithi196 conmon[87003]: audit 2023-12-01T22:23:23.173572+0000 mgr.smithi092.dlnhnq (mgr.14180) 1133 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:24.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:24 smithi196 conmon[87003]: 2023-12-01T22:23:25.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:25 smithi092 conmon[81890]: cluster 2023-12-01T22:23:23.942573+0000 mgr.smithi092.dlnhnq (mgr.14180) 1134 : cluster [DBG] pgmap v711: 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 2023-12-01T22:23:25.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:25 smithi196 conmon[87003]: cluster 2023-12-01T22:23:23.942573+0000 mgr.smithi092.dlnhnq (mgr.14180) 1134 : cluster [DBG] pgmap v711: 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 2023-12-01T22:23:26.238 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:26.238 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:26.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:27.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:27 smithi092 conmon[81890]: cluster 2023-12-01T22:23:25.943293+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:23:27.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:27 smithi092 conmon[81890]: 1135 : 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 2023-12-01T22:23:27.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:27 smithi092 conmon[81890]: audit 2023-12-01T22:23:26.233915+0000 mgr.smithi092.dlnhnq (mgr.14180) 1136 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:27.803 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:27 smithi196 conmon[87003]: cluster 2023-12-01T22:23:25.943293+0000 mgr.smithi092.dlnhnq (mgr.14180) 1135 : 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 2023-12-01T22:23:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:27 smithi196 conmon[87003]: audit 2023-12-01T22:23:26.233915+0000 mgr.smithi092.dlnhnq (mgr.14180) 1136 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:29.441 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:29.441 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:29.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:29 smithi092 conmon[81890]: cluster 2023-12-01T22:23:27.943861+0000 mgr.smithi092.dlnhnq (mgr.14180) 1137 : 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 2023-12-01T22:23:29.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:29.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:29 smithi196 conmon[87003]: cluster 2023-12-01T22:23:27.943861+0000 mgr.smithi092.dlnhnq (mgr.14180) 1137 : 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 2023-12-01T22:23:30.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:30 smithi092 conmon[81890]: audit 2023-12-01T22:23:29.436395+0000 mgr.smithi092.dlnhnq (mgr.14180) 1138 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:30.853 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:30.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:30 smithi196 conmon[87003]: audit 2023-12-01T22:23:29.436395+0000 mgr.smithi092.dlnhnq (mgr.14180) 1138 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:31.663 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:31 smithi092 conmon[81890]: cluster 2023-12-01T22:23:29.944377+0000 mgr.smithi092.dlnhnq (mgr.14180) 1139 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:31.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:31 smithi196 conmon[87003]: cluster 2023-12-01T22:23:29.944377+0000 mgr.smithi092.dlnhnq (mgr.14180) 1139 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:32.662 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:32.662 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:32.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:33.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:33 smithi092 conmon[81890]: cluster 2023-12-01T22:23:31.945152+0000 mgr.smithi092.dlnhnq (mgr.14180) 1140 : 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 2023-12-01T22:23:33.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:33 smithi196 conmon[87003]: cluster 2023-12-01T22:23:31.945152+0000 mgr.smithi092.dlnhnq (mgr.14180) 1140 : 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 2023-12-01T22:23:33.995 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:34.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:34 smithi092 conmon[81890]: audit 2023-12-01T22:23:32.658155+0000 mgr.smithi092.dlnhnq (mgr.14180) 1141 : audit [DBG] 2023-12-01T22:23:34.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:34 smithi092 conmon[81890]: from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:34.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:34 smithi196 conmon[87003]: audit 2023-12-01T22:23:32.658155+0000 mgr.smithi092.dlnhnq (mgr.14180) 1141 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:35.704 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:35.704 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:14:55.463377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.thxdlc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:35.725 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:35 smithi092 conmon[81890]: cluster 2023-12-01T22:23:33.945630+0000 mgr.smithi092.dlnhnq (mgr.14180) 1142 : cluster [DBG] pgmap v716: 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 2023-12-01T22:23:35.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:35 smithi196 conmon[87003]: cluster 2023-12-01T22:23:33.945630+0000 mgr.smithi092.dlnhnq (mgr.14180) 1142 : cluster [DBG] pgmap v716: 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 2023-12-01T22:23:36.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:37.138 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:37.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:37 smithi092 conmon[81890]: audit 2023-12-01T22:23:35.699227+0000 mgr.smithi092.dlnhnq (mgr.14180) 1143 : audit [DBG] 2023-12-01T22:23:37.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:37 smithi092 conmon[81890]: from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:37.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:37 smithi092 conmon[81890]: cluster 2023-12-01T22:23:35.946313+0000 mgr.smithi092.dlnhnq (mgr.14180) 1144 : 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 2023-12-01T22:23:37.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:37 smithi092 conmon[81890]: audit 2023-12-01T22:23:37.236747+0000 mon.smithi092 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.ylrmxs"}]: dispatch 2023-12-01T22:23:37.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:37 smithi196 conmon[87003]: audit 2023-12-01T22:23:35.699227+0000 mgr.smithi092.dlnhnq (mgr.14180) 1143 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:37.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:37 smithi196 conmon[87003]: cluster 2023-12-01T22:23:35.946313+0000 mgr.smithi092.dlnhnq (mgr.14180) 1144 : 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 2023-12-01T22:23:37.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:37 smithi196 conmon[87003]: audit 2023-12-01T22:23:37.236747+0000 mon.smithi092 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.92:0/3797320187' entity='mgr.smithi092.dlnhnq' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi196.ylrmxs"}]: dispatch 2023-12-01T22:23:38.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: cephadm 2023-12-01T22:23:37.236200+0000 mgr.smithi092.dlnhnq (mgr.14180) 1145 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs 2023-12-01T22:23:38.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi196.ylrmxs ... 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:21:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:22:22Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:22:59Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: 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 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: Traceback (most recent call last): 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: yield (conn, connr) 2023-12-01T22:23:38.772 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: code, '\n'.join(err))) 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi196.ylrmxs ... 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:21:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:22:22Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:22:59Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: 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 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docke 2023-12-01T22:23:38.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: r.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: cephadm 2023-12-01T22:23:37.236359+0000 mgr.smithi092.dlnhnq (mgr.14180) 1146 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: cephadm 2023-12-01T22:23:37.237475+0000 mgr.smithi092.dlnhnq (mgr.14180) 1147 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: Deploy daemon haproxy.nfs.foo.smithi196.ylrmxs ... 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:21:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:22:22Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: stat: stderr time="2023-12-01T22:22:59Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: 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 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:23:38.774 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:38 smithi092 conmon[81890]: cephadm 2023-12-01T22:23:37.238867+0000 mgr.smithi092.dlnhnq (mgr.14180) 1148 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.nlzdpe on smithi092 2023-12-01T22:23:38.796 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:38.796 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:38.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: cephadm 2023-12-01T22:23:37.236200+0000 mgr.smithi092.dlnhnq (mgr.14180) 1145 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs 2023-12-01T22:23:38.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs 2023-12-01T22:23:38.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi196.ylrmxs ... 2023-12-01T22:23:38.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:23:38.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:23:38.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:21:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:22:22Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:22:59Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: 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 2023-12-01T22:23:38.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:23:38.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: Traceback (most recent call last): 2023-12-01T22:23:38.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-01T22:23:38.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: yield (conn, connr) 2023-12-01T22:23:38.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-01T22:23:38.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: code, '\n'.join(err))) 2023-12-01T22:23:38.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: 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-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs 2023-12-01T22:23:38.926 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs 2023-12-01T22:23:38.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi196.ylrmxs ... 2023-12-01T22:23:38.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:23:38.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:23:38.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:21:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:22:22Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:22:59Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: 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 2023-12-01T22:23:38.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docke 2023-12-01T22:23:38.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: r.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:23:38.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: cephadm 2023-12-01T22:23:37.236359+0000 mgr.smithi092.dlnhnq (mgr.14180) 1146 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.927 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: cephadm 2023-12-01T22:23:37.237475+0000 mgr.smithi092.dlnhnq (mgr.14180) 1147 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs 2023-12-01T22:23:38.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs 2023-12-01T22:23:38.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs 2023-12-01T22:23:38.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: Deploy daemon haproxy.nfs.foo.smithi196.ylrmxs ... 2023-12-01T22:23:38.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:23:38.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-01T22:23:38.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:21:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:22:22Z" level=warning msg="failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: stat: stderr time="2023-12-01T22:22:59Z" level=warning msg="failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-01T22:23:38.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: 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 2023-12-01T22:23:38.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: 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=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-01T22:23:38.928 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:38 smithi196 conmon[87003]: cephadm 2023-12-01T22:23:37.238867+0000 mgr.smithi092.dlnhnq (mgr.14180) 1148 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.nlzdpe on smithi092 2023-12-01T22:23:39.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:39.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:39 smithi092 conmon[81890]: cluster 2023-12-01T22:23:37.946831+0000 mgr.smithi092.dlnhnq (mgr.14180) 1149 : 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 2023-12-01T22:23:39.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:39 smithi196 conmon[87003]: cluster 2023-12-01T22:23:37.946831+0000 mgr.smithi092.dlnhnq (mgr.14180) 1149 : cluster 2023-12-01T22:23:39.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:39 smithi196 conmon[87003]: [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 2023-12-01T22:23:40.177 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:40.768 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:40 smithi092 conmon[81890]: audit 2023-12-01T22:23:38.792212+0000 mgr.smithi092.dlnhnq (mgr.14180) 1150 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:40.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:40 smithi196 conmon[87003]: audit 2023-12-01T22:23:38.792212+0000 mgr.smithi092.dlnhnq (mgr.14180) 1150 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:41.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:41 smithi092 conmon[81890]: cluster 2023-12-01T22:23:39.947519+0000 mgr.smithi092.dlnhnq (mgr.14180) 1151 : cluster [DBG] 2023-12-01T22:23:41.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:41 smithi092 conmon[81890]: pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:41.814 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:41.815 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:41.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:41 smithi196 conmon[87003]: cluster 2023-12-01T22:23:39.947519+0000 mgr.smithi092.dlnhnq (mgr.14180) 1151 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:42.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:43.209 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:43.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:43 smithi092 conmon[81890]: audit 2023-12 2023-12-01T22:23:43.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:43 smithi092 conmon[81890]: -01T22:23:41.810349+0000 mgr.smithi092.dlnhnq (mgr.14180) 1152 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:43.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:43 smithi092 conmon[81890]: cluster 2023-12-01T22:23:41.948295+0000 mgr.smithi092.dlnhnq (mgr.14180) 1153 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:43.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:43 smithi196 conmon[87003]: audit 2023-12-01T22:23:41.810349+0000 mgr.smithi092.dlnhnq (mgr.14180) 1152 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:43.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:43 smithi196 conmon[87003]: cluster 2023-12-01T22:23:41.948295+0000 2023-12-01T22:23:43.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:43 smithi196 conmon[87003]: mgr.smithi092.dlnhnq (mgr.14180) 1153 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:44.839 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:44.840 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:45.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:45.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:45 smithi196 conmon[87003]: cluster 2023-12-01T22:23:43.948962+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:23:45.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:45 smithi196 conmon[87003]: ) 1154 : cluster [DBG] pgmap v721: 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 2023-12-01T22:23:46.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:45 smithi092 conmon[81890]: cluster 2023-12-01T22:23:43.948962+0000 mgr.smithi092.dlnhnq (mgr.14180) 1154 : 2023-12-01T22:23:46.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:45 smithi092 conmon[81890]: cluster [DBG] pgmap v721: 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 2023-12-01T22:23:46.335 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:46.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:46 smithi092 conmon[81890]: audit 2023-12-01T22:23:44.834950+0000 mgr.smithi092.dlnhnq (mgr.14180) 1155 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:46.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:46 smithi092 conmon[81890]: 2023-12-01T22:23:46.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:46 smithi196 conmon[87003]: audit 2023-12-01T22:23:44.834950+0000 mgr.smithi092.dlnhnq (mgr.14180) 1155 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:47.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:47 smithi092 conmon[81890]: cluster 2023-12-01T22:23:45.949672+0000 mgr.smithi092.dlnhnq (mgr.14180) 1156 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:47.877 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:47.878 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:47.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:47 smithi196 conmon[87003]: cluster 2023-12-01T22:23:45.949672+0000 mgr.smithi092.dlnhnq (mgr.14180) 1156 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:48.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:49.269 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:49.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:49 smithi092 conmon[81890]: audit 2023-12-01T22:23:47.873518+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:23:49.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:49 smithi092 conmon[81890]: ) 1157 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:49.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:49 smithi092 conmon[81890]: cluster 2023-12-01T22:23:47.950162+0000 mgr.smithi092.dlnhnq (mgr.14180) 1158 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:49.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:49 smithi196 conmon[87003]: audit 2023-12-01T22:23:47.873518+0000 mgr.smithi092.dlnhnq (mgr.14180) 1157 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:49.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:49 smithi196 conmon[87003]: 2023-12-01T22:23:49.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:49 smithi196 conmon[87003]: cluster 2023-12-01T22:23:47.950162+0000 mgr.smithi092.dlnhnq (mgr.14180) 1158 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:50.913 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:50.913 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:51.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:51.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:51 smithi092 conmon[81890]: cluster 2023-12-01T22:23:49.950724+0000 mgr.smithi092.dlnhnq (mgr.14180) 1159 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:51.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:51 smithi196 conmon[87003]: cluster 2023-12-01T22:23:49.950724+0000 mgr.smithi092.dlnhnq (mgr.14180) 1159 : 2023-12-01T22:23:51.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:51 smithi196 conmon[87003]: cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:52.298 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:52.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:52 smithi092 conmon[81890]: audit 2023-12-01T22:23:50.908574+0000 mgr.smithi092.dlnhnq (mgr.14180) 1160 : audit 2023-12-01T22:23:52.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:52 smithi092 conmon[81890]: [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:52.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:52 smithi196 conmon[87003]: audit 2023-12-01T22:23:50.908574+0000 mgr.smithi092.dlnhnq (mgr.14180) 1160 : audit 2023-12-01T22:23:52.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:52 smithi196 conmon[87003]: [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:53.912 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:53.912 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:53.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:53 smithi196 conmon[87003]: cluster 2023-12-01T22:23:51.951463+0000 mgr.smithi092.dlnhnq (mgr.14180) 1161 : cluster [DBG] 2023-12-01T22:23:53.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:53 smithi196 conmon[87003]: pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:53.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:53 smithi092 conmon[81890]: cluster 2023-12-01T22:23:51.951463+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:23:53.935 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:53 smithi092 conmon[81890]: 14180) 1161 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:23:54.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:55.341 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:55.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:55 smithi092 conmon[81890]: audit 2023-12-01T22:23:53.907135+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:23:55.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:55 smithi092 conmon[81890]: 1162 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:55.771 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:55 smithi092 conmon[81890]: cluster 2023-12-01T22:23:53.952000+0000 mgr.smithi092.dlnhnq (mgr.14180) 1163 : cluster [DBG] pgmap v726: 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 2023-12-01T22:23:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:55 smithi196 conmon[87003]: audit 2023-12-01T22:23:53.907135+0000 mgr.smithi092.dlnhnq (mgr.14180) 1162 : audit 2023-12-01T22:23:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:55 smithi196 conmon[87003]: [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:55.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:55 smithi196 conmon[87003]: cluster 2023-12-01T22:23:53.952000+0000 mgr.smithi092.dlnhnq (mgr.14180) 1163 : cluster [DBG] pgmap v726: 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 2023-12-01T22:23:57.015 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:23:57.015 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:23:57.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:23:57.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:57 smithi092 conmon[81890]: cluster 2023-12-01T22:23:55.952844+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:23:57.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:57 smithi092 conmon[81890]: mgr.14180) 1164 : 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 2023-12-01T22:23:57.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:57 smithi196 conmon[87003]: cluster 2023-12-01T22:23:55.952844+0000 mgr.smithi092.dlnhnq (mgr.14180) 1164 : cluster [DBG] 2023-12-01T22:23:57.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:57 smithi196 conmon[87003]: 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 2023-12-01T22:23:58.486 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:23:58.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:58 smithi092 conmon[81890]: audit 2023-12-01T22:23:57.010734+0000 mgr.smithi092.dlnhnq (mgr.14180) 1165 : audit [DBG] 2023-12-01T22:23:58.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:58 smithi092 conmon[81890]: from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:58.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:58 smithi196 conmon[87003]: audit 2023-12-01T22:23:57.010734+0000 mgr.smithi092.dlnhnq (mgr.14180) 1165 : audit [DBG] 2023-12-01T22:23:58.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:58 smithi196 conmon[87003]: from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:23:59.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:59 smithi092 conmon[81890]: cluster 2023-12-01T22:23:57.953382+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:23:59.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:23:59 smithi092 conmon[81890]: mgr.14180) 1166 : 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 2023-12-01T22:23:59.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:59 smithi196 conmon[87003]: cluster 2023-12-01T22:23:57.953382+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:23:59.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:23:59 smithi196 conmon[87003]: 14180) 1166 : 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 2023-12-01T22:24:00.180 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:00.180 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:00.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:01.537 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:01 smithi196 conmon[87003]: cluster 2023-12-01T22:23:59.953967+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:24:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:01 smithi196 conmon[87003]: 1167 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:24:01.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:01 smithi196 conmon[87003]: audit 2023-12-01T22:24:00.176069+0000 mgr.smithi092.dlnhnq (mgr.14180) 1168 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:02.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:01 smithi092 conmon[81890]: cluster 2023-12-01T22:23:59.953967+0000 mgr.smithi092.dlnhnq (mgr.14180) 1167 2023-12-01T22:24:02.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:01 smithi092 conmon[81890]: : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:24:02.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:01 smithi092 conmon[81890]: audit 2023-12-01T22:24:00.176069+0000 mgr.smithi092.dlnhnq (mgr.14180) 1168 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:03.310 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:03.311 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:03.678 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:03 smithi092 conmon[81890]: cluster 2023-12-01T22:24:01.954766+0000 mgr.smithi092.dlnhnq (mgr.14180) 1169 : 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 2023-12-01T22:24:03.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:03 smithi196 conmon[87003]: cluster 2023-12-01T22:24:01.954766+0000 mgr.smithi092.dlnhnq (mgr.14180) 1169 : cluster 2023-12-01T22:24:03.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:03 smithi196 conmon[87003]: [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 2023-12-01T22:24:04.680 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:04.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:04 smithi196 conmon[87003]: audit 2023-12-01T22:24:03.306061+0000 mgr.smithi092.dlnhnq (mgr.14180) 1170 : audit [DBG] 2023-12-01T22:24:04.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:04 smithi196 conmon[87003]: from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:05.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:04 smithi092 conmon[81890]: audit 2023-12-01T22:24:03.306061+0000 mgr.smithi092.dlnhnq (mgr.14180) 1170 2023-12-01T22:24:05.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:04 smithi092 conmon[81890]: : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:05.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:05 smithi196 conmon[87003]: cluster 2023-12-01T22:24:03.955228+0000 mgr.smithi092.dlnhnq (mgr.14180) 1171 : cluster [DBG] 2023-12-01T22:24:05.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:05 smithi196 conmon[87003]: pgmap v731: 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 2023-12-01T22:24:05.951 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:05 smithi092 conmon[81890]: cluster 2023-12-01T22:24:03.955228+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:24:05.952 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:05 smithi092 conmon[81890]: mgr.14180) 1171 : cluster [DBG] pgmap v731: 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 2023-12-01T22:24:06.331 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:06.331 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:06.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:07.720 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:07 smithi196 conmon[87003]: cluster 2023-12-01T22:24:05.955927+0000 mgr.smithi092.dlnhnq (mgr.14180) 1172 : 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 2023-12-01T22:24:07.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:07 smithi196 conmon[87003]: audit 2023-12-01T22:24:06.327197+0000 mgr.smithi092.dlnhnq (mgr.14180) 1173 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:08.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:07 smithi092 conmon[81890]: cluster 2023-12-01T22:24:05.955927+0000 mgr.smithi092.dlnhnq (mgr.14180) 1172 : 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 2023-12-01T22:24:08.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:07 smithi092 conmon[81890]: audit 2023-12-01T22:24:06.327197+0000 mgr.smithi092.dlnhnq (mgr.14180) 1173 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:09.486 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:09.487 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:09.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:09 smithi092 conmon[81890]: cluster 2023-12-01T22:24:07.956457+0000 mgr.smithi092.dlnhnq (mgr.14180) 1174 : 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 2023-12-01T22:24:09.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:09.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:09 smithi196 conmon[87003]: cluster 2023-12-01T22:24:07.956457+0000 mgr.smithi092.dlnhnq (mgr.14180) 1174 : cluster [DBG] 2023-12-01T22:24:09.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:09 smithi196 conmon[87003]: 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 2023-12-01T22:24:10.874 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:10.903 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:10 smithi092 conmon[81890]: audit 2023-12-01T22:24:09.482222+0000 mgr.smithi092.dlnhnq (mgr.14180) 1175 : audit 2023-12-01T22:24:10.903 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:10 smithi092 conmon[81890]: [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:10.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:10 smithi196 conmon[87003]: audit 2023-12-01T22:24:09.482222+0000 mgr.smithi092.dlnhnq (mgr.14180) 1175 : audit [DBG] 2023-12-01T22:24:10.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:10 smithi196 conmon[87003]: from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:11.748 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:11 smithi092 conmon[81890]: cluster 2023-12-01T22:24:09.957125+0000 mgr.smithi092.dlnhnq (mgr.14180) 1176 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:24:11.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:11 smithi196 conmon[87003]: cluster 2023-12-01T22:24:09.957125+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:24:11.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:11 smithi196 conmon[87003]: 1176 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:24:12.542 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:12.542 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:12.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:13.917 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:13 smithi196 conmon[87003]: cluster 2023-12-01T22:24:11.957827+0000 mgr.smithi092.dlnhnq (mgr.14180) 1177 : cluster 2023-12-01T22:24:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:13 smithi196 conmon[87003]: [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 2023-12-01T22:24:13.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:13 smithi196 conmon[87003]: audit 2023-12-01T22:24:12.537782+0000 mgr.smithi092.dlnhnq (mgr.14180) 1178 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:13.947 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:13 smithi092 conmon[81890]: cluster 2023-12-01T22:24:11.957827+0000 mgr.smithi092.dlnhnq (mgr.14180) 2023-12-01T22:24:13.947 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:13 smithi092 conmon[81890]: 1177 : 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 2023-12-01T22:24:13.947 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:13 smithi092 conmon[81890]: audit 2023-12-01T22:24:12.537782+0000 mgr.smithi092.dlnhnq (mgr.14180) 1178 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:15.566 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:15.566 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:15 smithi196 conmon[87003]: cluster 2023-12-01T22:24:13.958448+0000 mgr.smithi092.dlnhnq (mgr.14180) 1179 : cluster 2023-12-01T22:24:15.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:15 smithi196 conmon[87003]: [DBG] pgmap v736: 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 2023-12-01T22:24:15.947 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:15 smithi092 conmon[81890]: cluster 2023-12-01T22:24:13.958448+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:24:15.947 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:15 smithi092 conmon[81890]: ) 1179 : cluster [DBG] pgmap v736: 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 2023-12-01T22:24:15.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:16.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:16 smithi196 conmon[87003]: audit 2023-12-01T22:24:15.560949+0000 mgr.smithi092.dlnhnq (mgr.14180) 1180 : audit 2023-12-01T22:24:16.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:16 smithi196 conmon[87003]: [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:16.967 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:16.997 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:16 smithi092 conmon[81890]: audit 2023-12-01T22:24:15.560949+0000 mgr.smithi092.dlnhnq (mgr.14180) 1180 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:17.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:17 smithi092 conmon[81890]: cluster 2023-12-01T22:24:15.959292+0000 mgr.smithi092.dlnhnq 2023-12-01T22:24:17.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:17 smithi092 conmon[81890]: (mgr.14180) 1181 : 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 2023-12-01T22:24:17.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:17 smithi196 conmon[87003]: cluster 2023-12-01T22:24:15.959292+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:24:17.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:17 smithi196 conmon[87003]: ) 1181 : 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 2023-12-01T22:24:18.654 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:18.655 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:19.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:19.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:19 smithi196 conmon[87003]: cluster 2023-12-01T22:24:17.959925+0000 mgr.smithi092.dlnhnq (mgr.14180) 1182 : 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 2023-12-01T22:24:20.003 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:20.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:19 smithi092 conmon[81890]: cluster 2023-12-01T22:24:17.959925+0000 mgr.smithi092.dlnhnq (mgr.14180) 1182 : 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 2023-12-01T22:24:20.904 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:20 smithi092 conmon[81890]: audit 2023-12-01T22:24:18.649947+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:24:20.904 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:20 smithi092 conmon[81890]: ) 1183 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:20.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:20 smithi196 conmon[87003]: audit 2023-12-01T22:24:18.649947+0000 mgr.smithi092.dlnhnq (mgr.14180) 1183 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:21.676 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:21.676 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:21.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:21 smithi196 conmon[87003]: cluster 2023-12-01T22:24:19.960572+0000 mgr.smithi092.dlnhnq (mgr.14180) 1184 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:24:22.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:21 smithi092 conmon[81890]: cluster 2023-12-01T22:24:19.960572+0000 mgr.smithi092.dlnhnq (mgr. 2023-12-01T22:24:22.001 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:21 smithi092 conmon[81890]: 14180) 1184 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:24:22.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:23.039 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:23.895 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:23 smithi092 conmon[81890]: audit 2023-12-01T22:24:21.671725+0000 mgr.smithi092.dlnhnq (mgr.14180) 1185 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:23.895 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:23 smithi092 conmon[81890]: cluster 2023-12-01T22:24:21.961249+0000 mgr.smithi092.dlnhnq (mgr.14180) 1186 : 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 2023-12-01T22:24:23.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:23 smithi196 conmon[87003]: audit 2023-12-01T22:24:21.671725+0000 mgr.smithi092.dlnhnq (mgr.14180) 1185 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:23.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:23 smithi196 conmon[87003]: cluster 2023-12-01T22:24:21.961249+0000 mgr.smithi092.dlnhnq (mgr.14180) 1186 : 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 2023-12-01T22:24:24.685 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:24.685 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:25.066 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:25.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:25 smithi196 conmon[87003]: cluster 2023-12-01T22:24:23.961746+0000 mgr.smithi092.dlnhnq (mgr.14180) 1187 : cluster [DBG] pgmap v741: 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 2023-12-01T22:24:25.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:25 smithi196 conmon[87003]: 2023-12-01T22:24:26.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:25 smithi092 conmon[81890]: cluster 2023-12-01T22:24:23.961746+0000 mgr.smithi092.dlnhnq (mgr.14180) 1187 : cluster [DBG] pgmap v741: 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 2023-12-01T22:24:26.067 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:26.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:26 smithi196 conmon[87003]: audit 2023-12-01T22:24:24.680064+0000 mgr.smithi092.dlnhnq (mgr.14180) 1188 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:26.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:26 smithi092 conmon[81890]: audit 2023-12-01T22:24:24.680064+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:24:26.936 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:26 smithi092 conmon[81890]: ) 1188 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:27.689 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:27.689 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:27 smithi196 conmon[87003]: cluster 2023-12-01T22:24:25.962584+0000 mgr.smithi092.dlnhnq (mgr.14180) 1189 : cluster 2023-12-01T22:24:27.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:27 smithi196 conmon[87003]: [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 2023-12-01T22:24:27.940 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:27 smithi092 conmon[81890]: cluster 2023-12-01T22:24:25.962584+0000 mgr.smithi092.dlnhnq (mgr.14180) 1189 : 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 2023-12-01T22:24:28.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:29.100 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:29.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:29 smithi196 conmon[87003]: audit 2023-12-01T22:24:27.684074+0000 mgr.smithi092.dlnhnq (mgr.14180) 1190 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:29.925 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:29 smithi196 conmon[87003]: cluster 2023-12-01T22:24:27.963348+0000 mgr.smithi092.dlnhnq (mgr.14180) 1191 : 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 2023-12-01T22:24:29.969 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:29 smithi092 conmon[81890]: audit 2023-12-01T22:24:27.684074+0000 mgr.smithi092.dlnhnq ( 2023-12-01T22:24:29.969 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:29 smithi092 conmon[81890]: mgr.14180) 1190 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:29.969 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:29 smithi092 conmon[81890]: cluster 2023-12-01T22:24:27.963348+0000 mgr.smithi092.dlnhnq (mgr.14180) 1191 : 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 2023-12-01T22:24:30.757 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:30.757 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:31.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:31.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:31 smithi196 conmon[87003]: cluster 2023-12-01T22:24:29.963922+0000 mgr.smithi092.dlnhnq (mgr.14180) 1192 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:24:32.020 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:31 smithi092 conmon[81890]: cluster 2023-12-01T22:24:29.963922+0000 mgr.smithi092.dlnhnq (mgr.14180) 1192 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:24:32.234 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:32.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:32 smithi196 conmon[87003]: audit 2023-12-01T22:24:30.752523+0000 mgr.smithi092.dlnhnq (mgr.14180) 1193 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:32.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:32 smithi196 conmon[87003]: cluster 2023-12-01T22:24:31.964861+0000 mgr.smithi092.dlnhnq (mgr.14180) 1194 : 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 2023-12-01T22:24:32.951 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:32 smithi092 conmon[81890]: audit 2023-12-01T22:24:30.752523+0000 mgr.smithi092.dlnhnq (mgr.14180 2023-12-01T22:24:32.951 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:32 smithi092 conmon[81890]: ) 1193 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:32.951 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:32 smithi092 conmon[81890]: cluster 2023-12-01T22:24:31.964861+0000 mgr.smithi092.dlnhnq (mgr.14180) 1194 : 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 2023-12-01T22:24:33.902 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:33.903 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:34.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:35.264 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:35.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:35 smithi092 conmon[81890]: audit 2023-12-01T22:24:33.897484+0000 mgr.smithi092.dlnhnq (mgr.14180) 1195 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:35.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:35 smithi092 conmon[81890]: cluster 2023-12-01T22:24:35.521 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:35 smithi092 conmon[81890]: 2023-12-01T22:24:33.965358+0000 mgr.smithi092.dlnhnq (mgr.14180) 1196 : cluster [DBG] pgmap v746: 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 2023-12-01T22:24:35.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:35 smithi196 conmon[87003]: audit 2023-12-01T22:24:33.897484+0000 mgr.smithi092.dlnhnq (mgr.14180) 1195 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:35.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:35 smithi196 conmon[87003]: cluster 2023-12-01T22:24:33.965358+0000 mgr.smithi092.dlnhnq (mgr.14180) 1196 : cluster [DBG] pgmap v746: 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 2023-12-01T22:24:36.931 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:36.931 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:37.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:37.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:37 smithi092 conmon[81890]: cluster 2023-12-01T22:24:35.966179+0000 mgr.smithi092.dlnhnq 2023-12-01T22:24:37.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:37 smithi092 conmon[81890]: (mgr.14180) 1197 : 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 2023-12-01T22:24:37.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:37 smithi196 conmon[87003]: cluster 2023-12-01T22:24:35.966179+0000 mgr.smithi092.dlnhnq (mgr.14180) 1197 : 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 2023-12-01T22:24:38.296 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:38.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:38 smithi092 conmon[81890]: audit 2023-12-01T22:24:36.926291+0000 mgr.smithi092.dlnhnq (mgr.14180) 1198 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:38.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:38 smithi196 conmon[87003]: audit 2023-12-01T22:24:36.926291+0000 mgr.smithi092.dlnhnq (mgr.14180) 1198 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:39.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:39 smithi092 conmon[81890]: cluster 2023-12-01T22:24:37.966976+0000 mgr.smithi092.dlnhnq (mgr.14180) 1199 : 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 2023-12-01T22:24:39.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:39 smithi196 conmon[87003]: cluster 2023-12-01T22:24:37.966976+0000 mgr.smithi092.dlnhnq (mgr.14180) 1199 : 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 2023-12-01T22:24:39.957 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:39.957 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:40.328 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:41.329 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:41.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:41 smithi092 conmon[81890]: audit 2023-12-01T22:24:39.951023+0000 mgr.smithi092.dlnhnq (mgr.14180) 1200 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:41.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:41 smithi092 conmon[81890]: cluster 2023-12-01T22:24:39 2023-12-01T22:24:41.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:41 smithi092 conmon[81890]: .967584+0000 mgr.smithi092.dlnhnq (mgr.14180) 1201 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:24:41.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:41 smithi196 conmon[87003]: audit 2023-12-01T22:24:39.951023+0000 mgr.smithi092.dlnhnq (mgr.14180) 1200 : 2023-12-01T22:24:41.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:41 smithi196 conmon[87003]: audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:41.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:41 smithi196 conmon[87003]: cluster 2023-12-01T22:24:39.967584+0000 mgr.smithi092.dlnhnq (mgr.14180) 1201 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:24:43.030 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:43.030 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:43.414 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:43 smithi092 conmon[81890]: cluster 2023-12-01T22:24:41.968209 2023-12-01T22:24:43.414 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:43 smithi092 conmon[81890]: +0000 mgr.smithi092.dlnhnq (mgr.14180) 1202 : 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 2023-12-01T22:24:43.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:43.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:43 smithi196 conmon[87003]: cluster 2023-12-01T22:24:41.968209+0000 mgr.smithi092.dlnhnq (mgr.14180) 1202 : cluster [DBG] 2023-12-01T22:24:43.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:43 smithi196 conmon[87003]: 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 2023-12-01T22:24:44.474 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:44.503 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:44 smithi092 conmon[81890]: audit 2023-12-01T22:24:43.023798+0000 mgr.smithi092.dlnhnq (mgr.14180) 1203 2023-12-01T22:24:44.503 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:44 smithi092 conmon[81890]: : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:44.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:44 smithi196 conmon[87003]: audit 2023-12-01T22:24:43.023798+0000 mgr.smithi092.dlnhnq (mgr.14180) 1203 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:45.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:45 smithi092 conmon[81890]: cluster 2023-12-01T22:24:43 2023-12-01T22:24:45.270 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:45 smithi092 conmon[81890]: .968707+0000 mgr.smithi092.dlnhnq (mgr.14180) 1204 : cluster [DBG] pgmap v751: 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 2023-12-01T22:24:45.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:45 smithi196 conmon[87003]: cluster 2023-12-01T22:24:43.968707+0000 mgr.smithi092.dlnhnq (mgr.14180) 1204 : cluster [DBG] pgmap v751: 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 2023-12-01T22:24:46.035 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:46.035 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:46.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:47.423 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:47.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:47 smithi092 conmon[81890]: cluster 2023-12-01T22:24:45.969573+0000 mgr.smithi092.dlnhnq (mgr.14180) 1205 : 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 2023-12-01T22:24:47.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:47 smithi092 conmon[81890]: audit 2023-12-01T22:24:46.030034+0000 mgr.smithi092.dlnhnq (mgr.14180) 1206 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:47.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:47 smithi196 conmon[87003]: cluster 2023-12-01T22:24:45.969573+0000 mgr.smithi092.dlnhnq (mgr.14180) 1205 : 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 2023-12-01T22:24:47.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:47 smithi196 conmon[87003]: audit 2023-12-01T22:24:46.030034+0000 mgr.smithi092.dlnhnq (mgr.14180) 1206 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:49.098 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:49.098 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:49.484 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:49 smithi092 conmon[81890]: cluster 2023-12-01T22:24:47.970123+0000 mgr.smithi092.dlnhnq (mgr.14180) 1207 : 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 2023-12-01T22:24:49.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:49.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:49 smithi196 conmon[87003]: cluster 2023-12-01T22:24:47.970123+0000 mgr.smithi092.dlnhnq (mgr.14180) 1207 : 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 2023-12-01T22:24:50.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:50 smithi092 conmon[81890]: audit 2023-12-01T22:24:49.093583+0000 mgr.smithi092.dlnhnq (mgr.14180) 1208 : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:50.561 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:50.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:50 smithi196 conmon[87003]: audit 2023-12-01T22:24:49.093583+0000 mgr.smithi092.dlnhnq (mgr.14180) 1208 : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:51.439 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:51 smithi092 conmon[81890]: cluster 2023-12-01T22:24:49.970847+0000 mgr.smithi092.dlnhnq (mgr.14180) 1209 2023-12-01T22:24:51.440 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:51 smithi092 conmon[81890]: : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:24:51.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:51 smithi196 conmon[87003]: cluster 2023-12-01T22:24:49.970847+0000 mgr.smithi092.dlnhnq (mgr.14180) 1209 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-01T22:24:52.226 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:52.226 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:52.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:53 smithi092 conmon[81890]: cluster 2023-12-01T22:24:51.971481+0000 mgr.smithi092.dlnhnq (mgr.14180) 1210 : 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 2023-12-01T22:24:53.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:53 smithi092 conmon[81890]: audit 2023-12-01T22:24:52.220856+0000 mgr.smithi092.dlnhnq (mgr.14180) 1211 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:53.596 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:53.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:53 smithi196 conmon[87003]: cluster 2023-12-01T22:24:51.971481+0000 mgr.smithi092.dlnhnq (mgr.14180) 1210 : 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 2023-12-01T22:24:53.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:53 smithi196 conmon[87003]: audit 2023-12-01T22:24:52.220856+0000 mgr.smithi092.dlnhnq (mgr.14180) 1211 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:55.254 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:55.255 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:55.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:55 smithi092 conmon[81890]: cluster 2023-12-01T22:24:53.972214+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:24:55.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:55 smithi092 conmon[81890]: .14180) 1212 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 B/s wr, 1 op/s 2023-12-01T22:24:55.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:55.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:55 smithi196 conmon[87003]: cluster 2023-12-01T22:24:53.972214+0000 mgr.smithi092.dlnhnq (mgr.14180) 1212 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 B/s wr, 1 op/s 2023-12-01T22:24:56.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:56 smithi092 conmon[81890]: audit 2023-12-01T22:24:55.249581+0000 mgr.smithi092.dlnhnq (mgr.14180) 1213 : audit [DBG] from='client.16256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:56.635 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:24:56.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:56 smithi196 conmon[87003]: audit 2023-12-01T22:24:55.249581+0000 mgr.smithi092.dlnhnq (mgr.14180) 1213 : audit [DBG] from='client.16256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:57.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:57 smithi092 conmon[81890]: cluster 2023-12-01T22:24:55.973015+0000 mgr.smithi092.dlnhnq (mgr.14180) 1214 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 50 op/s 2023-12-01T22:24:57.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:57 smithi196 conmon[87003]: cluster 2023-12-01T22:24:55.973015+0000 mgr.smithi092.dlnhnq (mgr.14180) 1214 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 50 op/s 2023-12-01T22:24:58.435 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:24:58.436 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:24:58.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:24:59.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:59 smithi196 conmon[87003]: cluster 2023-12-01T22:24:57.973751+0000 mgr.smithi092.dlnhnq (mgr.14180) 1215 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 90 op/s 2023-12-01T22:24:59.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:24:59 smithi196 conmon[87003]: audit 2023-12-01T22:24:58.431196+0000 mgr.smithi092.dlnhnq (mgr.14180) 1216 : audit [DBG] from='client.16260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:59.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:59 smithi092 conmon[81890]: cluster 2023-12-01T22:24:57.973751+0000 mgr.smithi092.dlnhnq (mgr.14180) 1215 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 90 op/s 2023-12-01T22:24:59.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:59 smithi092 conmon[81890]: audit 2023-12-01 2023-12-01T22:24:59.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:24:59 smithi092 conmon[81890]: T22:24:58.431196+0000 mgr.smithi092.dlnhnq (mgr.14180) 1216 : audit [DBG] from='client.16260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:24:59.881 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:25:01.520 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:25:01 smithi092 conmon[81890]: cluster 2023-12-01T22:24:59.974569+0000 mgr.smithi092.dlnhnq (mgr.14180) 1217 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 112 op/s 2023-12-01T22:25:01.537 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:25:01.538 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:25:01.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:25:01 smithi196 conmon[87003]: cluster 2023-12-01T22:24:59.974569+0000 mgr.smithi092.dlnhnq (mgr.14180) 1217 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 112 op/s 2023-12-01T22:25:01.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:25:02.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:25:02 smithi196 conmon[87003]: audit 2023-12-01T22:25:01.533560+0000 mgr.smithi092.dlnhnq (mgr.14180) 1218 : audit [DBG] from='client.16264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:25:02.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:25:02 smithi092 conmon[81890]: audit 2023-12-01T22:25:01.533560+0000 mgr.smithi092.dlnhnq (mgr.14180) 1218 : audit [DBG] from='client.16264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:25:02.911 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d9a73af2-9094-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-01T22:25:03.624 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:25:03 smithi092 conmon[81890]: cluster 2023-12-01T22:25:01.975271+0000 mgr.smithi092.dlnhnq (mgr.14180) 1219 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 0 B/s wr, 114 op/s 2023-12-01T22:25:03.624 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:25:03 smithi092 conmon[81890]: 2023-12-01T22:25:03.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:25:03 smithi196 conmon[87003]: cluster 2023-12-01T22:25:01.975271+0000 mgr.smithi092.dlnhnq (mgr.14180) 1219 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 0 B/s wr, 114 op/s 2023-12-01T22:25:03.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:25:03 smithi196 conmon[87003]: 2023-12-01T22:25:04.654 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-12-01T22:25:04.655 INFO:teuthology.orchestra.run.smithi092.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-01T22:00:23.415431Z", "last_refresh": "2023-12-01T22:21:07.457014Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-01T22:00:18.961536Z", "last_refresh": "2023-12-01T22:21:04.200994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-01T22:00:21.147127Z", "last_refresh": "2023-12-01T22:21:07.457134Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:17:32.031425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.monevu on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-monevu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.monevu\nDeploy daemon haproxy.nfs.foo.smithi196.monevu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:15:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:16Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:16:54Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.351898Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.hgvyie on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi092-hgvyie\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi092.hgvyie\nDeploy daemon haproxy.nfs.foo.smithi092.hgvyie ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:18:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:18:46Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:19:23Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-01T22:20:01.353169Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.geuaca on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:20:01.354203Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi196.vvadzc on smithi196: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-01T22:23:37.237372Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi196.ylrmxs on smithi196: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy-nfs-foo-smithi196-ylrmxs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d9a73af2-9094-11ee-95a2-87774f69a715-haproxy.nfs.foo.smithi196.ylrmxs\nDeploy daemon haproxy.nfs.foo.smithi196.ylrmxs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-01T22:21:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:22Z\" level=warning msg=\"failed, retrying in 1s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-01T22:22:59Z\" level=warning msg=\"failed, retrying in 1s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi196 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.92/16"}, "status": {"created": "2023-12-01T22:04:40.059949Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.92/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-01T22:00:17.701684Z", "last_refresh": "2023-12-01T22:21:04.201138Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:01:26.718511Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi092:172.21.15.92=smithi092", "smithi196:172.21.15.196=smithi196"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-01T22:01:26.715151Z", "last_refresh": "2023-12-01T22:21:04.201211Z", "running": 2, "size": 2}}, {"events": ["2023-12-01T22:04:40.058963Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-01T22:04:40.055682Z", "last_refresh": "2023-12-01T22:21:07.457633Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-01T22:00:22.507732Z", "last_refresh": "2023-12-01T22:21:04.201276Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-01T22:02:07.340436Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-01T22:02:07.336836Z", "last_refresh": "2023-12-01T22:21:04.201338Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-01T22:00:20.089540Z", "last_refresh": "2023-12-01T22:21:07.457250Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-01T22:04:36.016349Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-01T22:04:43.188151Z", "last_refresh": "2023-12-01T22:21:04.201623Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-01T22:25:05.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-01T22:25:05.045 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-01T22:25:05.157 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9ec46ea1782e41729a65247409719972 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_0dc074ce0b0b3b4f393f56dd32ef36884ebf45a9/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-01T22:25:05.159 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-01T22:25:05.169 INFO:tasks.vip:Removing 10.0.15.92 (and any VIPs) on smithi092.front.sepia.ceph.com iface enp3s0f1... 2023-12-01T22:25:05.170 DEBUG:teuthology.orchestra.run.smithi092:> sudo ip addr del 10.0.15.92/16 dev enp3s0f1 2023-12-01T22:25:05.201 DEBUG:teuthology.orchestra.run.smithi092:> sudo ip addr del 10.0.31.92/16 dev enp3s0f1 2023-12-01T22:25:05.265 INFO:teuthology.orchestra.run.smithi092.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-01T22:25:05.266 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-01T22:25:05.266 INFO:tasks.vip:Removing 10.0.15.196 (and any VIPs) on smithi196.front.sepia.ceph.com iface enp3s0f1... 2023-12-01T22:25:05.267 DEBUG:teuthology.orchestra.run.smithi196:> sudo ip addr del 10.0.15.196/16 dev enp3s0f1 2023-12-01T22:25:05.316 DEBUG:teuthology.orchestra.run.smithi196:> sudo ip addr del 10.0.31.92/16 dev enp3s0f1 2023-12-01T22:25:05.342 INFO:teuthology.orchestra.run.smithi196.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-01T22:25:05.343 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-01T22:25:05.343 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T22:25:05.354 INFO:tasks.cephadm:Teardown begin 2023-12-01T22:25:05.354 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T22:25:05.375 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:25:05 smithi092 conmon[81890]: cluster 2023-12-01T22:25:03.975839+0000 mgr.smithi092.dlnhnq (mgr 2023-12-01T22:25:05.376 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:25:05 smithi092 conmon[81890]: .14180) 1220 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 0 B/s wr, 115 op/s 2023-12-01T22:25:05.376 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:25:05 smithi092 conmon[81890]: audit 2023-12-01T22:25:04.650112+0000 mgr.smithi092.dlnhnq (mgr.14180) 1221 : audit [DBG] from='client.16268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:25:05.379 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T22:25:05.410 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-01T22:25:05.410 DEBUG:teuthology.orchestra.run.smithi092:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-01T22:25:05.434 DEBUG:teuthology.orchestra.run.smithi196:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-01T22:25:05.466 INFO:tasks.cephadm:Stopping all daemons... 2023-12-01T22:25:05.466 INFO:tasks.cephadm.mon.smithi092:Stopping mon.smithi092... 2023-12-01T22:25:05.466 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-d9a73af2-9094-11ee-95a2-87774f69a715@mon.smithi092 2023-12-01T22:25:05.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:25:05 smithi196 conmon[87003]: cluster 2023-12-01T22:25:03.975839+0000 mgr.smithi092.dlnhnq (mgr.14180) 1220 : cluster 2023-12-01T22:25:05.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:25:05 smithi196 conmon[87003]: [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 0 B/s wr, 115 op/s 2023-12-01T22:25:05.674 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:25:05 smithi196 conmon[87003]: audit 2023-12-01T22:25:04.650112+0000 mgr.smithi092.dlnhnq (mgr.14180) 1221 : audit [DBG] from='client.16268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-01T22:25:05.770 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:25:05 smithi092 systemd[1]: Stopping Ceph mon.smithi092 for d9a73af2-9094-11ee-95a2-87774f69a715... 2023-12-01T22:25:05.773 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:25:05 smithi092 bash[273760]: Error: no container with name or ID "ceph-d9a73af2-9094-11ee-95a2-87774f69a715-mon.smithi092" found: no such container 2023-12-01T22:25:06.154 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:25:05 smithi092 conmon[81890]: debug 2023-12-01T22:25:05.856+0000 7f1ac7ba0700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi092 -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 2023-12-01T22:25:06.154 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:25:05 smithi092 conmon[81890]: debug 2023-12-01T22:25:05.856+0000 7f1ac7ba0700 -1 mon.smithi092@0(leader) e2 *** Got Signal Terminated *** 2023-12-01T22:25:06.486 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Dec 01 22:25:06 smithi092 bash[273872]: ceph-d9a73af2-9094-11ee-95a2-87774f69a715-mon-smithi092 2023-12-01T22:25:06.493 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9a73af2-9094-11ee-95a2-87774f69a715@mon.smithi092.service' 2023-12-01T22:25:06.543 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T22:25:06.543 INFO:tasks.cephadm.mon.smithi092:Stopped mon.smithi092 2023-12-01T22:25:06.544 INFO:tasks.cephadm.mon.smithi196:Stopping mon.smithi196... 2023-12-01T22:25:06.544 DEBUG:teuthology.orchestra.run.smithi196:> sudo systemctl stop ceph-d9a73af2-9094-11ee-95a2-87774f69a715@mon.smithi196 2023-12-01T22:25:06.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:25:06 smithi196 systemd[1]: Stopping Ceph mon.smithi196 for d9a73af2-9094-11ee-95a2-87774f69a715... 2023-12-01T22:25:06.924 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:25:06 smithi196 bash[114831]: Error: no container with name or ID "ceph-d9a73af2-9094-11ee-95a2-87774f69a715-mon.smithi196" found: no such container 2023-12-01T22:25:07.330 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:25:06 smithi196 conmon[87003]: debug 2023-12-01T22:25:06.978+0000 7f23bbe56700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi196 -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 2023-12-01T22:25:07.331 INFO:journalctl@ceph.mon.smithi196.smithi196.stdout:Dec 01 22:25:06 smithi196 conmon[87003]: debug 2023-12-01T22:25:06.978+0000 7f23bbe56700 -1 mon.smithi196@1(peon) e2 *** Got Signal Terminated *** 2023-12-01T22:25:07.533 DEBUG:teuthology.orchestra.run.smithi196:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d9a73af2-9094-11ee-95a2-87774f69a715@mon.smithi196.service' 2023-12-01T22:25:07.609 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T22:25:07.609 INFO:tasks.cephadm.mon.smithi196:Stopped mon.smithi196 2023-12-01T22:25:07.610 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9a73af2-9094-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-01T22:27:03.907 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9a73af2-9094-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-01T22:27:46.823 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T22:27:46.855 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-01T22:27:46.883 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T22:27:46.885 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474311/remote/ubuntu@smithi092.front.sepia.ceph.com/crash 2023-12-01T22:27:46.886 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/crash -- . 2023-12-01T22:27:46.934 INFO:teuthology.orchestra.run.smithi092.stderr:tar: /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T22:27:46.934 INFO:teuthology.orchestra.run.smithi092.stderr:tar: Error is not recoverable: exiting now 2023-12-01T22:27:46.936 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474311/remote/ubuntu@smithi196.front.sepia.ceph.com/crash 2023-12-01T22:27:46.937 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/crash -- . 2023-12-01T22:27:46.966 INFO:teuthology.orchestra.run.smithi196.stderr:tar: /var/lib/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T22:27:46.966 INFO:teuthology.orchestra.run.smithi196.stderr:tar: Error is not recoverable: exiting now 2023-12-01T22:27:46.967 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T22:27:46.967 DEBUG:teuthology.orchestra.run.smithi092:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T22:27:47.000 INFO:teuthology.orchestra.run.smithi092.stderr:grep: /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T22:27:47.001 INFO:tasks.cephadm:Compressing logs... 2023-12-01T22:27:47.002 DEBUG:teuthology.orchestra.run.smithi092:> 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 -- 2023-12-01T22:27:47.044 DEBUG:teuthology.orchestra.run.smithi196:> 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 -- 2023-12-01T22:27:47.066 INFO:teuthology.orchestra.run.smithi092.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-01T22:27:47.067 INFO:teuthology.orchestra.run.smithi092.stderr:: No such file or directory 2023-12-01T22:27:47.067 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-01T22:27:47.067 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-01T22:27:47.067 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-mon.smithi092.log 2023-12-01T22:27:47.067 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-client.rgw.foorgw.smithi092.pgofos.log 2023-12-01T22:27:47.069 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-mon.smithi092.log: gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-01T22:27:47.069 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-client.rgw.foorgw.smithi092.pgofos.log: gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-01T22:27:47.069 INFO:teuthology.orchestra.run.smithi092.stderr: 78.7% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-client.rgw.foorgw.smithi092.pgofos.log.gz 2023-12-01T22:27:47.071 INFO:teuthology.orchestra.run.smithi196.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-01T22:27:47.071 INFO:teuthology.orchestra.run.smithi196.stderr:: No such file or directory 2023-12-01T22:27:47.071 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-01T22:27:47.071 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-client.rgw.foorgw.smithi196.rzowcy.log 2023-12-01T22:27:47.071 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-mon.smithi196.log 2023-12-01T22:27:47.071 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-01T22:27:47.072 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-mgr.smithi196.dcqzty.log 2023-12-01T22:27:47.072 INFO:teuthology.orchestra.run.smithi196.stderr:gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-01T22:27:47.072 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-client.rgw.foorgw.smithi196.rzowcy.log: /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-mon.smithi196.log: /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.4.log: /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-mgr.smithi196.dcqzty.log: gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-01T22:27:47.072 INFO:teuthology.orchestra.run.smithi196.stderr: 79.5% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-client.rgw.foorgw.smithi196.rzowcy.log.gz 2023-12-01T22:27:47.072 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-01T22:27:47.073 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.3.log: /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.1.log: 92.6% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-01T22:27:47.073 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-01T22:27:47.074 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-mgr.smithi092.dlnhnq.log 2023-12-01T22:27:47.075 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.0.log: /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.2.log: 90.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-01T22:27:47.075 INFO:teuthology.orchestra.run.smithi196.stderr: 92.5% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-01T22:27:47.077 INFO:teuthology.orchestra.run.smithi196.stderr: 93.2% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-mgr.smithi196.dcqzty.log.gz 2023-12-01T22:27:47.098 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.5.log: /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-mgr.smithi092.dlnhnq.log: 94.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-01T22:27:47.357 INFO:teuthology.orchestra.run.smithi092.stderr: 89.6% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-mgr.smithi092.dlnhnq.log.gz 2023-12-01T22:27:47.408 INFO:teuthology.orchestra.run.smithi196.stderr: 92.6% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-mon.smithi196.log.gz 2023-12-01T22:27:47.859 INFO:teuthology.orchestra.run.smithi092.stderr: 90.5% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-mon.smithi092.log.gz 2023-12-01T22:27:48.021 INFO:teuthology.orchestra.run.smithi196.stderr: 93.8% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-01T22:27:48.060 INFO:teuthology.orchestra.run.smithi196.stderr: 93.3% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-01T22:27:48.064 INFO:teuthology.orchestra.run.smithi092.stderr: 93.4% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-01T22:27:48.152 INFO:teuthology.orchestra.run.smithi092.stderr: 93.6% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-01T22:27:48.183 INFO:teuthology.orchestra.run.smithi196.stderr: 93.5% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-01T22:27:48.205 INFO:teuthology.orchestra.run.smithi196.stderr: 93.3% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-01T22:27:48.207 INFO:teuthology.orchestra.run.smithi196.stderr: 2023-12-01T22:27:48.207 INFO:teuthology.orchestra.run.smithi196.stderr:real 0m1.150s 2023-12-01T22:27:48.207 INFO:teuthology.orchestra.run.smithi196.stderr:user 0m4.398s 2023-12-01T22:27:48.207 INFO:teuthology.orchestra.run.smithi196.stderr:sys 0m0.170s 2023-12-01T22:27:48.239 INFO:teuthology.orchestra.run.smithi092.stderr: 93.3% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-01T22:27:48.249 INFO:teuthology.orchestra.run.smithi092.stderr: 93.5% -- replaced with /var/log/ceph/d9a73af2-9094-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-01T22:27:48.251 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-12-01T22:27:48.251 INFO:teuthology.orchestra.run.smithi092.stderr:real 0m1.196s 2023-12-01T22:27:48.251 INFO:teuthology.orchestra.run.smithi092.stderr:user 0m5.347s 2023-12-01T22:27:48.252 INFO:teuthology.orchestra.run.smithi092.stderr:sys 0m0.210s 2023-12-01T22:27:48.252 INFO:tasks.cephadm:Archiving logs... 2023-12-01T22:27:48.252 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474311/remote/ubuntu@smithi092.front.sepia.ceph.com/log 2023-12-01T22:27:48.253 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T22:27:49.110 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474311/remote/ubuntu@smithi196.front.sepia.ceph.com/log 2023-12-01T22:27:49.111 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T22:27:49.816 INFO:tasks.cephadm:Removing cluster... 2023-12-01T22:27:49.816 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9a73af2-9094-11ee-95a2-87774f69a715 --force 2023-12-01T22:27:50.535 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d9a73af2-9094-11ee-95a2-87774f69a715 --force 2023-12-01T22:27:51.229 INFO:tasks.cephadm:Removing cephadm ... 2023-12-01T22:27:51.230 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-01T22:27:51.246 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-01T22:27:51.262 INFO:tasks.cephadm:Teardown complete 2023-12-01T22:27:51.263 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-01T22:27:51.279 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi092:/dev/vg_nvme/lv_1... 2023-12-01T22:27:51.280 DEBUG:teuthology.orchestra.run.smithi092:> sudo nvme disconnect -n lv_1 2023-12-01T22:27:51.419 INFO:teuthology.orchestra.run.smithi092.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T22:27:51.420 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T22:27:51.420 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi092:/dev/vg_nvme/lv_2... 2023-12-01T22:27:51.421 DEBUG:teuthology.orchestra.run.smithi092:> sudo nvme disconnect -n lv_2 2023-12-01T22:27:51.547 INFO:teuthology.orchestra.run.smithi092.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T22:27:51.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T22:27:51.550 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi092:/dev/vg_nvme/lv_3... 2023-12-01T22:27:51.550 DEBUG:teuthology.orchestra.run.smithi092:> sudo nvme disconnect -n lv_3 2023-12-01T22:27:51.670 INFO:teuthology.orchestra.run.smithi092.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T22:27:51.671 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T22:27:51.671 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi092:/dev/vg_nvme/lv_4... 2023-12-01T22:27:51.672 DEBUG:teuthology.orchestra.run.smithi092:> sudo nvme disconnect -n lv_4 2023-12-01T22:27:51.791 INFO:teuthology.orchestra.run.smithi092.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T22:27:51.791 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T22:27:51.792 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-12-01T22:27:51.792 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/scratch_devs 2023-12-01T22:27:51.816 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi196:/dev/vg_nvme/lv_1... 2023-12-01T22:27:51.817 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme disconnect -n lv_1 2023-12-01T22:27:51.940 INFO:teuthology.orchestra.run.smithi196.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-01T22:27:51.942 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T22:27:51.942 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi196:/dev/vg_nvme/lv_2... 2023-12-01T22:27:51.943 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme disconnect -n lv_2 2023-12-01T22:27:52.061 INFO:teuthology.orchestra.run.smithi196.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-01T22:27:52.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T22:27:52.063 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi196:/dev/vg_nvme/lv_3... 2023-12-01T22:27:52.063 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme disconnect -n lv_3 2023-12-01T22:27:52.185 INFO:teuthology.orchestra.run.smithi196.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-01T22:27:52.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T22:27:52.187 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi196:/dev/vg_nvme/lv_4... 2023-12-01T22:27:52.187 DEBUG:teuthology.orchestra.run.smithi196:> sudo nvme disconnect -n lv_4 2023-12-01T22:27:52.313 INFO:teuthology.orchestra.run.smithi196.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-01T22:27:52.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T22:27:52.315 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2023-12-01T22:27:52.315 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/scratch_devs 2023-12-01T22:27:52.339 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T22:27:52.351 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T22:27:52.351 DEBUG:teuthology.orchestra.run.smithi092:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T22:27:52.354 DEBUG:teuthology.orchestra.run.smithi196:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T22:27:52.365 INFO:teuthology.orchestra.run.smithi092.stderr:bash: ntpq: command not found 2023-12-01T22:27:52.368 INFO:teuthology.orchestra.run.smithi092.stdout:210 Number of sources = 4 2023-12-01T22:27:52.368 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T22:27:52.368 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2023-12-01T22:27:52.369 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 125 -415us[ -419us] +/- 93ms 2023-12-01T22:27:52.369 INFO:teuthology.orchestra.run.smithi092.stdout:^* hv02.front.sepia.ceph.com 3 7 377 56 -878us[ -881us] +/- 61ms 2023-12-01T22:27:52.369 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 59 +1319us[+1316us] +/- 75ms 2023-12-01T22:27:52.369 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T22:27:52.393 INFO:teuthology.orchestra.run.smithi196.stderr:bash: ntpq: command not found 2023-12-01T22:27:52.397 INFO:teuthology.orchestra.run.smithi196.stdout:210 Number of sources = 4 2023-12-01T22:27:52.397 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T22:27:52.397 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2023-12-01T22:27:52.397 INFO:teuthology.orchestra.run.smithi196.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 59 -417us[ -424us] +/- 94ms 2023-12-01T22:27:52.397 INFO:teuthology.orchestra.run.smithi196.stdout:^* hv02.front.sepia.ceph.com 3 6 377 57 -839us[ -845us] +/- 61ms 2023-12-01T22:27:52.397 INFO:teuthology.orchestra.run.smithi196.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 58 +1353us[+1347us] +/- 75ms 2023-12-01T22:27:52.398 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T22:27:52.398 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T22:27:52.408 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T22:27:52.409 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T22:27:52.419 DEBUG:teuthology.orchestra.run.smithi092:> 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 2023-12-01T22:27:52.516 DEBUG:teuthology.orchestra.run.smithi196:> 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 2023-12-01T22:27:52.605 DEBUG:teuthology.orchestra.run.smithi092:> 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 2023-12-01T22:27:52.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T22:27:52.636 DEBUG:teuthology.orchestra.run.smithi196:> 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 2023-12-01T22:27:52.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T22:27:52.666 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T22:27:52.676 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T22:27:52.687 INFO:teuthology.task.internal:Duration was 2240.243240 seconds 2023-12-01T22:27:52.687 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T22:27:52.699 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T22:27:52.699 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T22:27:52.701 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T22:27:52.742 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T22:27:52.749 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T22:27:53.033 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T22:27:53.033 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi092.front.sepia.ceph.com 2023-12-01T22:27:53.034 DEBUG:teuthology.orchestra.run.smithi092:> 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 2023-12-01T22:27:53.052 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi196.front.sepia.ceph.com 2023-12-01T22:27:53.053 DEBUG:teuthology.orchestra.run.smithi196:> 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 2023-12-01T22:27:53.072 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T22:27:53.072 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T22:27:53.095 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T22:27:53.163 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T22:27:53.164 DEBUG:teuthology.orchestra.run.smithi092:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T22:27:53.166 DEBUG:teuthology.orchestra.run.smithi196:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T22:27:53.327 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T22:27:53.341 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T22:27:53.342 DEBUG:teuthology.orchestra.run.smithi092:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T22:27:53.367 DEBUG:teuthology.orchestra.run.smithi196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T22:27:53.392 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T22:27:53.404 DEBUG:teuthology.orchestra.run.smithi092:> 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 2023-12-01T22:27:53.410 DEBUG:teuthology.orchestra.run.smithi196:> 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 2023-12-01T22:27:53.431 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = core 2023-12-01T22:27:53.456 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = core 2023-12-01T22:27:53.470 DEBUG:teuthology.orchestra.run.smithi092:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T22:27:53.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T22:27:53.500 DEBUG:teuthology.orchestra.run.smithi196:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T22:27:53.524 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T22:27:53.525 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T22:27:53.538 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T22:27:53.539 DEBUG:teuthology.misc:Transferring archived files from smithi092:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474311/remote/smithi092 2023-12-01T22:27:53.540 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T22:27:53.591 DEBUG:teuthology.misc:Transferring archived files from smithi196:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474311/remote/smithi196 2023-12-01T22:27:53.593 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T22:27:53.629 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T22:27:53.629 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T22:27:53.632 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T22:27:53.678 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T22:27:53.691 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T22:27:53.691 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T22:27:53.702 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T22:27:53.703 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T22:27:53.705 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T22:27:53.717 INFO:teuthology.orchestra.run.smithi092.stdout: 263007 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 22:27 /home/ubuntu/cephtest 2023-12-01T22:27:53.732 INFO:teuthology.orchestra.run.smithi196.stdout: 262172 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 22:27 /home/ubuntu/cephtest 2023-12-01T22:27:53.734 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T22:27:53.745 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T22:27:53.771 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T22:27:53.800 DEBUG:teuthology.nuke:shortname: smithi092 2023-12-01T22:27:53.800 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T22:27:53.827 DEBUG:teuthology.nuke:shortname: smithi196 2023-12-01T22:27:53.827 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T22:27:53.831 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474311', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 21:43:25.585913', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvRnDL2G8RcZ1fq3/P9oM6PpMQGJj0oBbZcZ3G0uYGSH5rZw0KoHdwcBWhwj87zTK0Ua7ATVsGQTSiq98qxGCU='} 2023-12-01T22:27:53.856 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_16:53:58-rados-wip-yuri8-testing-2023-11-29-0706-pacific-distro-default-smithi/7474311', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 21:43:25.587479', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDdpVnPq8ug0Nb4iwx1D1gKnQ3guZgx5lZStyxX36CJRyOVQGnrqdylwf/Mc/4o+AX5WBqd6iyu7jnBRKMbnYsY='} 2023-12-01T22:27:53.891 INFO:teuthology.orchestra.console.smithi092:Power off 2023-12-01T22:27:53.892 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T22:27:53.921 DEBUG:teuthology.orchestra.console.smithi092:power off output: Chassis Power Control: Down/Off 2023-12-01T22:27:53.921 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T22:27:53.941 INFO:teuthology.orchestra.console.smithi196:Power off 2023-12-01T22:27:53.941 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T22:27:53.954 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2023-12-01T22:27:53.971 DEBUG:teuthology.orchestra.console.smithi196:power off output: Chassis Power Control: Down/Off 2023-12-01T22:27:53.971 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T22:27:53.996 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2023-12-01T22:27:57.955 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T22:27:57.997 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T22:27:58.066 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2023-12-01T22:27:58.109 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2023-12-01T22:28:02.070 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T22:28:02.110 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T22:28:02.180 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2023-12-01T22:28:02.220 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is off 2023-12-01T22:28:02.326 INFO:teuthology.orchestra.console.smithi196:Power off completed 2023-12-01T22:28:06.182 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T22:28:06.293 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is off 2023-12-01T22:28:06.394 INFO:teuthology.orchestra.console.smithi092:Power off completed 2023-12-01T22:28:06.498 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 2240.2432396411896 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9ec46ea1782e41729a65247409719972 status: fail success: false 2023-12-01T22:28:06.499 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T22:28:06.596 INFO:teuthology.run:FAIL